-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 920 Bytes
/
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
{
"name": "temp",
"version": "0.1.0",
"private": true,
"scripts": {
"unocss:dev": "unocss \"./**/*.tsx\" --watch",
"unocss:build": "unocss \"./**/*.tsx\"",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@floating-ui/react": "^0.24.8",
"@react-spring/web": "^9.7.2",
"@types/node": "20.0.0",
"@types/react": "18.2.5",
"@types/react-dom": "18.2.3",
"clsx": "^1.2.1",
"lodash-es": "^4.17.21",
"next": "13.4.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.51.3",
"react-use-clipboard": "^1.0.9",
"recoil": "^0.7.7",
"recoil-nexus": "^0.4.0",
"typescript": "5.0.4",
"zustand": "^4.3.8"
},
"devDependencies": {
"@types/lodash-es": "^4.17.7",
"@unocss/cli": "^0.51.8",
"@unocss/postcss": "^0.51.12",
"unocss": "^0.51.8"
}
}