forked from ckinmind/mobx-share
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.19 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
{
"name": "project-name",
"version": "1.0.0",
"description": "react webpack",
"main": "index.js",
"scripts": {
"start": "cross-env NODE_ENV=development webpack-dev-server && node tool.js -i",
"build": "cross-env NODE_ENV=production webpack --hide-modules true"
},
"repository": {},
"author": "js",
"license": "MIT",
"dependencies": {
"autobind-decorator": "^1.3.4",
"classnames": "^2.2.5",
"mobx": "^3.1.0",
"mobx-react": "^4.1.0",
"natty-fetch": "^2.2.3",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-router": "^3.0.2",
"react-router-dom": "^4.1.1",
"whatwg-fetch": "^2.0.2",
"prismjs": "^1.6.0",
"react-markdown": "^2.4.6"
},
"devDependencies": {
"autoprefixer": "^6.7.3",
"autoprefixer-loader": "^3.2.0",
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-2": "^6.22.0",
"babel-runtime": "^6.22.0",
"cross-env": "^3.1.4",
"css-loader": "^0.26.1",
"eslint": "^3.15.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-loader": "^1.6.1",
"eslint-plugin-babel": "^4.0.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.9.0",
"extract-text-webpack-plugin": "^2.0.0",
"file-loader": "^0.10.0",
"fs-extra": "^2.0.0",
"html-webpack-plugin": "^2.28.0",
"json-loader": "^0.5.4",
"lodash": "^4.17.4",
"metalsmith": "^2.3.0",
"metalsmith-collections": "^0.9.0",
"minimatch": "^3.0.3",
"mobx-react-devtools": "^4.2.11",
"postcss-loader": "^1.2.2",
"react-transform-catch-errors": "^1.0.2",
"react-transform-hmr": "^1.0.4",
"redbox-react": "^1.3.3",
"source-map-loader": "^0.1.6",
"style-loader": "^0.13.1",
"stylus": "^0.54.5",
"stylus-loader": "^2.5.0",
"url-loader": "^0.5.7",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.3.0",
"yargs": "^6.6.0"
}
}