-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 809 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 809 Bytes
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
{
"name": "ieee-stanford-website",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && node scripts/prerender.js",
"preview": "vite preview --port 5174",
"format": "prettier --write \"**/*.{html,css,js,jsx,json}\""
},
"dependencies": {
"@mantine/hooks": "^8.3.9",
"hamburger-react": "^2.5.2",
"lucide-react": "^0.554.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.6.0",
"react-router-dom": "^6.30.2"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.14",
"cross-env": "^10.1.0",
"postcss": "^8.4.23",
"prettier": "^2.8.8",
"tailwindcss": "^3.4.18",
"vite": "^5.0.0",
"vite-plugin-static-copy": "^3.1.4"
}
}