-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 881 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
39
{
"name": "octotree",
"author": "uncenter (https://uncenter.dev)",
"repository": {
"type": "git",
"url": "https://github.com/uncenter/octotree.git"
},
"license": "MIT",
"scripts": {
"dev": "solid-start dev",
"build": "solid-start build",
"start": "solid-start start"
},
"type": "module",
"dependencies": {
"@kobalte/core": "^0.10.0",
"@kobalte/tailwindcss": "^0.7.0",
"@solidjs/meta": "^0.28.6",
"@solidjs/router": "^0.8.3",
"solid-icons": "^1.0.11",
"solid-js": "^1.7.11",
"solid-start": "^0.3.3",
"solid-start-vercel": "^0.3.3",
"undici": "^5.23.0"
},
"devDependencies": {
"autoprefixer": "^10.4.15",
"postcss": "^8.4.28",
"solid-start-node": "^0.3.3",
"tailwindcss": "^3.3.3",
"tailwindcss-logical": "^3.0.1",
"typescript": "^5.1.6",
"vite": "^4.4.9"
},
"engines": {
"node": ">=18"
},
"packageManager": "pnpm@8.6.12"
}