generated from remarkablemark/vite-preact-tailwind-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.05 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.05 KB
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
39
40
41
{
"name": "icebreaker",
"private": true,
"version": "1.0.0-alpha",
"type": "module",
"scripts": {
"build": "tsc && vite build",
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"lint:tsc": "tsc --noEmit",
"prepare": "husky",
"preview": "vite preview",
"start": "vite --open"
},
"dependencies": {
"preact": "10.29.0"
},
"devDependencies": {
"@commitlint/cli": "20.4.3",
"@commitlint/config-conventional": "20.4.3",
"@eslint/compat": "2.0.3",
"@eslint/eslintrc": "3.3.5",
"@eslint/js": "10.0.1",
"@preact/preset-vite": "2.10.3",
"@tailwindcss/postcss": "4.2.1",
"eslint": "10.0.3",
"eslint-plugin-prettier": "5.5.5",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-tsdoc": "0.5.2",
"globals": "17.4.0",
"husky": "9.1.7",
"lint-staged": "16.3.3",
"postcss": "8.5.8",
"prettier": "3.8.1",
"prettier-plugin-tailwindcss": "0.7.2",
"tailwindcss": "4.2.1",
"typescript": "5.9.3",
"typescript-eslint": "8.57.0",
"vite": "7.3.1"
}
}