-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.71 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.71 KB
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
{
"name": "@monajs/react",
"version": "1.1.4",
"author": "杨玺",
"email": "599321378@qq.com",
"description": "Mona系列 - 迷你React",
"keywords": [
"mona",
"react"
],
"repository": {
"type": "git",
"url": "git+https://github.com/monajs/mona-react"
},
"files": [
"lib",
"reactDom.js",
"constant.js",
"data.js",
"index.js",
"util.js"
],
"main": "index.js",
"scripts": {
"start": "node ./build/webpack.dev.js",
"build": "export NODE_ENV=prodution && node ./build/webpack.build.js",
"config": "babel buildSrc --out-dir build",
"babel": "node ./build/react.bundle.js"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-import": "1.0.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"copy-webpack-plugin": "^4.3.0",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.2",
"fs-extra": "0.30.0",
"html-webpack-plugin": "^2.30.1",
"jsx-control-statements": "3.1.2",
"less": "^2.7.3",
"less-loader": "^4.0.5",
"open-browser-webpack-plugin": "0.0.5",
"postcss-cssnext": "^3.0.2",
"postcss-import": "^11.0.0",
"postcss-less": "^1.1.3",
"postcss-loader": "^2.0.9",
"react-hot-loader": "^1.3.0",
"style-loader": "^0.19.0",
"webpack": "^3.8.1",
"webpack-bundle-analyzer": "^2.10.0",
"webpack-dev-server": "^2.9.7",
"chalk": "^2.4.1",
"console.table": "^0.10.0",
"deep-extend": "^0.6.0"
},
"dependencies": {
"axios": "^0.17.1",
"babel-cli": "^6.26.0",
"classnames": "2.2.5",
"es6-promise": "3.2.1",
"fastclick": "1.0.6",
"uglifyjs-webpack-plugin": "^0.4.6"
}
}