-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 810 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 810 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
{
"name": "vite-template-solid",
"version": "0.0.0",
"description": "",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "json-server --watch data/data.json --routes data/routes.json --port 3001",
"serve:dev": "npm-run-all --parallel serve dev"
},
"license": "MIT",
"devDependencies": {
"@types/node": "^25.0.10",
"solid-devtools": "^0.34.5",
"twd-js": "^1.7.1",
"twd-relay": "^1.0.0",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vite-plugin-solid": "^2.11.10"
},
"dependencies": {
"@solidjs/router": "^0.15.4",
"@tailwindcss/vite": "^4.1.18",
"axios": "^1.13.2",
"json-server": "^0.17.4",
"npm-run-all": "^4.1.5",
"solid-js": "^1.9.11",
"tailwindcss": "^4.1.18"
}
}