-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.73 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.73 KB
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
{
"name": "portfolio",
"private": true,
"sideEffects": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^16.2.2",
"@contentful/rich-text-types": "^17.2.7",
"@tailwindcss/postcss": "^4.3.3",
"classnames": "^2.5.1",
"contentful": "^11.12.7",
"date-fns": "^4.4.0",
"motion": "^12.43.0",
"next": "^16.2.12",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"shiki": "^3.21.0",
"striptags": "^3.2.0",
"tailwind-merge": "^3.6.0",
"tailwind-variants": "^3.3.0",
"tailwindcss": "^4.3.3",
"ts-node": "^10.9.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"@typescript-eslint/eslint-plugin": "^8.65.0",
"@typescript-eslint/parser": "^8.65.0",
"@vitejs/plugin-react": "^5.1.0",
"@vitest/coverage-v8": "^3.2.4",
"autoprefixer": "^10.5.4",
"contentful-management": "^12.13.0",
"eslint": "^9.39.2",
"eslint-config-next": "^16.2.12",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.5",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.5.6",
"jsdom": "^29.1.0",
"postcss": "^8.5.25",
"prettier": "^3.9.6",
"prettier-plugin-tailwindcss": "^0.8.1",
"typescript": "^6.0.3",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.2.4"
},
"engines": {
"node": "24.x"
}
}