-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 842 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 842 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
32
33
34
{
"name": "viget-craft-starter",
"version": "1.0.0",
"author": "Viget <craft@viget.com>",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint --fix src",
"format": "prettier --write .",
"prepare": "husky"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@tailwindcss/postcss": "^4.0.0",
"cssnano": "^7.0.6",
"eslint-config-prettier": "^10.0.2",
"globals": "^16.0.0",
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"postcss": "^8.5.3",
"postcss-pxtorem": "^6.1.0",
"prettier": "^3.5.2",
"tailwindcss": "^4.0.0",
"vite": "^6.3.6",
"vite-plugin-static-copy": "^2.3.2"
},
"dependencies": {
"@alpinejs/collapse": "^3.14.1",
"@alpinejs/focus": "^3.14.1",
"alpinejs": "^3.14.1"
}
}