-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
121 lines (121 loc) · 3.97 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "client",
"version": "0.1.0",
"private": true,
"engines": {
"node": "20.x"
},
"dependencies": {
"-": "^0.0.1",
"@deck.gl/core": "^8.9.33",
"@deck.gl/layers": "^8.9.33",
"@deck.gl/mapbox": "^8.9.33",
"@deck.gl/react": "^8.9.33",
"@loaders.gl/core": "^3.4.14",
"@loaders.gl/gltf": "^3.4.14",
"@mui/base": "^5.0.0-beta.37",
"@preact/signals-react": "^2.0.0",
"@reduxjs/toolkit": "^1.9.3",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@turf/turf": "^6.5.0",
"@types/mapbox-gl": "^2.7.19",
"@types/react-dom": "^18.2.18",
"@types/react-redux": "^7.1.33",
"@vitejs/plugin-react-swc": "^3.5.0",
"@webgeodatavore/geojson.terminator": "^1.0.2",
"axios": "^1.3.4",
"canvas": "^2.11.2",
"classnames": "^2.3.2",
"deck.gl": "^8.9.33",
"dexie": "^4.0.7",
"dexie-react-hooks": "^1.1.7",
"eslint-plugin-jsx": "^0.1.0",
"framer-motion": "^10.12.18",
"http-proxy-middleware": "^2.0.6",
"immer": "^10.1.1",
"leaflet": "^1.9.4",
"lodash": "^4.17.21",
"mapbox-gl": "^3.0.1",
"maplibre-gl": "^3.6.2",
"moment": "^2.29.4",
"react": "^18.3.1",
"react-audio-player": "^0.17.0",
"react-country-flag": "^3.1.0",
"react-dom": "^18.3.1",
"react-h5-audio-player": "^3.8.6",
"react-icons": "^4.8.0",
"react-iframe": "^1.8.5",
"react-leaflet": "^4.2.1",
"react-map-gl": "^7.1.6",
"react-paginate": "^8.2.0",
"react-photo-album": "^2.3.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.9.0",
"react-tooltip": "^5.28.0",
"react-virtualized-auto-sizer": "^1.0.24",
"react-window": "^1.8.10",
"redux-persist": "^6.0.0",
"rsuite": "^5.53.2",
"save-dev": "^0.0.1-security",
"styled-components": "^6.0.3",
"swr": "^2.2.4",
"vite": "^5.0.0",
"vite-plugin-commonjs": "^0.10.1",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.2.1",
"web-vitals": "^2.1.4"
},
"scripts": {
"postinstall": "npm run webpack",
"webpack": "webpack",
"start": "vite",
"build": "vite build",
"serve": "vite preview --port 3000",
"build:css": "tailwindcss --postcss -i ./src/index.css -o ./src/builds/index.css"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/preset-react": "^7.18.6",
"@types/leaflet": "^1.9.8",
"@types/react": "18.2.00",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"autoprefixer": "^10.4.16",
"babel-eslint": "^6.0.0",
"eslint": "^8.22.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.7",
"firebase-tools": "^13.0.1",
"postcss": "^8.4.38",
"postcss-100vh-fix": "^1.0.2",
"postcss-import": "^15.1.0",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.3.3",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
}
}