-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.18 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
{
"name": "data-export-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch",
"test:ci": "jest --ci",
"create-app-definition": "contentful-app-scripts create-app-definition",
"add-locations": "contentful-app-scripts add-locations"
},
"dependencies": {
"@contentful/app-sdk": "4.41.1",
"@contentful/f36-components": "4.81.1",
"@contentful/f36-tokens": "4.2.0",
"@contentful/react-apps-toolkit": "1.2.16",
"@tailwindcss/postcss": "^4.1.12",
"contentful-management": "^11.0.0",
"next": "15.5.1",
"postcss": "^8.5.6",
"react": "19.1.1",
"react-dom": "19.1.1",
"tailwindcss": "^4.1.12"
},
"devDependencies": {
"@contentful/app-scripts": "^2.5.5",
"@testing-library/jest-dom": "6.8.0",
"@testing-library/react": "16.3.0",
"@types/node": "24.3.0",
"@types/react": "19.1.11",
"@types/react-dom": "19.1.8",
"eslint": "9.34.0",
"eslint-config-next": "15.5.1",
"jest": "30.0.5",
"jest-environment-jsdom": "30.0.5",
"typescript": "5.9.2"
},
"packageManager": "yarn@4.9.4"
}