-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 973 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
38
{
"name": "parva-domus",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next-sitemap --config ./next-sitemap.config.js",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.9",
"@mui/lab": "5.0.0-alpha.120",
"@mui/material": "^5.11.10",
"@next/font": "13.1.6",
"@types/react-dom": "18.0.11",
"axios": "^1.3.3",
"eslint": "8.34.0",
"eslint-config-next": "13.1.6",
"google-auth-library": "^8.7.0",
"install": "^0.13.0",
"js-cookie": "^3.0.1",
"next": "13.1.6",
"next-sitemap": "^3.1.52",
"npm": "^9.5.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"zustand": "^4.3.3"
},
"devDependencies": {
"@types/js-cookie": "^3.0.3",
"@types/node": "18.13.0",
"@types/react": "18.0.28",
"typescript": "4.9.5"
}
}