-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 861 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
{
"name": "preact-typescript-vite-taste",
"version": "1.0.0",
"description": "Template app",
"main": "index.html",
"license": "MIT",
"type": "module",
"devDependencies": {
"@eslint/js": "9.x.x",
"@rollup/plugin-inject": "4.x.x",
"@stylistic/eslint-plugin": "1.x.x",
"@typescript-eslint/parser": "7.x.x",
"eslint": "9.x.x",
"husky": "8.x.x",
"prettier": "2.x.x",
"rollup": "2.x.x",
"typescript": "4.x.x",
"typescript-formatter": "7.x.x",
"vite": "6.x.x"
},
"dependencies": {
"@benchristel/taste": "0.6.x",
"preact": "10.x.x"
},
"scripts": {
"build": "vite build",
"dev": "vite",
"setup": "yarn install; husky install",
"smoke": "vite preview --open",
"ts": "tsc --watch --noEmit"
},
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}