-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 875 Bytes
/
package.json
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
{
"name": "portfolio",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"check": "biome check --write .",
"prepare": "husky"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@tailwindcss/forms": "0.5.10",
"@tailwindcss/postcss": "4.0.6",
"@types/html-minifier-terser": "7.0.2",
"@types/node": "22.13.2",
"cz-conventional-changelog": "3.3.0",
"husky": "9.1.3",
"tailwindcss": "4.0.6",
"typescript": "5.7.3",
"vite": "6.1.0",
"vite-plugin-minify": "2.1.0",
"vite-plugin-solid": "2.11.1",
"vite-tsconfig-paths": "5.1.4"
},
"dependencies": {
"@piwikpro/tracking-base-library": "^1.3.0",
"@tailwindcss/vite": "4.0.6",
"solid-js": "1.9.4"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"trustedDependencies": ["@biomejs/biome"]
}