-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.35 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.35 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
{
"name": "parsecfis",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "run-s build:* --print-label",
"build:next": "next build",
"start": "next start",
"prod": "run-s build start",
"dev": "run-s dev:* --print-label",
"dev:run": "run-p dev:run:* --print-label",
"dev:run:next": "next dev",
"dev:run:prisma-studio": "prisma studio --browser none",
"postinstall": "prisma generate",
"lint": "run-p lint:* --print-label",
"lint:tsc": "tsc --noEmit",
"lint:eslint": "eslint --ext \".js,.ts,.tsx\" --report-unused-disable-directives --report-unused-disable-directives --max-warnings 0 --cache ."
},
"dependencies": {
"@aws-sdk/client-s3": "^3.345.0",
"@aws-sdk/s3-presigned-post": "^3.345.0",
"@aws-sdk/s3-request-presigner": "^3.345.0",
"@fortawesome/fontawesome-free": "^6.4.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^4.15.0",
"@t3-oss/env-nextjs": "^0.2.1",
"@tanstack/react-query": "^4.28.0",
"@trpc/client": "^10.18.0",
"@trpc/next": "^10.18.0",
"@trpc/react-query": "^10.18.0",
"@trpc/server": "^10.18.0",
"@vercel/analytics": "^1.0.1",
"classnames": "^2.3.2",
"csstype": "^3.0.10",
"flowbite": "^1.6.5",
"flowbite-react": "^0.4.4",
"next": "^13.4.1",
"next-auth": "^4.21.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-particles": "^2.9.3",
"superjson": "1.12.2",
"tiny-invariant": "^1.3.1",
"tsparticles": "^2.9.3",
"tsparticles-engine": "^2.9.3",
"zod": "^3.21.4"
},
"devDependencies": {
"@types/eslint": "^8.21.3",
"@types/node": "^18.15.5",
"@types/prettier": "^2.7.2",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.36.0",
"eslint-config-next": "^13.4.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.21",
"prettier": "^2.8.6",
"prettier-plugin-tailwindcss": "^0.2.6",
"prisma": "^4.15.0",
"tailwindcss": "^3.3.0",
"typescript": "^5.0.2"
},
"ct3aMetadata": {
"initVersion": "7.12.3"
}
}