-
Notifications
You must be signed in to change notification settings - Fork 235
/
package.json
33 lines (33 loc) · 851 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
{
"name": "Sizzy",
"version": "0.0.1",
"private": true,
"devDependencies": {
"custom-react-scripts": "0.0.21",
"flow-bin": "^0.45.0",
"plop": "^1.7.3",
"prettier": "^1.2.2"
},
"dependencies": {
"font-awesome": "^4.7.0",
"lodash": "^4.17.4",
"mobx": "^3.1.9",
"mobx-react": "^4.1.8",
"mobx-router": "^0.0.7",
"normalize.css": "^5.0.0",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-fontawesome": "^1.6.1",
"react-frame-component": "^1.0.3",
"styled-components": "^1.4.5"
},
"scripts": {
"start": "react-scripts start",
"build": "yarn flow && react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "surge ./build sizzy.surge.sh",
"bnd": "npm run build && npm run deploy",
"flow": "flow"
}
}