-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 900 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": "kanvas-admin-v2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.9.4",
"@kanvas/core": "^0.5.5",
"@kanvas/phoenix-rebirth": "^0.3.1",
"@tailwindcss/forms": "^0.5.6",
"@tanstack/react-query": "^5.52.2",
"@tanstack/react-table": "^8.20.5",
"cookies-next": "^4.2.1",
"formik": "^2.4.6",
"i18n-js": "^4.3.2",
"next": "14.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sonner": "^1.5.0",
"yup": "^1.4.0",
"zustand": "^4.5.5"
},
"devDependencies": {
"@types/i18n-js": "^3.8.7",
"@types/node": "^20.16.1",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
}
}