-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (28 loc) · 730 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (28 loc) · 730 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
{
"name": "advokatfirmaet-auxilium",
"homepage": "https://www.radi410.github.io/Nettsider-for-Advokatfirmaet-Auxilium",
"version": "1.0.0",
"type": "module",
"dependencies": {
"@radix-ui/react-accordion": "^1.2.12",
"gh-pages": "^6.3.0",
"lucide-react": "^0.554.0",
"react": "^19.2.0",
"react-dom": "^19.2.0"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.17",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"tailwindcss": "^4.1.17",
"vite": "^7.2.2"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
}
}