-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.19 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
{
"name": "scc-admin",
"version": "0.1.0",
"private": true,
"scripts": {
"panda": "panda codegen",
"dev": "rm -rf .next && next dev -p 3066",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@reactleaf/input": "0.6.1-beta",
"@reactleaf/modal": "^1.1.3",
"@reactleaf/storage": "^0.2.0",
"@tanstack/react-query": "^5.17.5",
"@types/react-datepicker": "^4.19.6",
"date-fns": "^3.3.1",
"dayjs": "^1.11.10",
"jotai": "^2.6.1",
"next": "^14.1.0",
"polygon-clipping": "^0.15.7",
"query-string": "^9.0.0",
"react": "^18",
"react-datepicker": "^6.1.0",
"react-dom": "^18",
"react-hook-form": "^7.49.2",
"react-responsive": "^9.0.2",
"react-select": "^5.8.0",
"react-toastify": "^9.1.3",
"return-fetch": "^0.4.5",
"sharp": "^0.33.5"
},
"devDependencies": {
"@pandacss/dev": "^0.23.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"kakao.maps.d.ts": "^0.1.39",
"prettier": "^3.1.1",
"typescript": "^5"
}
}