-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 828 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
{
"name": "dudley-drains",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"bootstrap": "5.1.3",
"bootstrap-icons": "^1.7.2",
"formik": "^2.2.9",
"google-map-react": "^2.1.10",
"next": "12.0.7",
"next-seo": "^4.28.1",
"react": "17.0.2",
"react-bootstrap": "^2.1.0",
"react-dom": "17.0.2",
"react-google-recaptcha": "^2.1.0",
"react-netlify-forms": "^1.3.2",
"sass": "^1.47.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/google-map-react": "^2.1.3",
"@types/node": "17.0.8",
"@types/react": "17.0.38",
"@types/react-google-recaptcha": "^2.1.2",
"eslint": "8.6.0",
"eslint-config-next": "12.0.7",
"typescript": "4.5.4"
}
}