-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.05 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.05 KB
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": "website",
"version": "1.0.0",
"scripts": {
"build": "export NODE_ENV=production && webpack --progress --profile --colors",
"start": "webpack-dev-server --hot --inline --progress --colors"
},
"license": "MIT",
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"css-loader": "^0.17.0",
"extract-text-webpack-plugin": "^0.8.2",
"html-webpack-plugin": "1.6.0",
"json-loader": "^0.5.2",
"node-sass": "^3.3.2",
"sass-loader": "^2.0.1",
"style-loader": "^0.12.3",
"webpack": "^1.9.6",
"webpack-dev-server": "^1.8.2"
},
"dependencies": {
"firebase": "^3.6.9",
"history": "^4.5.1",
"mapbox.js": "^2.2.2",
"moment": "^2.10.6",
"nprogress": "^0.2.0",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-redux": "^5.0.2",
"react-router": "^3.0.2",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"remarkable": "^1.6.0"
}
}