-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.03 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
74
75
76
77
78
79
{
"name": "stc-demo",
"description": "Demo for stc",
"version": "1.0.0",
"author": {
"name": "welefen",
"email": "[email protected]"
},
"scripts": {},
"contributors": [
{
"name": "welefen",
"email": "[email protected]"
}
],
"main": "lib/index.js",
"dependencies": {
"autobind-decorator": "^1.3.2",
"babel-polyfill": "^6.7.4",
"bluebird": "^3.4.1",
"bootstrap": "3.3.6",
"codemirror": "^5.17.0",
"copy-to-clipboard": "^3.0.0",
"elasticsearch": "^11.0.1",
"es6-promise": "^3.0.2",
"highcharts": "^5.0.6",
"history": "^1.17.0",
"json-loader": "^0.5.4",
"markdown": "^0.5.0",
"marked": "^0.3.6",
"moment": "^2.16.0",
"normalize.css": "^3.0.3",
"object-assign": "^4.0.1",
"rb-component": "^0.2.18",
"rc-checkbox": "1.2.0",
"react": "^0.14.8",
"react-bootstrap": "^0.28.1",
"react-bootstrap-validation": "^0.1.10",
"react-copy-to-clipboard": "^4.0.2",
"react-datetime": "^2.0.1",
"react-dom": "^0.14.3",
"react-highcharts": "^6.0.0",
"react-mixin": "^3.0.3",
"react-onclickoutside": "^4.5.0",
"react-router": "^1.0.1",
"reflux": "^0.3.0",
"reqwest": "^2.0.5",
"socket.io-client": "^1.7.2",
"tiny-cookie": "^0.5.4",
"toggle-selection": "^1.0.5",
"validator": "^4.4.0",
"webpack-raphael": "^2.1.4"
},
"devDependencies": {
"babel-cli": "6.7.7",
"babel-core": "6.x.x",
"babel-eslint": "6.x.x",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "6.x.x",
"babel-plugin-uglify": "^1.0.2",
"babel-preset-babili": "0.0.11",
"babel-preset-es2015": "6.x.x",
"babel-preset-es2015-loose": "7.0.0",
"babel-preset-stage-1": "6.x.x",
"babel-preset-stage-2": "^6.13.0"
},
"keywords": [],
"repository": {
"type": "git",
"url": "https://github.com/stcjs/stc-demo"
},
"engines": {
"node": ">=4.0.0"
},
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/stcjs/stc-demo/issues"
}
}