forked from lukevella/rallly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.38 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
{
"name": "rallly2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "TAILWIND_MODE=watch next dev",
"postinstall": "prisma generate",
"build": "next build",
"analyze": "ANALYZE=true next build",
"start": "next start",
"lint": "next lint",
"test": "playwright test"
},
"dependencies": {
"@headlessui/react": "^1.5.0",
"@next/bundle-analyzer": "^12.1.0",
"@popperjs/core": "^2.11.4",
"@prisma/client": "^3.12.0",
"@sentry/nextjs": "^6.19.3",
"@svgr/webpack": "^6.2.1",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "^0.5.2",
"axios": "^0.24.0",
"clsx": "^1.1.1",
"date-fns": "^2.28.0",
"date-fns-tz": "^1.2.2",
"eta": "^1.12.3",
"framer-motion": "^6.2.9",
"jose": "^4.5.1",
"js-cookie": "^3.0.1",
"lodash": "^4.17.21",
"mongodb": "^4.5.0",
"nanoid": "^3.1.30",
"next": "^12.1.4",
"next-i18next": "^10.5.0",
"next-plausible": "^3.1.9",
"nodemailer": "^6.7.2",
"prisma": "^3.12.0",
"react": "17.0.2",
"react-big-calendar": "^0.38.9",
"react-dom": "17.0.2",
"react-github-btn": "^1.2.2",
"react-hook-form": "^7.27.0",
"react-hot-toast": "^2.2.0",
"react-i18next": "^11.15.4",
"react-linkify": "^1.0.0-alpha",
"react-popper": "^2.2.5",
"react-query": "^3.34.12",
"react-use": "^17.3.2",
"smoothscroll-polyfill": "^0.4.4",
"spacetime": "^7.1.2",
"timezone-soft": "^1.3.1",
"typescript": "^4.5.2"
},
"devDependencies": {
"@playwright/test": "^1.20.1",
"@types/lodash": "^4.14.178",
"@types/mixpanel-browser": "^2.38.0",
"@types/nodemailer": "^6.4.4",
"@types/react": "^17.0.5",
"@types/react-big-calendar": "^0.31.0",
"@types/react-dom": "^17.0.13",
"@types/react-linkify": "^1.0.1",
"@types/smoothscroll-polyfill": "^0.3.1",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"autoprefixer": "^10.4.2",
"eslint": "^7.26.0",
"eslint-config-next": "12.1.0",
"eslint-import-resolver-typescript": "^2.7.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"postcss": "^8.4.6",
"prettier": "^2.3.0",
"prettier-plugin-tailwindcss": "^0.1.8",
"tailwindcss": "^3.0.23",
"wait-on": "^6.0.1"
}
}