-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.36 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
{
"name": "mobilelibraries-website",
"version": "0.1.0",
"private": true,
"type": "module",
"homepage": "https://www.mobilelibraries.org",
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^4.5.8",
"@mui/icons-material": "^5.15.13",
"@mui/material": "^5.15.13",
"@mui/x-data-grid": "^6.19.6",
"axios": "^1.7.4",
"maplibre-gl": "^2.4.0",
"markdown-to-jsx": "^7.4.3",
"moment": "^2.30.1",
"react": "^18.2.0",
"react-carbonbadge": "^2.0.0",
"react-dom": "^18.2.0",
"react-map-gl": "^7.1.7",
"react-router-dom": "^6.22.3",
"rrule": "^2.8.1"
},
"scripts": {
"start": "vite",
"build": "vite build",
"serve": "vite preview",
"predeploy": "vite build",
"deploy": "gh-pages -d build",
"analyze": "source-map-explorer 'build/static/js/*.js'"
},
"eslintConfig": {
"extends": "react-app",
"settings": {
"react": {
"version": "detect"
}
}
},
"devDependencies": {
"@vitejs/plugin-react": "^4.2.1",
"gh-pages": "^5.0.0",
"standard": "^16.0.4",
"vite": "^5.4.8"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}