-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 835 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 835 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
34
{
"name": "vite-template-solid",
"version": "0.0.0",
"description": "",
"scripts": {
"start": "vite",
"dev": "vite --host",
"build": "vite build",
"serve": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"license": "MIT",
"devDependencies": {
"autoprefixer": "^10.4.16",
"daisyui": "^3.9.2",
"postcss": "^8.4.31",
"solid-devtools": "^0.27.3",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vite-plugin-solid": "^2.7.0"
},
"dependencies": {
"@solid-primitives/media": "^2.2.5",
"@solid-primitives/workers": "^0.2.5",
"gh-pages": "^6.0.0",
"simplex-noise": "^4.0.1",
"solid-icons": "^1.0.12",
"solid-js": "^1.7.6",
"tailwindcss-theme-swapper": "^0.7.3",
"two.js": "^0.8.11"
}
}