-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 843 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 843 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
{
"name": "vite-template-solid",
"version": "0.0.0",
"description": "",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"format": "prettier --write .",
"lint": "biome lint --write",
"lint:ci": "biome ci ."
},
"license": "MIT",
"dependencies": {
"@fontsource-variable/noto-sans": "^5.2.10",
"solid-js": "^1.9.10"
},
"devDependencies": {
"@biomejs/biome": "2.3.10",
"@tailwindcss/vite": "^4.1.18",
"prettier": "^3.7.4",
"prettier-plugin-tailwindcss": "^0.7.2",
"solid-devtools": "^0.34.4",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3",
"vite": "^7.2.7",
"vite-plugin-solid": "^2.11.10"
}
}