-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 754 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "pixel-war",
"version": "1.0.0",
"description": "",
"scripts": {
"dev": "parcel serve index.html",
"build:parcel": "parcel build ./index.html --dist-dir ./docs --public-url ./",
"build": "node build.js",
"tree": "node show-tree.js"
},
"author": "Jean Fernandes",
"license": "BSD-2-Clause",
"dependencies": {
"@excaliburjs/plugin-tiled": "0.30.2",
"excalibur": "^0.30.3",
"lit": "^3.1.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"buffer": "^5.5.0 || ^6.0.0",
"eslint": "^9.17.0",
"parcel": "2.11.0",
"ts-lit-plugin": "^2.0.1",
"typescript": "^5.3.3",
"typescript-lit-html-plugin": "^0.9.0"
}
}