-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
55 lines (55 loc) · 1.44 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
{
"name": "idealreactseed",
"version": "1.0.0",
"description": "The ideal react seed",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "./node_modules/.bin/webpack-dev-server --config ./webpack/webpack.dev.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/manojsinghnegiwd/idealreactseed.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/manojsinghnegiwd/idealreactseed/issues"
},
"homepage": "https://github.com/manojsinghnegiwd/idealreactseed#readme",
"babel": {
"presets": [
"es2015",
"react",
"stage-0"
],
"plugins": [
"transform-object-rest-spread"
]
},
"dependencies": {
"css-loader": "^0.28.5",
"less-loader": "^4.0.5",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-router-redux": "^4.0.8",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"style-loader": "^0.18.2",
"webpack": "^3.5.5"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.26.0",
"less": "^2.7.2",
"webpack-dev-server": "^2.7.1"
}
}