-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.2 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
{
"name": "the-pool-studio",
"version": "1.0.0",
"private": true,
"description": "the-pool-studio",
"author": "Thomas Metten",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:coverage": "jest --coverage"
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^16.1.0",
"@contentful/rich-text-types": "^17.0.0",
"@sentry/nextjs": "^10.32.1",
"@vercel/analytics": "^2.0.0",
"@vercel/speed-insights": "^2.0.0",
"contentful": "^11.0.0",
"next": "^16.1.7",
"prop-types": "^15.8.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tabler-icons-react": "^1.56.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.3",
"@tailwindcss/postcss": "^4.1.18",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/react": "19.2.17",
"dotenv": "^17.2.3",
"eslint": "^10.0.0",
"eslint-config-next": "^16.0.10",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"postcss": "^8.4.31",
"tailwindcss": "^4.0.0",
"typescript": "6.0.0-dev.20260416"
}
}