-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.89 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
58
59
60
61
62
63
64
{
"name": "redux-boilerplate",
"version": "1.0.0",
"description": "",
"main": "service.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node service",
"start:prod": "NODE_ENV=production node service",
"start:dev": "NODE_ENV=development node service",
"build": "NODE_ENV=production webpack --config ./config/webpack.production.js -p --progress --profile --colors",
"lint": "eslint client"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"bootstrap-loader": "^1.0.10",
"bootstrap-sass": "^3.3.6",
"css-loader": "^0.23.1",
"eslint": "^2.8.0",
"eslint-plugin-react": "^5.0.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"html-webpack-plugin": "^2.16.0",
"imports-loader": "^0.6.5",
"node-sass": "^3.4.2",
"react-hot-loader": "^1.3.0",
"resolve-url-loader": "^1.4.3",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"babel-core": "^6.7.6",
"babel-eslint": "^6.0.2",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"classnames": "^2.2.3",
"express": "^4.13.4",
"history": "^2.0.2",
"isomorphic-fetch": "^2.2.1",
"material-design-icons": "^2.2.3",
"multiparty": "^4.1.2",
"numeral": "^1.5.3",
"pdfjs-dist": "^1.5.272",
"postcss-loader": "^0.9.1",
"react": "^15.0.1",
"react-addons-css-transition-group": "^15.0.1",
"react-dom": "^15.0.1",
"react-redux": "^4.4.5",
"react-router": "^2.3.0",
"react-router-redux": "^4.0.2",
"redux": "^3.5.2",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.0.1",
"superagent": "^2.0.0-alpha.3"
}
}