-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.16 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.16 KB
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
{
"name": "QuickIME",
"type": "module",
"engines": {
"node": ">=22"
},
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"@tailwindcss/oxide",
"esbuild"
]
},
"scripts": {
"dev": "vinxi dev",
"build": "vinxi build",
"start": "vinxi start",
"format": "eslint --fix .",
"lint": "eslint . && tsc --noEmit"
},
"dependencies": {
"@kobalte/core": "^0.13.11",
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.15.3",
"@solidjs/start": "^1.1.7",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"solid-js": "^1.9.9",
"tailwind-merge": "^3.3.1",
"tw-animate-css": "^1.3.7",
"wanakana": "^5.3.1"
},
"devDependencies": {
"@iconify/json": "^2.2.376",
"@tailwindcss/vite": "^4.1.12",
"eslint": "^9.33.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-solid": "^0.14.5",
"prettier-plugin-tailwindcss": "^0.6.14",
"tailwindcss": "^4.1.12",
"typescript": "^5.9.2",
"typescript-eslint": "^8.40.0",
"unplugin-icons": "^22.2.0",
"vinxi": "^0.5.8",
"vite-plugin-eslint": "^1.8.1"
}
}