-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.13 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.13 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
{
"name": "lingxu",
"version": "2.0.0",
"private": true,
"description": "灵墟 - 末法时代·失落修行文明档案馆",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next build && next export",
"lint": "next lint"
},
"dependencies": {
"@react-three/drei": "^9.99.0",
"@react-three/fiber": "^8.15.0",
"canvas-confetti": "^1.9.0",
"clsx": "^2.1.1",
"date-fns": "^3.3.0",
"echarts": "^5.5.0",
"echarts-for-react": "^3.0.0",
"framer-motion": "^11.0.0",
"lunar-javascript": "^1.6.0",
"next": "^14.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-merge": "^3.5.0",
"three": "^0.162.0",
"zustand": "^4.5.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.2",
"@types/node": "^20.11.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/three": "^0.162.0",
"autoprefixer": "^10.4.27",
"eslint": "^8.56.0",
"eslint-config-next": "^14.2.0",
"postcss": "^8.5.8",
"sass": "^1.71.0",
"tailwindcss": "^4.2.2",
"typescript": "^5.3.0"
}
}