-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.17 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
{
"name": "pct-map",
"version": "1.0.0",
"description": "A Google Maps overlay of Jenny and Justin's PCT thru hike.",
"main": "webpack.config.js",
"scripts": {
"dev": "webpack-dashboard -- webpack-dev-server --progress --colors --inline --hot --content-base dist",
"postinstall": "webpack --config ./webpack.prod.config.js --progress --colors",
"start": "node ./src/js/app.js"
},
"author": "[email protected]",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"css-loader": "^0.25.0",
"json-loader": "^0.5.4",
"style-loader": "^0.13.1",
"webpack-dashboard": "^0.1.8",
"webpack-dev-server": "^1.15.1"
},
"dependencies": {
"bootstrap": "^3.3.7",
"express": "^4.14.0",
"handlebars": "^4.0.5",
"handlebars-loader": "^1.4.0",
"html-webpack-plugin": "^2.22.0",
"image-webpack-loader": "^2.0.0",
"moment": "^2.14.1",
"node-sass": "^3.9.3",
"react": "^15.3.1",
"react-dom": "^15.3.1",
"react-google-maps": "^4.11.0",
"sass-loader": "^4.0.2",
"webpack": "^1.13.2"
}
}