-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·64 lines (64 loc) · 1.71 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
{
"name": "weblab-skeleton",
"version": "1.0.0",
"description": "",
"main": "server/server.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"start": "nodemon"
},
"repository": {
"type": "git",
"url": "https://github.com/weblab-workshops/skeleton.git"
},
"author": "",
"license": "ISC",
"homepage": "",
"engines": {
"node": ">=18.x"
},
"dependencies": {
"@arcgis/core": "^4.31.6",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fontsource/roboto": "^5.1.1",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@mapbox/mapbox-gl-geocoder": "^5.0.3",
"@mui/icons-material": "^6.4.0",
"@mui/material": "^6.4.0",
"@mui/styled-engine-sc": "^6.4.0",
"@react-oauth/google": "^0.12.1",
"@watergis/mapbox-gl-legend": "^1.1.2",
"connect-ensure-login": "^0.1.1",
"core-js": "^3.8.1",
"dotenv": "^16.0.3",
"express": "^4.17.1",
"express-session": "^1.17.1",
"google-auth-library": "^6.1.3",
"jwt-decode": "^3.1.2",
"mapbox-gl": "^3.9.2",
"mapbox-gl-animated-popup": "^0.4.0",
"mapbox-gl-fontawesome-markers": "^0.0.2",
"mapbox-gl-infobox": "^1.0.9",
"mapboxgl-legend": "^1.15.0",
"mongoose": "^8.9.5",
"nodemon": "^3.1.9",
"react": "^18.2.0",
"react-collapsed": "^4.2.0",
"react-dom": "^18.2.0",
"react-map-gl": "^7.1.8",
"react-router": "^5.3.4",
"react-router-dom": "^6.0.0",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"styled-components": "^6.1.14",
"url-loader": "^4.1.1"
},
"devDependencies": {
"@vitejs/plugin-react-swc": "^3.0.0",
"vite": "^4.0.0",
"vite-plugin-svgr": "^2.4.0"
}
}