-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.44 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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@ant-design/icons": "^4.6.4",
"@hookform/resolvers": "^2.8.2",
"@hookstate/core": "^3.0.11",
"@react-pdf/renderer": "^2.3.0",
"@react-pdf/styled-components": "^1.4.0",
"antd": "^4.16.13",
"axios": "^0.21.4",
"busboy": "^1.6.0",
"google-auth-library": "^7.9.1",
"googleapis": "^89.0.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.0.4",
"next": "^11.1.2",
"next-connect": "^0.10.2",
"nodemailer": "^6.7.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.17.2",
"styled-components": "^5.3.0",
"uuid": "^8.3.2",
"yup": "^0.32.9"
},
"devDependencies": {
"@types/busboy": "^0.2.4",
"@types/jsonwebtoken": "^8.5.5",
"@types/node": "^16.7.1",
"@types/nodemailer": "^6.4.4",
"@types/react": "18.0.1",
"@types/styled-components": "^5.1.14",
"@types/uuid": "^8.3.1",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"babel-plugin-inline-react-svg": "^2.0.1",
"babel-plugin-styled-components": "^1.13.2",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.2",
"lint-staged": "^11.2.3",
"prettier": "^2.4.1",
"typescript": "4.4.3"
}
}