forked from cesium-ml/cesium_web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.55 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
{
"name": "Cesium",
"license": "BSD-3-Clause",
"scripts": {
"build": "make bundle",
"test": "eslint -c .eslintrc --ext .jsx,.js public/scripts/ && make test"
},
"dependencies": {
"bootstrap": "^3.3.7",
"bootstrap-css": "^3.0.0",
"css-loader": "^0.26.2",
"exports-loader": "^0.6.4",
"imports-loader": "^0.7.1",
"jquery": "^3.1.1",
"plotly.js": "^1.23.1",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"react-redux": "^5.0.3",
"react-tabs": "^0.8.2",
"react-tooltip": "^3.2.7",
"redux": "^3.6.0",
"redux-form": "^5.3.3",
"redux-logger": "^2.8.1",
"redux-thunk": "^2.2.0",
"style-loader": "^0.13.2",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1",
"whatwg-fetch": "^2.0.2"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.23.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-2": "^6.22.0",
"css-loader": "^0.26.1",
"cwise": "^1.0.9",
"eslint": "^3.16.1",
"eslint-config-airbnb": "^14.1.0",
"eslint-loader": "^1.6.3",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0",
"exports-loader": "^0.6.3",
"glslify": "^6.0.1",
"imports-loader": "^0.7.0",
"style-loader": "^0.13.1"
},
"browserify": {
"transform": [
"glslify",
"cwise"
]
},
"repository": {
"type": "git",
"url": "https://github.com/cesium-ml/cesium_web.git"
}
}