-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
75 lines (75 loc) · 2.27 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
{
"name": "the-ultimate-boilerplate",
"version": "2.0.1",
"description": "The Ultimate Starter Kit For React Redux and Webpack",
"homepage": "https://touqeerkhan11.github.io/The-Ultimate-Boilerplate/",
"main": "app.js",
"engines": {
"node": "6.10.0"
},
"scripts": {
"postinstall": "npm run build",
"start": "node ./bin/www --babel",
"dev": "node ./bin/dev.js",
"build": "node ./bin/build.js"
},
"author": "",
"dependencies": {
"body-parser": "~1.17.0",
"case-sensitive-paths-webpack-plugin": "^2.1.1",
"cookie-parser": "~1.4.3",
"express": "~4.15.0",
"express-history-api-fallback": "^2.0.0",
"morgan": "~1.8.1",
"node-sass": "^4.1.1",
"nprogress": "^0.2.0",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"react-helmet": "^5.0.3",
"react-redux": "^5.0.1",
"react-router-dom": "^4.0.0",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0",
"serve-favicon": "~2.4.1"
},
"devDependencies": {
"babel-cli": "^6.3.17",
"babel-core": "^6.13.2",
"babel-eslint": "^7.1.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-react-inline-elements": "^6.22.0",
"babel-polyfill": "^6.16.0",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.3.13",
"babel-preset-stage-2": "^6.13.0",
"babel-register": "^6.18.0",
"css-loader": "^0.28.0",
"dotenv": "4.0.0",
"eslint": "^3.11.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-import-resolver-webpack": "^0.8.1",
"eslint-loader": "^1.6.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.1.0",
"extract-text-webpack-plugin": "^2.0.0",
"file-loader": "^0.11.1",
"fs-extra": "3.0.1",
"html-webpack-plugin": "^2.24.1",
"jsdom": "^11.0.0",
"postcss-loader": "^2.0.6",
"progress-bar-webpack-plugin": "^1.10.0",
"react-dev-utils": "^4.0.1",
"react-hot-loader": "^3.0.0-beta.6",
"sass-loader": "^6.0.2",
"script-loader": "^0.7.0",
"style-loader": "^0.18.2",
"url-loader": "^0.5.8",
"webpack": "^2.1.0-beta.25",
"webpack-dev-server": "^2.1.0-beta.0",
"webpack-md5-hash": "0.0.5",
"webpack-merge": "^4.0.0"
}
}