-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.5 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.5 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
{
"name": "mtnsense",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"server": "node --watch server/server.js"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.717.0",
"@chakra-ui/react": "^3.2.5",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@netlify/functions": "^2.8.2",
"@sparticuz/chromium": "^131.0.1",
"@types/express": "^5.0.0",
"cors": "^2.8.5",
"dompurify": "^3.2.3",
"dotenv": "^16.4.5",
"express": "^4.21.2",
"express-async-handler": "^1.2.0",
"mapbox-gl": "^3.8.0",
"netlify-cli": "^17.38.0",
"next-themes": "^0.4.4",
"node-fetch": "^3.3.2",
"puppeteer": "^23.9.0",
"puppeteer-core": "^23.11.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.4.0",
"react-router": "^7.0.1",
"sanitize-html": "^2.13.1",
"serverless-http": "^3.2.0"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@types/react": "^18.3.12",
"@types/react-burger-menu": "^2.8.7",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^9.13.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.11.0",
"typescript": "~5.6.2",
"typescript-eslint": "^8.11.0",
"vite": "^5.4.10",
"vite-plugin-static-copy": "^2.2.0",
"vite-tsconfig-paths": "^5.1.3"
}
}