-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.02 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
{
"name": "flat-finder",
"version": "0.0.1",
"description": "for mobx testing",
"main": "index.js",
"scripts": {
"webpack": "webpack-dev-server --inline"
},
"author": "kirill",
"license": "ISC",
"babel": {
"presets": [
"es2015",
"react",
"stage-1"
],
"plugins": [
"transform-decorators-legacy"
]
},
"devDependencies": {
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-react": "^6.5.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-1": "^6.5.0",
"css-loader": "^0.23.1",
"json-loader": "^0.5.4",
"mobx-react-devtools": "^4.2.0",
"node-sass": "^3.8.0",
"sass-loader": "^3.2.1",
"style-loader": "^0.13.1",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"jquery": "^3.0.0",
"lodash": "^4.13.1",
"mobx": "2.4.0-alpha1",
"mobx-react": "^3.4.0",
"react": "^15.1.0",
"react-dom": "^15.1.0"
}
}