-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.2 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
{
"name": "react-mchart",
"version": "1.1.2",
"description": "",
"main": "es5/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"example": "gojs .",
"ghpages": "gojs -b examples/index.js && git checkout gh-pages && cp -rf .dist/ . && git commit -am gh-pages; git push origin gh-pages && git checkout master",
"less": "sh build.sh",
"pack": "babel index.js -o index.es5.js && babel Chart -d es5 && npm run less"
},
"keywords": [],
"author": "moyuyc",
"license": "MIT",
"dependencies": {
"react-mhoc": "^1.0.3",
"classname": "0.0.0",
"lodash": "^4.17.4"
},
"peerDependencies": {
"react": "^15.6.1",
"react-dom": "^15.6.1"
},
"devDependencies": {
"autoprefixer-loader": "^3.2.0",
"babel-cli": "^6.24.1",
"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",
"go-js": "^1.1.4",
"less": "^2.7.2",
"less-loader": "^4.0.5",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"style-loader": "^0.18.2"
}
}