-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 loc) · 2.01 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
64
{
"name": "simonyi-web-next-13",
"version": "3.0.0",
"private": true,
"description": "simonyi-web-next-13",
"author": "triszt4n, gergoradeczki",
"keywords": [
"next",
"react",
"contentful",
"typescript",
"tailwind",
"yarn"
],
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"type-check": "tsc --noEmit",
"lint": "next lint",
"lint:eslint": "eslint --max-warnings=0 . && yarn run type-check",
"lint:eslint:fix": "eslint --max-warnings=0 --fix .",
"contentful:typegen-offline": "cf-content-types-generator src/contentful/export.json --v10 --out src/@types/generated",
"contentful:typegen": "dotenv -e .env.local -- cross-var cf-content-types-generator --v10 -s %CONTENTFUL_SPACE_ID% -t %CONTENTFUL_MANAGEMENT_API_ACCESS_TOKEN% -o src/@types/generated"
},
"dependencies": {
"@contentful/rich-text-react-renderer": "15.17.1",
"@contentful/rich-text-types": "16.2.1",
"@fontsource/archivo": "5.0.8",
"@fontsource/space-grotesk": "5.0.8",
"bright": "0.8.4",
"contentful": "10.4.2",
"contentful-management": "10.39.2",
"gray-matter": "4.0.3",
"next": "13.4.19",
"next-intl": "3.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"yet-another-react-lightbox": "3.12.1"
},
"devDependencies": {
"@types/node": "20.5.1",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "6.4.0",
"@typescript-eslint/parser": "6.4.0",
"autoprefixer": "10.4.15",
"cf-content-types-generator": "2.12.2",
"cross-var": "1.1.0",
"dotenv": "16.3.1",
"dotenv-cli": "7.3.0",
"eslint": "8.47.0",
"eslint-config-next": "13.4.19",
"eslint-import-resolver-typescript": "3.6.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-tailwindcss": "3.13.0",
"postcss": "8.4.28",
"tailwindcss": "3.3.3",
"typescript": "5.1.6",
"util": "0.12.5"
},
"packageManager": "yarn@4.0.2"
}