-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.58 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "example-with-tailwindcss",
"type": "module",
"scripts": {
"dev": "vinxi dev",
"build": "vinxi build",
"start": "vinxi start",
"lint": "eslint ./src",
"lint:debug": "eslint ./src --debug",
"lint:fix": "eslint ./src --fix",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate"
},
"dependencies": {
"@ark-ui/solid": "^4.4.0",
"@fontsource/inter": "^5.1.0",
"@kobalte/core": "^0.13.7",
"@libsql/client": "^0.14.0",
"@modular-forms/solid": "^0.24.1",
"@node-rs/argon2": "^2.0.0",
"@oslojs/crypto": "^1.0.1",
"@oslojs/encoding": "^1.1.0",
"@solid-primitives/refs": "^1.0.8",
"@solidjs/router": "^0.15.0",
"@solidjs/start": "^1.0.10",
"autoprefixer": "^10.4.20",
"chart.js": "^4.4.6",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk-solid": "^1.1.0",
"drizzle-orm": "^0.36.0",
"postcss": "^8.4.47",
"solid-js": "^1.9.3",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.14",
"tailwindcss-animate": "^1.0.7",
"valibot": "1.0.0-beta.3",
"vinxi": "^0.4.3"
},
"engines": {
"node": ">=18"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"@types/eslint__js": "^8.42.3",
"@typescript-eslint/parser": "^8.13.0",
"drizzle-kit": "^0.28.0",
"eslint": "^9.14.0",
"eslint-plugin-solid": "^0.14.3",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.13.0"
}
}