-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 996 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
35
36
37
{
"name": "countrygardens",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.11",
"@react-google-maps/api": "^2.18.1",
"@stripe/react-stripe-js": "^1.16.5",
"@stripe/stripe-js": "^1.48.0",
"eslint": "8.35.0",
"eslint-config-next": "^13.2.3",
"keen-slider": "^6.8.5",
"next": "^13.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"stripe": "^11.14.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@next/eslint-plugin-next": "^13.2.3",
"@types/node": "18.14.4",
"@types/react": "^18.0.28",
"@types/react-dom": "18.0.11",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"typescript": "4.9.5"
}
}