-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.9 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.9 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
{
"name": "saecomp-app",
"homepage": "https://saecomp.github.io/Site-EngComp/",
"version": "1.0.0",
"private": false,
"type": "module",
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/base": "^5.0.0-beta.58",
"@mui/icons-material": "^6.1.2",
"@mui/material": "^6.1.0",
"@types/google.accounts": "^0.0.7",
"@types/qrcode": "^1.5.5",
"axios": "^1.7.2",
"bootstrap": "^5.2.3",
"dotenv": "^17.2.3",
"framer-motion": "^11.5.6",
"jwt-decode": "^3.1.2",
"qrcode": "^1.5.4",
"react": "^18.2.0",
"react-bootstrap": "^2.10.2",
"react-dom": "^18.2.0",
"react-icons": "^4.2.0",
"react-router": "^7.6.1",
"react-spring": "^9.7.4",
"react-swipeable": "^7.0.1",
"react-use-gesture": "^9.1.3",
"react-window": "^1.8.10",
"sonner": "^2.0.5",
"styled-components": "^6.1.8",
"web-vitals": "^1.0.1",
"zod": "^3.25.64"
},
"scripts": {
"dev": "vite",
"build": "tsc --noUnusedLocals false --noUnusedParameters false && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"devDependencies": {
"@types/node": "^25.0.3",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@types/react-window": "^1.8.8",
"@types/styled-components": "^5.1.14",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.20",
"gh-pages": "^6.1.1",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"vite": "^6.3.5",
"vite-plugin-mkcert": "^1.17.9"
}
}