This repository has been archived by the owner on Mar 18, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
93 lines (93 loc) · 2.53 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "cate-desktop-web",
"version": "0.1.0-dev.0",
"author": "CCI Toolbox (Cate) Development Team",
"license": "MIT",
"private": true,
"bugs": {
"url": "https://github.com/CCI-Tools/cate-ui/issues"
},
"dependencies": {
"@blueprintjs/core": "^3.23.1",
"@blueprintjs/datetime": "^3.15.2",
"@blueprintjs/table": "^3.8.3",
"@blueprintjs/icons": "^3.13.0",
"cesium": "^1.66.0",
"classnames": "^2.2.6",
"d3-fetch": "^1.1.2",
"deep-equal": "^1.0.1",
"deep-object-diff": "^1.1.0",
"oboe": "^2.1.5",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-ace": "^5.9.0",
"react-addons-css-transition-group": "^15.6.2",
"react-color": "^2.14.0",
"react-linkify": "^0.2.2",
"react-markdown": "^4.0.6",
"react-redux": "^5.0.7",
"react-scripts": "3.4.0",
"react-transition-group": "^1.2.1",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"requirejs": "^2.3.2",
"reselect": "^2.5.4",
"semver": "^5.7.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/chai": "^3.5.2",
"@types/chai-as-promised": "^0.0.31",
"@types/classnames": "0.0.32",
"@types/d3-fetch": "^1.1.5",
"@types/deep-equal": "0.0.30",
"@types/dom4": "^1.5.20",
"@types/electron-devtools-installer": "^2.2.0",
"@types/geojson": "^1.0.6",
"@types/jest": "^24.0.0",
"@types/mocha": "^2.2.41",
"@types/node": "^12.0.0",
"@types/oboe": "^2.0.28",
"@types/openlayers": "^3.20.6",
"@types/proj4": "^2.5.0",
"@types/react": "^16.9.0",
"@types/react-color": "^2.14.1",
"@types/react-dom": "^16.9.0",
"@types/react-redux": "^5.0.21",
"@types/react-test-renderer": "^16.8.1",
"@types/redux-logger": "^3.0.7",
"@types/tether": "^1.4.4",
"cesium-typings": "^1.50.2",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"jsdom": "11.6.2",
"jsdom-global": "3.0.2",
"mocha": "^5.2.0",
"rimraf": "^2.6.3",
"typescript": "~3.7.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}