This repository has been archived by the owner on Dec 26, 2024. It is now read-only.
forked from NUS-Fintech-Society/Atlas_2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.28 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": "atlas_2",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"postinstall": "prisma generate",
"lint": "next lint",
"start": "next start",
"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.17",
"@chakra-ui/react": "^2.5.1",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@headlessui/react": "^1.7.7",
"@heroicons/react": "^2.0.13",
"@hookform/resolvers": "^2.9.10",
"@next-auth/prisma-adapter": "1.0.5",
"@prisma/client": "^4.10.1",
"@reduxjs/toolkit": "^1.9.1",
"@tanstack/react-query": "^4.22.0",
"@tanstack/react-table": "^8.7.6",
"@trpc/client": "^10.8.1",
"@trpc/next": "^10.8.1",
"@trpc/react-query": "^10.8.1",
"@trpc/server": "^10.8.1",
"bcryptjs": "^2.4.3",
"clsx": "^1.2.1",
"dayjs": "^1.11.7",
"framer-motion": "^9.0.4",
"next": "^13.1.6",
"next-auth": "^4.19.2",
"nodemailer": "^6.9.1",
"papaparse": "^5.3.2",
"qrcode": "^1.5.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.5",
"react-icons": "^4.7.1",
"react-redux": "^8.0.5",
"react-select": "^5.7.0",
"redux": "^4.2.0",
"superjson": "^1.12.2",
"update": "^0.7.4",
"usehooks-ts": "^2.9.1",
"zod": "^3.20.2"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@next/bundle-analyzer": "^13.1.1",
"@types/bcryptjs": "^2.4.2",
"@types/node": "^18.11.18",
"@types/nodemailer": "^6.4.7",
"@types/papaparse": "^5.3.7",
"@types/qrcode": "^1.5.0",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"autoprefixer": "^10.4.13",
"cross-env": "^7.0.3",
"csstype": "^3.1.1",
"eslint": "^8.31.0",
"eslint-config-next": "^13.1.6",
"postcss": "^8.4.21",
"prettier": "^2.8.2",
"prettier-plugin-tailwindcss": "^0.2.3",
"prisma": "^4.10.1",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4"
},
"ct3aMetadata": {
"initVersion": "6.11.1"
}
}