-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.37 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.37 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "pdex",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"devStart": "nodemon script.ts"
},
"prisma": {
"seed": "ts-node prisma/seed.ts"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@hookform/error-message": "^2.0.1",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.11.15",
"@mui/x-data-grid": "^6.0.4",
"@next-auth/prisma-adapter": "^1.0.5",
"@next/font": "13.1.6",
"@prisma/client": "^4.11.0",
"@radix-ui/react-dropdown-menu": "^2.0.4",
"@radix-ui/react-scroll-area": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.3",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@types/bcrypt": "^5.0.0",
"@types/node": "18.13.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@vercel/analytics": "^1.0.1",
"@vercel/postgres": "^0.3.1",
"autoprefixer": "^10.4.14",
"aws-sdk": "^2.1363.0",
"bad-words": "^3.0.4",
"bcrypt": "^5.1.0",
"dotenv": "^16.0.3",
"emotion": "^11.0.0",
"eslint": "8.34.0",
"eslint-config-next": "13.1.6",
"fs": "^0.0.1-security",
"lodash": "^4.17.21",
"nanoid": "^4.0.2",
"next": "13.1.6",
"next-auth": "^4.21.1",
"next-superjson-plugin": "^0.5.7",
"next-themes": "^0.2.1",
"nextjs-progressbar": "^0.0.16",
"node-fetch": "^3.3.0",
"nodemon": "^2.0.21",
"postcss": "^8.4.21",
"prism-react-renderer": "^1.3.5",
"promises": "^0.2.5",
"react": "18.2.0",
"react-awesome-reveal": "^4.2.3",
"react-burger-menu": "^3.0.9",
"react-confirm": "^0.3.0-2",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.9",
"react-icons": "^4.8.0",
"react-responsive-carousel": "^3.2.23",
"react-simple-animate": "^3.5.2",
"react-toastify": "^9.1.2",
"react-transition-group": "^4.4.5",
"react-use": "^17.4.0",
"sharp": "^0.32.0",
"simplebar-react": "^3.2.3",
"superjson": "^1.12.3",
"tailwindcss": "^3.2.7",
"tailwindcss-textshadow": "^2.1.3",
"ts-node": "^10.9.1",
"typescript": "4.9.5"
},
"devDependencies": {
"@faker-js/faker": "^8.0.2",
"postcss-nesting": "^11.2.2",
"prisma": "^4.11.0",
"tailwind-scrollbar": "^3.0.0"
}
}