-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.57 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.57 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
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "anyverse",
"private": true,
"type": "module",
"imports": {
"#/*": "./src/*"
},
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run",
"lint": "eslint",
"fmt": "oxfmt"
},
"dependencies": {
"@t3-oss/env-core": "0.13.10",
"@tailwindcss/vite": "4.2.1",
"@tanstack/react-devtools": "0.9.13",
"@tanstack/react-query": "5.90.21",
"@tanstack/react-query-devtools": "5.91.3",
"@tanstack/react-router": "1.167.0",
"@tanstack/react-router-devtools": "1.166.7",
"@tanstack/react-router-ssr-query": "1.166.7",
"@tanstack/react-start": "1.166.11",
"lucide-react": "0.577.0",
"nitro": "npm:nitro-nightly@3.0.1-20260314-224703-5f77858b",
"pretendard-gov": "^1.3.9",
"react": "19.2.4",
"react-dom": "19.2.4",
"superjson": "2.2.6",
"tailwindcss": "4.2.1",
"zod": "4.3.6"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@rolldown/plugin-babel": "^0.2.1",
"@tanstack/devtools-vite": "0.5.5",
"@tanstack/eslint-config": "0.4.0",
"@testing-library/dom": "10.4.1",
"@testing-library/react": "16.3.2",
"@types/babel__core": "^7.20.5",
"@types/node": "25.5.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "6.0.1",
"babel-plugin-react-compiler": "1.0.0",
"eslint": "^10.0.3",
"oxfmt": "0.40.0",
"typescript": "5.9.3",
"vite": "8.0.0",
"vitest": "4.1.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"lightningcss"
]
}
}