-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 818 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 818 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
29
30
31
32
33
{
"name": "@excaliburjs/dev-tools",
"version": "0.28.0",
"description": "Excalibur Debug Tools",
"source": "./dev-tools.ts",
"main": "./dist/dev-tools.js",
"types": "./dist/dev-tools.d.ts",
"scripts": {
"start": "parcel serve index.html",
"build": "webpack"
},
"author": "",
"license": "ISC",
"dependencies": {
"@tweakpane/core": "1.1.0",
"tweakpane": "3.1.0"
},
"devDependencies": {
"@parcel/packager-ts": "^2.6.2",
"@parcel/transformer-glsl": "^2.6.2",
"@parcel/transformer-typescript-types": "^2.6.2",
"excalibur": "~0.28.1",
"parcel": "2.6.2",
"ts-loader": "9.3.1",
"typescript": "4.7.4",
"webpack": "5.73.0",
"webpack-bundle-analyzer": "4.5.0",
"webpack-cli": "4.10.0"
},
"peerDependencies": {
"excalibur": "~0.28.1"
}
}