-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.05 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
{
"name": "eventus",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.2.1",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@headlessui/react": "^1.6.2",
"@material-ui/core": "^4.12.4",
"@mui/material": "^5.8.5",
"@prisma/client": "^3.15.2",
"antd": "^4.20.7",
"autoprefixer": "^9",
"bootstrap": "^5.1.3",
"formik": "^2.2.9",
"next": "^12.1.5",
"postcss": "^7",
"prisma": "^3.15.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-scroll": "^1.8.7",
"react-toastify": "^9.0.3",
"ts-node": "^10.8.1",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/node": "^18.0.0",
"@types/react": "18.0.6",
"@types/react-dom": "18.0.2",
"@types/react-scroll": "^1.8.3",
"eslint": "8.14.0",
"eslint-config-next": "12.1.5",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"typescript": "^4.7.4"
}
}