This repository has been archived by the owner on Feb 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.25 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "sd_atlas",
"version": "0.1.0",
"private": true,
"prisma": {
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "yarn prisma generate",
"analyze": "cross-env ANALYZE=true next build",
"analyze:server": "cross-env BUNDLE_ANALYZE=server next build",
"analyze:browser": "cross-env BUNDLE_ANALYZE=browser next build"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.11",
"@chakra-ui/react": "^2.4.1",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@headlessui/react": "^1.7.4",
"@heroicons/react": "^2.0.13",
"@next-auth/prisma-adapter": "^1.0.4",
"@prisma/client": "^4.4.0",
"@reduxjs/toolkit": "^1.8.6",
"@tanstack/react-table": "^8.5.22",
"@trpc/client": "^9.27.2",
"@trpc/next": "^9.27.2",
"@trpc/react": "^9.27.2",
"@trpc/server": "^9.27.2",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"express": "^4.18.1",
"formik": "^2.2.9",
"framer-motion": "^7.5.1",
"moment": "^2.29.4",
"next": "12.3.1",
"next-auth": "^4.10.3",
"nodemailer": "^6.8.0",
"papaparse": "^5.3.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.6.0",
"react-query": "3.39.2",
"react-redux": "^8.0.5",
"react-table": "^7.8.0",
"redux": "^4.2.0",
"superjson": "^1.10.0",
"zod": "^3.18.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.0.3",
"@types/bcryptjs": "^2.4.2",
"@types/express": "^4.17.14",
"@types/node": "18.0.0",
"@types/nodemailer": "^6.4.6",
"@types/papaparse": "^5.3.5",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
"@types/react-table": "^7.7.12",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"autoprefixer": "^10.4.12",
"cross-env": "^7.0.3",
"eslint": "8.22.0",
"eslint-config-next": "12.3.1",
"nodemon": "^2.0.20",
"postcss": "^8.4.18",
"prettier": "^2.7.1",
"prisma": "^4.5.0",
"tailwindcss": "^3.1.8",
"ts-node": "^10.9.1",
"typescript": "4.7.4"
},
"ct3aMetadata": {
"initVersion": "5.13.0"
}
}