-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 960 Bytes
/
package.json
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
35
36
37
38
{
"name": "template-vike-solid-daisyui",
"version": "0.1.0",
"license": "MIT",
"type": "module",
"packageManager": "yarn@4.6.0",
"scripts": {
"dev": "vike dev",
"build": "vike build",
"prod": "NODE_ENV=production node dist/server/index.mjs",
"serve": "yarn build && yarn prod",
"lint": "eslint src/**/*.{ts,tsx} *.ts",
"od": "yarn outdated"
},
"dependencies": {
"solid-js": "^1.9.4"
},
"devDependencies": {
"@types/node": "^22.10.5",
"@yarnpkg/sdks": "^3.2.0",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.23",
"eslint": "^9.18.0",
"eslint-plugin-solid": "^0.14.5",
"eslint-plugin-tailwindcss": "^3.17.5",
"eslint-plugin-unicorn": "^56.0.1",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"typescript-eslint": "^8.19.1",
"vike": "^0.4.214",
"vike-solid": "^0.7.8",
"vite": "^6.0.7"
},
"engines": {
"node": ">=20"
}
}