-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 588 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 588 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
{
"name": "vite-template-solid",
"version": "0.0.0",
"private": true,
"description": "",
"license": "MIT",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"preview": "vite preview",
"prepare": "tw-patch install",
"tw-extract": "tw-patch extract"
},
"dependencies": {
"solid-js": "^1.9.2"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vite": "^4.1.1",
"vite-plugin-solid": "^2.10.2"
}
}