-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 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
47
48
49
50
51
52
53
54
{
"name": "p2p",
"version": "1.1.0",
"private": true,
"dependencies": {
"classnames": "^2.2.6",
"dotenv": "^6.1.0",
"firebase": "^5.5.6",
"lodash.isequal": "^4.5.0",
"minimist": "^1.2.0",
"mobx": "^5.5.2",
"mobx-react": "^5.3.6",
"node-sass": "^4.9.4",
"normalize.css": "^8.0.0",
"prettier": "^1.14.3",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-ga": "^2.5.3",
"react-router-dom": "^4.3.1",
"react-scripts": "2.0.5",
"react-share": "^2.3.1",
"react-transition-group": "^2.5.0",
"release-it": "^7.6.3",
"seedrandom": "^2.4.4",
"ssh2": "^0.6.1",
"store": "^2.0.12",
"typeface-montserrat": "0.0.54",
"url-parse": "^1.4.4",
"vinyl-fs": "^3.0.3",
"vinyl-ftp": "^0.6.1"
},
"scripts": {
"start": "react-scripts start",
"dev": "npm run start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"push-ftp": "node ./scripts/push-ftp.js --src ./build/**",
"deploy": "npm run build && npm run push-ftp",
"release-it": "release-it -n --src.tag --src.push --no-npm.publish"
},
"prettier": {
"printWidth": 100
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}