-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.83 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
{
"name": "timerr",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@fortawesome/free-solid-svg-icons": "^6.1.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.3",
"@next-auth/mongodb-adapter": "^1.0.4",
"axios": "^0.27.2",
"bcrypt": "^5.0.1",
"dayjs": "^1.11.4",
"formik": "^2.2.9",
"jsonwebtoken": "^9.0.0",
"lodash": "^4.17.21",
"mongodb": "^4.10.0",
"mongoose": "^6.5.0",
"next": "12.2.4",
"next-auth": "^4.10.3",
"react": "18.2.0",
"react-canvas-confetti": "^1.3.0",
"react-circular-progressbar": "^2.1.0",
"react-dom": "18.2.0",
"react-toastify": "^9.0.7",
"swiper": "^8.3.2",
"uuid": "^8.3.2",
"yup": "^0.32.11",
"zustand": "^4.0.0"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/jsonwebtoken": "^8.5.8",
"@types/node": "18.6.2",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"eslint": "^8.20.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "12.2.3",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.7.1",
"typescript": "4.7.4"
}
}