forked from team-watchdog/watchdog-elixir
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.56 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
{
"name": "appendix-elixir-tool",
"version": "1.0.2",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@apollo/client": "^3.5.10",
"@elastic/elasticsearch": "^8.1.0",
"@headlessui/react": "^1.5.0",
"@heroicons/react": "^1.0.6",
"@mantine/core": "^4.1.4",
"@mantine/hooks": "^4.1.4",
"@prisma/client": "3.12.0",
"@sendgrid/mail": "^7.6.2",
"@types/bcrypt": "^5.0.0",
"@types/lodash": "^4.14.179",
"axios": "^0.26.1",
"bcrypt": "^5.0.1",
"bcryptjs": "^2.4.3",
"csv-parse": "^5.0.4",
"delay": "^5.0.0",
"formik": "^2.2.9",
"graphql": "^16.3.0",
"hamburger-react": "^2.4.1",
"js-cookie": "^3.0.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"lottie-react": "^2.2.1",
"moment": "^2.29.1",
"next": "latest",
"next-auth": "^4.3.2",
"next-seo": "^5.3.0",
"nodemailer": "^6.7.3",
"randomstring": "^1.2.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-loader-spinner": "^6.0.0-0",
"validator": "^13.7.0",
"zustand": "^3.7.1"
},
"devDependencies": {
"@types/js-cookie": "^3.0.1",
"@types/jsonwebtoken": "^8.5.8",
"@types/node": "17.0.4",
"@types/randomstring": "^1.1.8",
"@types/react": "17.0.38",
"@types/validator": "^13.7.2",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.1",
"prisma": "^3.12.0",
"tailwindcss": "^3.0.7",
"typescript": "4.5.4"
}
}