-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.47 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
{
"name": "react-mobx-starter-kit",
"version": "1.0.0",
"description": "starter kit for react , es6, less, sass, mobx",
"main": "dist/bundle.js",
"scripts": {
"compile": "webpack",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/polodev/react-mobx-starter-kit.git"
},
"keywords": [
"react",
"es6",
"less",
"sass",
"mobx",
"mobx-react"
],
"author": "shibu deb polo",
"license": "MIT",
"bugs": {
"url": "https://github.com/polodev/react-mobx-starter-kit/issues"
},
"homepage": "https://github.com/polodev/react-mobx-starter-kit#readme",
"dependencies": {
"mobx": "^2.4.0",
"mobx-react": "^3.5.1",
"node-sass": "^3.8.0",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"react-router": "^2.5.2"
},
"devDependencies": {
"babel-core": "^6.9.1",
"babel-loader": "^6.2.4",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"copy-webpack-plugin": "^3.0.1",
"css-loader": "^0.23.1",
"express": "^4.14.0",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"mobx-react-devtools": "^4.2.3",
"postcss-loader": "^0.9.1",
"react-hot-loader": "^1.3.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.1",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.10.0",
"sass-loader": "^4.0.0"
}
}