-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.15 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
{
"name": "small-Zhao",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@douyinfe/semi-next": "^2.44.0",
"@douyinfe/semi-ui": "^2.44.0",
"@douyinfe/semi-webpack-plugin": "^2.44.0",
"@next/bundle-analyzer": "^13.5.4",
"@react-spring/web": "^9.7.3",
"@react-three/fiber": "^8.14.2",
"@rive-app/react-canvas": "^4.3.3",
"@semi-bot/semi-theme-small-zhao-test": "^1.0.0",
"@stitches/react": "^1.2.8",
"@types/node": "20.6.3",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"@use-gesture/react": "^10.3.0",
"@zolplay/react": "^0.5.1",
"@zolplay/utils": "^1.3.4",
"autoprefixer": "10.4.16",
"eslint": "8.49.0",
"eslint-config-next": "13.5.2",
"framer-motion-3d": "^10.16.4",
"next": "13.5.2",
"postcss": "8.4.30",
"radix-ui": "^1.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-wrap-balancer": "^1.1.0",
"scss": "^0.2.4",
"start": "^5.1.0",
"tailwindcss": "3.3.3",
"three": "^0.156.1",
"typescript": "5.2.2"
}
}