-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.08 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
{
"name": "oui-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "panda codegen && next build",
"start": "next start",
"lint": "next lint",
"prepare": "panda codegen",
"test": "jest",
"analyze": "ANALYZE=true next build"
},
"dependencies": {
"@ark-ui/react": "^0.15.0",
"@vercel/analytics": "^1.4.1",
"next": "13.5.3",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hotkeys-hook": "^4.4.1",
"react-use-clipboard": "^1.0.9",
"server-only": "^0.0.1",
"swr": "^2.2.4"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.5.3",
"@pandacss/dev": "^0.15.1",
"@park-ui/presets": "^0.16.0",
"@types/jest": "^29.5.5",
"@types/node": "20.6.3",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"eslint": "8.50.0",
"eslint-config-next": "13.5.2",
"jest": "^29.7.0",
"typescript": "5.2.2"
}
}