-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
88 lines (88 loc) · 2.79 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "futi-detroit",
"version": "0.1.7",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"dev": "next dev -p 2048 --turbo",
"start": "next start",
"lint": "prettier --list-different . && eslint",
"lint:fix": "prettier --list-different --write . && eslint --fix"
},
"lint-staged": {
"*": "eslint --fix --no-warn-ignored"
},
"dependencies": {
"@icons-pack/react-simple-icons": "^10.0.0",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@shikijs/transformers": "^1.17.6",
"@t3-oss/env-nextjs": "^0.10.1",
"@tanstack/react-query": "^5.25.0",
"@trpc/client": "next",
"@trpc/react-query": "next",
"@trpc/server": "next",
"@types/parallax-js": "^3.1.3",
"@types/underscore": "^1.11.15",
"ahooks": "^3.8.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"framer-motion": "^11.1.9",
"lucide-react": "^0.441.0",
"next": "^14.2.1",
"normalize.css": "^8.0.1",
"parallax-js": "^3.1.0",
"pixi-live2d-display": "^0.4.0",
"pixi.js": "6.5.10",
"react": "18.2.0",
"react-dom": "18.2.0",
"server-only": "^0.0.1",
"superjson": "^2.2.1",
"swr": "^2.2.5",
"tailwind-merge": "^2.3.0",
"underscore": "^1.13.7",
"zod": "^3.23.3"
},
"devDependencies": {
"@eslint/compat": "^1.1.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.8.0",
"@types/eslint": "^8.56.2",
"@types/node": "^20.11.20",
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"child_process": "^1.0.2",
"eslint": "^9.3.0",
"eslint-config-prettier": "^9.1.0",
"eslint-define-config": "^2.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.9",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unicorn": "^55.0.0",
"eslint-plugin-unused-imports": "^4.0.1",
"globals": "^15.9.0",
"lint-staged": "^15.2.4",
"postcss": "^8.4.34",
"prettier-plugin-tailwindcss": "^0.5.11",
"sass": "^1.76.0",
"shiki": "^1.17.6",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.5.4",
"windy-radix-palette": "^2.0.0-beta.7"
},
"ct3aMetadata": {
"initVersion": "7.32.0"
},
"packageManager": "pnpm@8.15.8+sha512.d1a029e1a447ad90bc96cd58b0fad486d2993d531856396f7babf2d83eb1823bb83c5a3d0fc18f675b2d10321d49eb161fece36fe8134aa5823ecd215feed392"
}