-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.54 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
{
"proxy": "http://localhost:3001",
"homepage": "https://jayrc7.github.io/safeguard",
"name": "safeguard",
"version": "0.1.0",
"private": true,
"dependencies": {
"firebase": "^5.9.2",
"formsy-react": "^1.1.5",
"formsy-semantic-ui-react": "^0.3.4",
"google-map-react": "^1.1.2",
"react": "^16.8.6",
"react-cookie": "^3.1.1",
"react-cookies": "^0.1.0",
"react-dom": "^16.8.6",
"react-router-dom": "^5.0.0",
"react-scripts": "2.1.8",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.86.0",
"twilio": "^3.30.0",
"yarn": "^1.15.2"
},
"scripts": {
"build-semantic": "cd src/semantic && gulp build-css build-assets",
"watch-semantic": "cd src/semantic && yarn run build-semantic && gulp watch",
"start": "yarn run build-semantic && react-scripts start",
"build": "yarn run build-semantic && react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"server": "node-env-run server --exec nodemon | pino-colada",
"deploy": "npm run build&&gh-pages -d build",
"dev": "run-p server start"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"body-parser": "^1.18.3",
"express": "^4.16.4",
"express-pino-logger": "^4.0.0",
"gh-pages": "^2.0.1",
"node-env-run": "^3.0.2",
"nodemon": "^1.18.10",
"npm-run-all": "^4.1.5",
"pino-colada": "^1.4.4",
"semantic-ui": "^2.4.2"
}
}