-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 894 Bytes
/
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
{
"name": "taugor",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@firebase/firestore": "^4.5.1",
"@hookform/resolvers": "^3.3.4",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.15.15",
"@nextui-org/react": "^2.3.0",
"@react-pdf/renderer": "^3.4.2",
"bootstrap": "^5.3.3",
"firebase": "^10.10.0",
"framer-motion": "^11.1.1",
"next": "14.1.4",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.51.2",
"react-imask": "^7.5.0",
"react-pdf": "^7.7.1",
"sass": "^1.74.1",
"yup": "^1.4.0"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.1.4",
"typescript": "^5.4.4"
}
}