-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.07 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
{
"name": "select-hover-features",
"description": "OpenLayers workshop",
"version": "0.0.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.6",
"@mui/icons-material": "^5.14.3",
"@mui/material": "^5.14.10",
"@use-gesture/react": "^10.3.0",
"colormap": "^2.3.2",
"ol": "^8.1.0",
"ol-layerswitcher": "^4.1.1",
"ol-popup": "^5.1.0",
"plotly.js-basic-dist-min": "^2.26.0",
"proj4": "^2.9.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"scripts": {
"lint": "eslint src",
"test": "npm run lint",
"start": "vite serve",
"build": "vite build",
"prettier": "prettier src/* --write"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.0.4",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"prettier": "^3.0.0",
"vite": "^4.4.8"
}
}