-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
114 lines (114 loc) · 3.62 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "react-redux-boilerplate",
"version": "1.0.0",
"description": "--- - React - Webpack - Babel - ES6 - Alt (flux implementation)",
"main": "index.js",
"dependencies": {
"antd": "^2.8.1",
"file-loader": "^0.9.0",
"firebase": "^3.6.10",
"fs": "0.0.1-security",
"grommet": "^1.2.1",
"history": "^4.3.0",
"immutable": "^3.8.1",
"inuit-defaults": "^0.2.3",
"json-beautify": "^1.0.1",
"json-loader": "^0.5.4",
"moment": "^2.17.1",
"query-string": "^4.2.3",
"radium": "^0.18.1",
"rc-pagination": "^1.7.5",
"react": "^15.3.2",
"react-async-script": "^0.7.0",
"react-cookie": "^1.0.4",
"react-css-modules": "^3.7.10",
"react-document-meta": "^2.1.1",
"react-dom": "^15.3.2",
"react-dotdotdot": "^1.0.17",
"react-google-recaptcha": "^0.7.0",
"react-infinite-scroller": "^1.0.7",
"react-joyride": "^1.10.1",
"react-loading": "0.0.9",
"react-rater": "^0.3.5",
"react-redux": "^5.0.3",
"react-router": "^3.0.0",
"react-router-bootstrap": "^0.23.1",
"react-router-redux": "^4.0.6",
"react-share": "^1.12.1",
"react-social": "^1.8.0",
"react-time": "^4.2.0",
"react-truncate": "^2.1.0",
"redux-actions": "^0.12.0",
"redux-promise": "^0.5.3",
"redux-react-firebase": "^2.5.1",
"redux-thunk": "^2.1.0",
"remark-parse": "^3.0.0",
"url-join": "^1.1.0",
"url-loader": "^0.5.7",
"xlsx-to-json": "^0.2.4"
},
"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-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",
"connect-history-api-fallback": "^1.3.0",
"css-loader": "^0.25.0",
"eslint": "^3.8.1",
"eslint-config-standard": "^6.2.1",
"eslint-friendly-formatter": "^2.0.6",
"eslint-loader": "^1.6.0",
"eslint-plugin-html": "^1.5.5",
"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": "^1.0.1",
"file": "^0.2.2",
"html-webpack-plugin": "^2.24.0",
"http-proxy-middleware": "^0.17.2",
"node-sass": "^3.10.1",
"react-redux": "^5.0.2",
"react-transform-catch-errors": "^1.0.2",
"redbox-react": "^1.3.2",
"redux": "^3.6.0",
"redux-devtools": "^3.3.1",
"redux-devtools-dock-monitor": "^1.1.1",
"redux-devtools-log-monitor": "^1.1.1",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"stylus": "^0.54.5",
"stylus-loader": "^2.3.1",
"sw-precache": "^5.0.0",
"webpack": "^1.13.3",
"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": "npm i && 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"
}