-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.26 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
{
"name": "mobilelibraries-website",
"version": "0.1.0",
"private": true,
"type": "module",
"homepage": "https://www.mobilelibraries.org",
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fontsource/roboto": "^5.1.1",
"@mui/icons-material": "^6.4.6",
"@mui/material": "^6.4.6",
"@mui/x-data-grid": "^7.27.2",
"axios": "^1.8.1",
"dayjs": "^1.11.13",
"maplibre-gl": "^5.1.1",
"markdown-to-jsx": "^7.7.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-map-gl": "^8.0.1",
"react-router-dom": "^7.2.0",
"rrule": "^2.8.1"
},
"scripts": {
"start": "vite",
"build": "vite build",
"serve": "vite preview",
"predeploy": "vite build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app",
"settings": {
"react": {
"version": "detect"
}
}
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.4",
"gh-pages": "^6.3.0",
"standard": "^17.1.2",
"vite": "^6.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"
]
}
}