-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 2.03 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 2.03 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "www-newpublic",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node node_modules/webpack-dev-server/bin/webpack-dev-server.js --host 0.0.0.0 --content-base build --devtool eval --progress --colors --hot --inline",
"deploy": "rm -rf ./dist && NODE_ENV='production' node_modules/webpack/bin/webpack.js -p --config webpack.production.config.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-core": "^6.3.26",
"babel-eslint": "6.0.4",
"babel-loader": "^6.2.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-0": "^6.5.0",
"css-loader": "^0.16.0",
"eslint": "2.11.1",
"eslint-config-airbnb": "6.2.0",
"eslint-plugin-react": "4.2.3",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"formsy-react": "^0.14.1",
"history": "2.1.2",
"html-webpack-plugin": "2.21.0",
"image-webpack-loader": "^1.6.1",
"imagemin": "^3.2.0",
"jquery": "^2.1.4",
"json-loader": "^0.5.4",
"lodash": "^3.10.1",
"mobx": "^2.1.3",
"mobx-react": "^3.0.4",
"mobx-react-devtools": "^4.0.2",
"moment": "^2.10.6",
"multireducer": "^3.0.1",
"react": "0.14.3",
"react-addons-linked-state-mixin": "15.3.0",
"react-bootstrap": "0.27.0",
"react-chosen": "^0.3.8",
"react-dom": "0.14.3",
"react-redux": "4.4.5",
"react-router": "2.4.1",
"react-router-bootstrap": "^0.23.1",
"react-slider": "^0.5.1",
"redbox-react": "1.3.0",
"redux": "3.5.2",
"redux-form": "5.2.3",
"redux-router": "2.0.0",
"redux-thunk": "2.0.1",
"scroll-behavior": "0.7.0",
"style-loader": "^0.12.3",
"stylus-loader": "^1.2.1",
"webpack": "1.12.2",
"webpack-dev-server": "^1.12.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0"
}
}