-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.07 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
{
"name": "clear",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@headlessui/react": "^1.7.11",
"@heroicons/react": "^2.0.15",
"@mui/material": "^5.11.14",
"@next-auth/firebase-adapter": "^2.0.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"axios": "^1.3.4",
"eslint-config-next": "^13.3.0",
"firebase": "^9.17.2",
"firebase-admin": "^11.5.0",
"formik": "^2.2.9",
"nanoid": "^4.0.2",
"next": "^13.3.0",
"next-auth": "^4.20.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sweetalert2": "^11.7.3",
"swiper": "^9.0.5",
"yup": "^1.0.2"
},
"devDependencies": {
"@types/react": "18.0.28",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.6",
"typescript": "5.0.2"
},
"prettier": {
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": true
}
}