-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.87 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.87 KB
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
{
"name": "bioprotect_web",
"version": "v1.10.0",
"private": true,
"type": "module",
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@fontsource/roboto": "^5.0.8",
"@fortawesome/fontawesome-svg-core": "^7.0.1",
"@fortawesome/free-solid-svg-icons": "^7.0.1",
"@fortawesome/react-fontawesome": "^3.0.0",
"@mapbox/mapbox-gl-draw": "^1.5.0",
"@mui/icons-material": "^5.18.0",
"@mui/material": "^5.18.0",
"@mui/system": "^5.18.0",
"@reduxjs/toolkit": "^2.7.0",
"@vitejs/plugin-react-swc": "^4.0.1",
"axios": "^1.11.0",
"browserslist-to-esbuild": "^2.1.1",
"classybrew": "0.0.3",
"fetch-jsonp": "^1.3.0",
"gh-pages": "^6.3.0",
"jsonp-promise": "^0.1.2",
"mapbox-gl": "^2.15.0",
"notistack": "^3.0.2",
"rc-progress": "^2.6.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hexagon": "^1.1.3",
"react-redux": "^9.2.0",
"react-stay-scrolled": "^3.0.0",
"recharts": "^2.15.3",
"vite-plugin-svgr": "^4.5.0",
"wellknown": "^0.5.0"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "vite",
"serve": "vite preview",
"build": "vite build",
"test": "vitest",
"test:coverage": "vitest run --coverage --watch=false"
},
"homepage": "https://app.marxanweb.org",
"devDependencies": {
"@babel/plugin-transform-private-property-in-object": "^7.25.9",
"@vitest/coverage-v8": "^3.2.0",
"eslint": "^9.9.0",
"eslint-plugin-react": "^7.37.0",
"prettier": "^3.3.3",
"vite": "^7.1.5",
"vite-tsconfig-paths": "^1.0.0",
"vitest": "^3.2.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}