-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (37 loc) · 938 Bytes
/
package.json
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
34
35
36
37
38
39
{
"name": "my_snake_02",
"version": "1.0.0",
"description": "",
"main": "bundle.js",
"scripts": {
"dev": "parcel public/index.html public/game.html",
"start": "node server.js",
"build": "parcel build public/index.html public/game.html"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@types/node": "^13.13.24",
"animate.css": "^3.7.2",
"bulma": "^0.9.4",
"bulma-badge": "^3.0.1",
"bulma-divider": "^0.2.0",
"bulma-tooltip": "^3.0.2",
"express": "^4.17.3",
"clipboard": "^2.0.10",
"jquery": "^3.5.1",
"nes.css": "^2.3.0",
"nipplejs": "^0.9.1",
"socket.io": "^3.0.0",
"socket.io-client": "^4.4.1",
"typeface-orbitron": "^1.1.13",
"typeface-press-start-2p": "0.0.72"
},
"devDependencies": {
"cssnano": "^5.1.13",
"sass": "^1.26.5",
"typescript": "^3.8.3"
}
}