-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.29 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": "posifocus-spa",
"version": "0.1.0",
"private": true,
"dependencies": {
"firebase": "^5.5.1",
"jquery": "^3.5.0",
"jquery-ui": "^1.12.1",
"lodash": "^4.17.11",
"npm": "^6.9.0",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.5",
"react-simple-storage": "^1.2.2",
"react-sortable-hoc": "^1.9.1",
"react-toggle": "^4.0.2",
"react-transition-group": "^2.4.0"
},
"scripts": {
"start": "npm run sass:build && react-scripts start",
"build": "npm run sass:build && react-scripts build",
"test": "react-scripts test --env=jsdom",
"deploy": "surge ./build 'https://posifocus.surge.sh'",
"deploy:test": "npm run build && serve -s build",
"sass:watch": "node-sass -w src/styles/scss -o src/styles/css",
"sass:build": "node-sass src/styles/scss -o src/styles/css --source-map true",
"serve": "serve -s build",
"coverage": "npm test -- --coverage",
"ftp": "node deploy"
},
"devDependencies": {
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.12.1",
"ftp-deploy": "^2.3.3",
"jsdom": "^15.1.0",
"node-sass": "^4.9.3",
"serve": "^11.0.0",
"surge": "^0.20.5"
},
"browserslist": [
">0.2%",
"not ie <= 11",
"not op_mini all"
]
}