-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.86 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.86 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"prepare": "husky install"
},
"dependencies": {
"@babel/preset-env": "^7.23.6",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@headlessui/react": "^1.7.19",
"@heroicons/react": "^2.1.1",
"@mui/material": "^5.15.4",
"@mui/x-date-pickers": "^6.19.0",
"@supabase/ssr": "latest",
"@supabase/supabase-js": "latest",
"@tailwindcss/forms": "^0.5.7",
"@types/nodemailer": "^6.4.14",
"@vercel/analytics": "^1.1.2",
"autoprefixer": "10.4.15",
"dayjs": "^1.11.10",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"geist": "^1.0.0",
"next": "latest",
"nodemailer": "^6.9.8",
"postcss": "8.4.29",
"prettier": "^3.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-spinners": "^0.13.8",
"tailwindcss": "3.3.3",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"typescript": "5.1.3",
"zokrates-js": "^1.1.9"
},
"devDependencies": {
"@babel/plugin-transform-react-jsx": "^7.23.4",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@testing-library/jest-dom": "^6.1.6",
"@testing-library/react": "^14.1.2",
"@types/jest": "^29.5.11",
"@types/node": "20.3.1",
"@types/nodemailer-stub-transport": "^1.1.8",
"@types/react": "18.2.8",
"@types/react-dom": "18.2.5",
"@types/supertest": "^6.0.2",
"babel-jest": "^29.7.0",
"encoding": "^0.1.13",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"esm": "^3.2.25",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"nodemailer-mock": "^2.0.4",
"nodemailer-stub-transport": "^1.1.0",
"supertest": "^6.3.4"
}
}