-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 797 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 797 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
{
"name": "vite-template-solid",
"version": "0.0.0",
"description": "",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"preview": "vite build && vite preview"
},
"license": "MIT",
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.5.2",
"tailwindcss": "^4.0.6",
"vite": "^6.0.0",
"vite-plugin-solid": "^2.11.1",
"vite-svg-loader": "^5.1.0",
"workbox-build": "^7.3.0"
},
"dependencies": {
"@solidjs/router": "^0.15.3",
"@tailwindcss/vite": "^4.0.6",
"@thednp/color-picker": "^2.0.3",
"dexie": "^4.0.11",
"solid-app-router": "^0.4.2",
"solid-icons": "^1.1.0",
"solid-js": "^1.9.3",
"vite-plugin-solid-svg": "^0.8.1"
}
}