-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 828 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 828 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": "robo_rush",
"version": "1.0.0",
"description": "A WepGL Game",
"main": "index.html",
"scripts": {
"watch": "parcel mainmenu.html",
"build": "parcel build index.html--no-source-maps --no-content-hash --public-url ."
},
"staticFiles": {
"staticPath": "static",
"watcherGlob": "**"
},
"author": "Ahmed Mostafa",
"license": "MIT",
"devDependencies": {
"@types/gl-matrix": "^2.4.5",
"@types/webgl2": "0.0.5",
"parcel-bundler": "^1.12.3",
"parcel-plugin-static-files-copy": "^2.2.1",
"sass": "^1.23.0",
"typescript": "^3.7.2"
},
"dependencies": {
"@types/node": "^12.12.14",
"gl-matrix": "^3.1.0",
"howler": "^2.1.2",
"ts-key-enum": "^2.0.0",
"tsx-create-element": "^2.0.0",
"webgl-obj-loader": "^2.0.3",
"yarn": "^1.21.1"
}
}