-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.32 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
{
"name": "game-v3",
"version": "0.1.0",
"private": true,
"dependencies": {
"concurrently": "^3.5.1",
"funcup": "^1.0.0-1",
"lodash": "^4.17.4",
"markdown-in-js": "^1.1.3",
"react": "^15.6.1",
"react-barcode": "^1.2.0",
"react-dom": "^15.6.1",
"react-draggable": "^3.0.5",
"react-feather": "^1.0.8",
"react-ga": "^2.4.1",
"react-geomicons": "^2.1.0",
"react-keyframes": "^0.2.3",
"react-markdown": "^3.2.0",
"react-player": "^1.2.1",
"react-radio-group": "^3.0.2",
"react-router-dom": "next",
"react-scripts": "1.0.17",
"react-styled-flexbox": "^1.0.4",
"react-webcam": "^0.3.1",
"rebass": "^1.0.0-5",
"reline": "^1.0.0-beta.3",
"styled-components": "^2.1.1",
"vhs": "^0.2.0",
"victory": "^0.21.2"
},
"devDependencies": {
"@storybook/addon-actions": "^3.2.11",
"@storybook/addon-links": "^3.2.10",
"@storybook/react": "^3.2.11"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public",
"deploy": "yarn run build && netlify deploy",
"game": "concurrently \"yarn start\" \"yarn run storybook\""
}
}