-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.62 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": "rss-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.0.0",
"@heroicons/react": "^1.0.1",
"@unform/core": "^2.1.5",
"@unform/web": "^2.1.5",
"aws-sdk": "^2.932.0",
"axios": "^0.21.1",
"bcrypt": "^5.0.1",
"date-fns": "^2.20.1",
"jsonwebtoken": "^8.5.1",
"md5": "^2.3.0",
"mongodb": "^3.6.9",
"next": "^11.0.1",
"next-cookies": "^2.0.3",
"nodemailer": "^6.6.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"react-transition-group": "^4.4.1",
"styled-components": "^5.2.1",
"uuid": "^8.3.2",
"xml2js": "^0.4.23",
"yup": "^0.32.8"
},
"devDependencies": {
"@types/jsonwebtoken": "^8.5.2",
"@types/mongodb": "^3.6.18",
"@types/node": "^14.14.27",
"@types/nodemailer": "^6.4.2",
"@types/react": "^17.0.2",
"@types/react-transition-group": "^4.4.1",
"@types/yup": "^0.29.11",
"@typescript-eslint/eslint-plugin": "^4.15.0",
"@typescript-eslint/parser": "^4.22.0",
"autoprefixer": "^10.2.6",
"eslint": "^7.25.0",
"eslint-config-next": "^11.0.1",
"eslint-config-prettier": "^7.2.0",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"postcss": "^8.3.5",
"prettier": "^2.2.1",
"tailwindcss": "^2.2.4",
"typescript": "^4.1.5"
}
}