-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.36 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
{
"name": "react-mhoc",
"version": "1.2.7",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "npm run build",
"page": "gojs -b examples/mchart.js && /bin/rm -rf page/ && mv .dist/ page/ && gp-qk \"update page\"",
"build": "rm -rf dist && babel lib -D -d dist/lib && babel index.js -o dist/index.js"
},
"keywords": [],
"author": "",
"license": "MIT",
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/moyuyc/react-hoc.git"
},
"bugs": {
"url": "https://github.com/moyuyc/react-hoc/issues"
},
"peerDependencies": {
"react": "^15.6.1"
},
"dependencies": {
"classname": "0.0.0",
"hoist-non-react-statics": "^2.3.1"
},
"homepage": "https://github.com/moyuyc/react-hoc#readme",
"devDependencies": {
"autoprefixer-loader": "^3.2.0",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^0.28.4",
"less-loader": "^4.0.5",
"mobx": "^3.2.2",
"mobx-react": "^4.2.2",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-mchart": "^1.1.2",
"style-loader": "^0.18.2"
}
}