-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.75 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
60
61
62
63
{
"name": "brookingsdebate",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^1.1.7",
"@chakra-ui/react": "^1.6.4",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"email-validator": "^2.0.4",
"formik": "^2.2.9",
"formik-chakra-ui": "^1.4.7",
"framer-motion": "^4.1.17",
"json2csv": "^5.0.6",
"mongodb": "^4.4.1",
"nanoid": "^3.1.23",
"next": "12",
"nodemailer": "^6.6.2",
"phone": "^2.4.21",
"plivo": "^4.19.0",
"react": "17.0.2",
"react-bootstrap-icons": "^1.5.0",
"react-div-100vh": "^0.7.0",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"request-ip": "^2.1.3",
"sass": "^1.35.1",
"seamless-scroll-polyfill": "^2.1.8",
"sharp": "^0.30.3"
},
"devDependencies": {
"@types/ejs": "^3.0.6",
"@types/gtag.js": "^0.0.10",
"@types/json2csv": "^5.0.2",
"@types/nodemailer": "^6.4.2",
"@types/phone": "^2.4.1",
"@types/react": "17.0.11",
"@types/request-ip": "^0.0.37",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"eslint": "^8.36.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-next": "^13.2.4",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.4",
"typescript": "^4.9.5"
}
}