-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.08 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
{
"name": "solid-mon",
"type": "module",
"scripts": {
"dev": "vinxi dev",
"build": "vinxi build",
"start": "vinxi start",
"drizzle:gen": "npx tsx ./drizzle/seed.ts"
},
"dependencies": {
"@libsql/client": "^0.6.2",
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.13.6",
"@solidjs/start": "^1.0.2",
"autoprefixer": "^10.4.19",
"drizzle-orm": "^0.31.2",
"pokenode-ts": "^1.20.0",
"postcss": "^8.4.38",
"solid-js": "^1.8.17",
"tailwindcss": "^3.4.3",
"vinxi": "^0.3.12"
},
"engines": {
"node": ">=18"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@tanstack/solid-query-devtools": "^5.45.0",
"@types/node": "^20.11.26",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"autoprefixer": "^10.4.17",
"drizzle-kit": "^0.22.7",
"eslint": "^8.56.0",
"eslint-plugin-solid": "^0.13.2",
"eslint-plugin-tailwindcss": "^3.14.3",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"typescript": "^4.9.5",
"vite": "^5.1.6"
}
}