-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
88 lines (88 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
80
81
82
83
84
85
86
87
88
{
"name": "geotiff-3d-dem-viewer",
"version": "1.0.6",
"private": true,
"license": "LGPL-3.0-or-later",
"homepage": "https://matafokka.github.io/geotiff-3d-dem-viewer",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.15",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"@turf/bbox": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@types/jest": "^26.0.24",
"@types/node": "^12.20.25",
"@types/proj4": "^2.5.2",
"@types/react": "^17.0.21",
"@types/react-collapse": "^5.0.1",
"@types/react-dom": "^17.0.9",
"@types/react-tabs": "^2.3.3",
"cesium": "^1.85.0",
"geotiff": "^1.0.5",
"geotiff-geokeys-to-proj4": "^2024.4.13",
"gh-pages": "^3.2.3",
"node-sass": "^9.0.0",
"proj4": "^2.7.5",
"react": "^17.0.2",
"react-app-polyfill": "^2.0.0",
"react-collapse": "^5.1.0",
"react-detect-click-outside": "^1.1.1",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
"react-tabs": "^3.2.2",
"resium": "^1.14.2",
"typescript": "^4.4.3",
"web-vitals": "^1.1.2"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"serve": "http-server \"./build\" -c-1",
"build:serve": "npm run build && npm run serve",
"test": "craco test",
"predeploy": "npm run build",
"deploy": "gh-pages -b gh-pages -d build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"rules": {
"quotes": [
"warn",
"double"
],
"indent": [
"warn",
"tab"
]
}
},
"browserslist": {
"production": [
"chrome >= 8",
"firefox >= 4",
"safari > 5",
"ios_saf >= 8",
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@craco/craco": "6.3.0",
"cpy-cli": "3.1.1",
"craco-cesium": "1.2.0",
"symlink-dir": "^5.0.1"
}
}