forked from ucsb-cs48-s20/project-s1-t4-missile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.03 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "demo_phaser3",
"version": "1.0.0",
"description": "",
"main": "server.js",
"dependencies": {
"@zeit/next-sass": "^1.0.1",
"cors": "^2.8.5",
"express": "^4.17.1",
"next": "^9.3.5",
"next-images": "^1.4.0",
"node-sass": "^4.14.0",
"phaser": "^3.22.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-emoji": "^0.5.0",
"react-favicon": "^0.0.18",
"react-scroll-to-bottom": "^1.3.2",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0",
"@babel/core": "^7.9.6",
"@storybook/addon-a11y": "^5.3.18",
"@storybook/addon-actions": "^5.3.18",
"@storybook/addon-knobs": "^5.3.18",
"@storybook/addon-links": "^5.3.18",
"@storybook/addon-storysource": "^5.3.18",
"@storybook/addon-viewport": "^5.3.18",
"@storybook/addons": "^5.3.18",
"@storybook/react": "^5.3.18",
"babel-loader": "^8.1.0",
"start-server-and-test": "^1.10.11",
"terser-webpack-plugin": "^2.3.5",
"terser": "^4.6.6",
"jest": "^25.4.0",
"npm-run-all": "^4.1.5",
"@rckeller/cypress-unfetch": "^1.0.1",
"prettier": "^2.0.5",
"danger": "^10.0.0",
"pretty-quick": "^2.0.1"
},
"devDependencies": {
"cypress": "^4.7.0"
},
"scripts": {
"devgame": "node server.js",
"devsite": "next build && node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"dev": "node server.js",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook -c .storybook -o ../project-s1-t4-missile-storybook/docs",
"cy:run": "cypress run",
"test:jest": "jest",
"test:cypress": "next build && start-server-and-test dev 3000 cy:run",
"test": "npm-run-all test:*",
"danger": "danger"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brianlqiu/demo_phaser3.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/brianlqiu/demo_phaser3/issues"
},
"homepage": "https://github.com/brianlqiu/demo_phaser3#readme"
}