-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
82 lines (82 loc) · 2.4 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
81
82
{
"name": "atlas_2",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"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",
"test": "yarn firebase emulators:exec --only firestore 'jest --detectOpenHandles --coverage'"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.19",
"@chakra-ui/react": "2.6.1",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fullcalendar/react": "^6.1.7",
"@headlessui/react": "^1.7.14",
"@heroicons/react": "v1",
"@hookform/resolvers": "^2.9.10",
"@tailwindcss/typography": "^0.5.9",
"@tanstack/react-query": "^4.29.5",
"@tanstack/react-table": "^8.9.1",
"@trpc/client": "^10.26.0",
"@trpc/next": "^10.26.0",
"@trpc/react-query": "^10.26.0",
"@trpc/server": "^10.26.0",
"clsx": "^1.2.1",
"date-fns": "^2.30.0",
"dayjs": "^1.11.7",
"firebase": "^9.23.0",
"firebase-admin": "^11.10.1",
"flowbite": "^1.6.5",
"flowbite-react": "^0.4.4",
"framer-motion": "^9.0.4",
"fullcalendar": "^6.1.7",
"next": "^13.1.6",
"next-auth": "^4.22.1",
"nodemailer": "^6.9.2",
"papaparse": "^5.4.1",
"qrcode": "^1.5.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.9",
"react-icons": "^4.7.1",
"react-select": "^5.7.3",
"superjson": "^1.12.2",
"zod": "^3.21.4"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@next/bundle-analyzer": "^13.1.1",
"@types/jest": "^29.5.3",
"@types/node": "^18.11.18",
"@types/nodemailer": "^6.4.7",
"@types/papaparse": "^5.3.7",
"@types/qrcode": "^1.5.0",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@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",
"firebase-tools": "^12.4.4",
"jest": "^29.6.1",
"postcss": "^8.4.21",
"prettier": "^2.8.2",
"prettier-plugin-tailwindcss": "^0.2.3",
"tailwindcss": "^3.2.4",
"ts-jest": "^29.1.1",
"typescript": "^4.9.4"
},
"ct3aMetadata": {
"initVersion": "6.11.1"
}
}