-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.07 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
{
"name": "growthbook-contentful-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"
},
"dependencies": {
"@contentful/app-sdk": "4.29.0",
"@contentful/f36-components": "4.45.0",
"@contentful/f36-tokens": "4.0.2",
"@contentful/react-apps-toolkit": "1.2.16",
"@growthbook/growthbook": "^1.2.0",
"lodash": "^4.17.21",
"next": "14.1.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@contentful/app-scripts": "1.15.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
"@types/lodash": "^4.17.10",
"@types/node": "16.18.38",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"eslint": "8.44.0",
"eslint-config-next": "13.4.8",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"typescript": "5.1.6"
}
}