This repository was archived by the owner on Oct 24, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.58 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.58 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
{
"name": "wechat-iot",
"version": "1.0.0",
"description": "Wechat of CAU IOT",
"main": "dist/index.js",
"scripts": {
"build": "webpack -b",
"dist": "webpack -p -b",
"demo": "webpack && node_modules/.bin/webpack-dev-server --content-base dist/"
},
"author": "windsome.Feng",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/windsome/wechat-iot"
},
"peerDependencies": {
"react": "~0.14",
"react-dom": "~0.14"
},
"bugs": "https://github.com/windsome/wechat-iot/issues",
"keywords": [
"chart",
"react",
"highcharts",
"graph"
],
"devDependencies": {
"babel-core": "^6.6.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.6.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"exports-loader": "^0.6.2",
"file-loader": "^0.8.4",
"highlight.js": "^8.4.0",
"imports-loader": "^0.6.4",
"jsdom": "^8.1.0",
"mocha": "^2.3.0",
"proxyquire": "^1.7.4",
"raw-loader": "^0.5.1",
"react": "~0.14",
"react-addons-test-utils": "^0.14.0",
"react-dom": "~0.14",
"react-highlight": "^0.7.0",
"webpack": "^1.5.3",
"webpack-dev-server": "^1.10.1"
},
"dependencies": {
"babel-runtime": "^6.6.1",
"classnames": "^2.2.3",
"d3": "^3.5.16",
"events": "^1.1.0",
"highcharts": "^4.2.3",
"lodash": "^4.11.1",
"object-assign": "^4.0.1",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-highcharts": "^8.0.2"
}
}