-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
90 lines (90 loc) · 2.69 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
{
"name": "smart-react-boilerplate",
"version": "0.0.1",
"description": "Smart React+Redux+Express boilerplate ",
"main": "index.js",
"scripts": {
"build:watch": "webpack --progress --colors --watch",
"build": "webpack --progress --colors",
"start": "node server.js"
},
"engines": {
"node": "5.10.1",
"npm": "3.8.3",
"vscode": "^0.10.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/praneshr/smart-react-boilerplate.git"
},
"author": "Pranesh Ravi <praneshpranesh@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/praneshr/smart-react-boilerplate/issues"
},
"homepage": "https://github.com/praneshr/smart-react-boilerplate#readme",
"devDependencies": {
"@types/axios": "^0.9.34",
"@types/express": "^4.0.34",
"@types/lodash": "^4.14.41",
"@types/node": "0.0.2",
"@types/react": "^0.14.52",
"@types/react-css-modules": "^3.7.5",
"@types/react-dom": "^0.14.19",
"@types/react-hot-loader": "^3.0.0",
"@types/react-redux": "^4.4.35",
"@types/react-router": "^2.0.41",
"@types/redux": "^3.6.0",
"@types/redux-actions": "^0.8.34",
"@types/redux-thunk": "^2.1.32",
"@types/webpack": "^2.0.0",
"@types/webpack-env": "^1.12.1",
"autoprefixer": "^6.5.3",
"axios": "^0.15.2",
"babel-eslint": "^7.1.1",
"babel-polyfill": "^6.16.0",
"bootstrap-sass": "^3.3.7",
"clean-webpack-plugin": "^0.1.14",
"compression-webpack-plugin": "^0.4.0",
"config": "^1.24.0",
"css-loader": "^0.26.0",
"es6-shim": "^0.35.1",
"eslint": "^3.11.0",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.7.1",
"extract-text-webpack-plugin": "^2.0.0-beta.4",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.24.1",
"import-glob-loader": "^1.1.0",
"jquery": "^3.1.1",
"node-sass": "^3.13.0",
"postcss-loader": "^1.1.1",
"react": "^15.4.0",
"react-css-modules": "^4.0.3",
"react-dom": "^15.4.0",
"react-hot-loader": "^3.0.0-beta.6",
"react-redux": "^4.4.6",
"react-router": "^3.0.0",
"redux": "^3.6.0",
"redux-actions": "^1.1.0",
"redux-thunk": "^2.1.0",
"sass-loader": "^4.0.2",
"sass-resources-loader": "^1.1.0",
"style-loader": "^0.13.1",
"ts-loader": "^1.2.2",
"tslint": "^4.0.2",
"tslint-eslint-rules": "^3.1.0",
"tslint-loader": "^3.3.0",
"typescript": "^2.0.10",
"url-loader": "^0.5.7",
"webpack": "^2.1.0-beta.27",
"webpack-dev-server": "^1.16.2",
"webpack-hot-middleware": "^2.13.2"
},
"dependencies": {
"express": "^4.14.0",
"lodash": "^4.17.2"
}
}