-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
95 lines (95 loc) · 2.99 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "react-redux-boilerplate",
"version": "1.0.0",
"description": "--- - React - Webpack - Babel - ES6 - Alt (flux implementation)",
"main": "index.js",
"dependencies": {
"classnames": "^2.2.5",
"file-loader": "^0.10.1",
"firebase": "^4.1.3",
"history": "^4.3.0",
"immutable": "^3.8.1",
"moment": "^2.17.1",
"printf": "^0.2.5",
"query-string": "^4.2.3",
"radium": "^0.18.1",
"react": "^15.3.2",
"react-css-modules": "^4.3.0",
"react-dom": "^15.3.2",
"react-fontawesome": "^1.6.1",
"react-icons": "^2.2.5",
"react-redux": "^5.0.2",
"react-router": "^3.0.0",
"react-router-redux": "^4.0.6",
"redux": "^3.6.0",
"redux-actions": "^1.2.2",
"redux-promise": "^0.5.3",
"redux-react-firebase": "^2.6.1",
"redux-thunk": "^2.1.0",
"url": "^0.11.0",
"url-join": "^1.1.0",
"url-loader": "^0.5.7"
},
"devDependencies": {
"autoprefixer": "^6.5.1",
"babel-core": "^6.18.0",
"babel-eslint": "^7.1.0",
"babel-loader": "^6.2.7",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.16.0",
"babel-register": "^6.18.0",
"babel-root-import": "^4.1.3",
"babel-runtime": "^6.18.0",
"compression": "^1.6.2",
"connect-history-api-fallback": "^1.3.0",
"css-loader": "^0.26.2",
"eslint": "^3.8.1",
"eslint-config-standard": "^7.0.0",
"eslint-loader": "^1.6.0",
"eslint-plugin-html": "^2.0.1",
"eslint-plugin-promise": "^3.3.0",
"eslint-plugin-react": "^6.4.1",
"eslint-plugin-standard": "^2.0.1",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^2.0.0",
"file": "^0.2.2",
"html-webpack-plugin": "^2.24.0",
"http-proxy-middleware": "^0.17.2",
"node-sass": "^4.5.0",
"react-transform-catch-errors": "^1.0.2",
"redbox-react": "^1.3.2",
"redux-devtools": "^3.3.1",
"redux-devtools-dock-monitor": "^1.1.1",
"redux-devtools-log-monitor": "^1.1.1",
"sass-loader": "^6.0.2",
"style-loader": "^0.13.1",
"stylus": "^0.54.5",
"stylus-loader": "^2.3.1",
"webpack": "^2.2.1",
"webpack-dev-middleware": "^1.8.4",
"webpack-hot-middleware": "^2.13.1",
"webpack-notifier": "^1.4.1"
},
"scripts": {
"start": "node server.js",
"lint": "eslint src",
"build": "NODE_ENV=production webpack -p --progress --config ./webpack.production.config.js --bail",
"dev": "NODE_ENV=development node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tocknicsu/react-redux-boilerplate.git"
},
"author": "tocknicsu",
"license": "MIT",
"bugs": {
"url": "https://github.com/tocknicsu/react-redux-boilerplate/issues"
},
"homepage": "https://github.com/tocknicsu/react-redux-boilerplate#readme"
}