-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 902 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
34
35
36
{
"name": "raleigh-dogparks",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.18.1",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"body-parser": "^1.18.3",
"cloudinary": "^1.11.0",
"ejs": "^2.6.1",
"express": "^4.16.3",
"leaflet": "^1.3.4",
"lodash": ">=4.17.11",
"merge": ">=1.2.1",
"react": "^16.4.2",
"react-dev-utils": ">=5.0.2",
"react-dom": "^16.4.2",
"react-dropzone": "^5.0.1",
"react-leaflet": "^2.0.1",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.5",
"request": "^2.88.0",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0",
"webpack-dev-server": ">=3.1.11"
},
"scripts": {
"build": "webpack",
"postinstall": "npm run build",
"start": "node bin/www"
}
}