-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.39 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
{
"name": "material-home-page",
"author": {
"name": "Guilherme Eiras",
"email": "[email protected]"
},
"version": "2.1.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"contentful:setup": "node scripts/contentful/setup.js",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint '{pages,src}/**/*.{js,ts,tsx}' --fix"
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^15.19.6",
"@contentful/rich-text-types": "^16.3.5",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.5",
"@mui/material": "^5.15.15",
"@mui/system": "^5.15.15",
"contentful": "^10.8.8",
"country-flag-icons": "^1.5.11",
"date-fns": "^3.6.0",
"markdown-to-jsx": "^7.4.7",
"mdi-material-ui": "^7.8.0",
"next": "^14.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"contentful-management": "^11.25.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
}
}