-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.55 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
47
48
49
50
51
52
53
54
55
56
{
"name": "arke-console",
"version": "0.4.3",
"private": true,
"scripts": {
"dev": "next dev --port 3100",
"dev:prod": "env-cmd -f .env.production.local next dev --port 3100",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --silent"
},
"dependencies": {
"@arkejs/client": "2.9.5",
"@arkejs/form": "1.6.2",
"@arkejs/table": "0.8.0",
"@arkejs/ui": "0.29.0",
"@heroicons/react": "^2.0.16",
"cookies-next": "^2.1.1",
"next": "13.2.4",
"next-auth": "^4.22.1",
"prismjs": "^1.29.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.43.7",
"react-hot-toast": "2.4.1",
"reactflow": "^11.7.4"
},
"devDependencies": {
"@swc/core": "^1.3.52",
"@swc/jest": "^0.2.26",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.1",
"@types/node": "18.15.7",
"@types/prismjs": "^1.26.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/testing-library__jest-dom": "^5.14.5",
"autoprefixer": "^10.4.14",
"env-cmd": "^10.1.0",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"postcss": "^8.4.21",
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.2.5",
"tailwind-merge": "^1.10.0",
"tailwindcss": "^3.2.7",
"typescript": "5.0.2"
}
}