forked from saaspegasus/django-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 722 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 722 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": "project",
"version": "1.0.0",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "vite build",
"dev": "vite",
"dev-watch": "vite",
"type-check": "tsc --noEmit",
"type-check-watch": "npm run type-check -- --watch"
},
"devDependencies": {
"@types/node": "^25.5.0",
"typescript": "^6.0.2",
"vite": "^8.0.2"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^7.2.0",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.2",
"alpinejs": "^3.15.11",
"chart.js": "^4.5.1",
"daisyui": "^5.5.19",
"htmx.org": "^2.0.8",
"js-cookie": "^3.0.5",
"tailwindcss": "^4.2.2"
}
}