-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.83 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.83 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
{
"name": "featurecreep",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@formkit/auto-animate": "^0.7.0",
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^1.0.6",
"@mui/material": "^5.8.7",
"@next-auth/prisma-adapter": "^1.0.3",
"@prisma/client": "^4.9.0",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-form": "^0.0.3",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "1.0.6",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.6",
"@reduxjs/toolkit": "^1.8.3",
"@trpc/client": "^10.34.0",
"@trpc/next": "^10.34.0",
"@trpc/react-query": "^10.34.0",
"@trpc/server": "^10.34.0",
"formik": "^2.2.9",
"hamburger-react": "^2.5.0",
"next": "^13.4.13",
"next-auth": "^4.8.0",
"nodemailer": "^6.7.7",
"react": "18.2.0",
"react-countdown-circle-timer": "^3.0.9",
"react-dom": "18.2.0",
"react-player": "^2.12.0",
"react-query": "^3.39.1",
"react-redux": "^8.0.2",
"react-responsive-carousel": "^3.2.23",
"superjson": "^1.13.1",
"zod": "^3.17.3"
},
"devDependencies": {
"@radix-ui/colors": "^1.0.0",
"@types/node": "18.0.0",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
"autoprefixer": "^10.4.7",
"eslint": "8.18.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.5",
"prisma": "^4.9.0",
"tailwindcss": "^3.1.4",
"typescript": "4.7.4",
"windy-radix-palette": "^0.6.1"
}
}