-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.62 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
55
56
57
{
"name": "spa_inclass",
"version": "0.1.0",
"engines": {
"node": "12.18.1"
},
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.26",
"@fortawesome/free-solid-svg-icons": "^5.12.0",
"@fortawesome/react-fontawesome": "^0.1.8",
"axios": "^0.19.0",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"google-map-react": "^1.1.5",
"http-proxy-middleware": "^1.0.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1",
"react-youtube": "^7.11.3",
"styled-components": "^5.1.1"
},
"devDependencies": {
"classnames": "^2.2.6",
"concurrently": "^5.1.0",
"keycode": "^2.2.0",
"node-sass": "^4.13.1",
"nodemon": "^2.0.2",
"react-helmet": "^5.2.1",
"react-responsive-carousel": "^3.1.51"
},
"homepage": "https://the-dandelion.herokuapp.com/",
"heroku-run-build-script": true,
"scripts": {
"start": "NODE_ENV=production node express.js",
"build": "react-scripts build",
"client": "react-scripts start",
"server": "nodemon express.js",
"dev": "concurrently --kill-others-on-fail \"npm run server \" \"npm run client\" "
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
">0.2%",
"not dead",
"not op_mini all"
]
}
}