-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.95 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.95 KB
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
57
58
59
60
61
62
63
64
65
66
67
{
"name": "plantboard",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate",
"format": "prettier --check --ignore-path .gitignore .",
"format:fix": "prettier --write --ignore-path .gitignore ."
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.6",
"@tanstack/eslint-plugin-query": "^5.0.5",
"@tanstack/react-query-devtools": "^5.4.3",
"@types/axios": "^0.14.0",
"@types/jsonwebtoken": "^9.0.3",
"@types/lodash": "^4.14.200",
"@types/node": "20.5.1",
"@types/react": "18.2.29",
"@types/react-dom": "18.2.13",
"@types/react-query": "^1.2.9",
"@types/uuid": "^9.0.7",
"autoprefixer": "^10.4.16",
"eslint-config-prettier": "^9.0.0",
"i": "^0.3.7",
"npm": "^10.2.0",
"postcss": "^8.4.31",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.5.6",
"tailwindcss": "^3.3.3",
"ts-node": "^10.9.1"
},
"dependencies": {
"@auth/prisma-adapter": "^1.0.5",
"@prisma/client": "^5.4.2",
"@radix-ui/react-context-menu": "^2.1.5",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-switch": "^1.0.3",
"@tanstack/react-query": "^5.4.3",
"@tanstack/react-query-next-experimental": "^5.5.0",
"axios": "^1.6.0",
"camelcase-keys": "^9.1.2",
"eslint": "8.51.0",
"eslint-config-next": "13.5.4",
"framer-motion": "^10.16.4",
"install": "^0.13.0",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"next": "@latest",
"next-auth": "^5.0.0-beta.3",
"prisma": "^5.4.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-feather": "^2.0.10",
"react-range": "^1.8.14",
"sonner": "^1.2.0",
"tailwindcss-radix": "^2.8.0",
"typescript": "5.1.6",
"uuid": "^9.0.1",
"zod": "^3.22.4"
}
}