-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
41 lines (41 loc) · 1.31 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
{
"name": "contentful-betterslugs-app",
"author": {
"name": "Paulo Gomes",
"email": "[email protected]"
},
"version": "0.1.0",
"private": true,
"dependencies": {
"@contentful/app-sdk": "^4.25.0",
"@contentful/f36-components": "^4.61.0",
"@contentful/f36-icons": "^4.27.0",
"@contentful/f36-tokens": "^4.0.5",
"@contentful/react-apps-toolkit": "1.2.16",
"@sindresorhus/slugify": "^2.2.1",
"contentful-management": "^11.24.3",
"emotion": "^10.0.27",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"test": "vitest",
"create-app-definition": "contentful-app-scripts create-app-definition",
"upload": "contentful-app-scripts upload --bundle-dir ./dist",
"upload-ci": "contentful-app-scripts upload --ci --bundle-dir ./dist --organization-id $CONTENTFUL_ORG_ID --definition-id $CONTENTFUL_APP_DEF_ID --token $CONTENTFUL_ACCESS_TOKEN"
},
"devDependencies": {
"@contentful/app-scripts": "^1.18.0",
"@testing-library/react": "^12.1.5",
"@types/node": "^18.19.29",
"@types/react": "^17.0.80",
"@types/react-dom": "^17.0.25",
"@vitejs/plugin-react": "^1.3.2",
"happy-dom": "^6.0.4",
"typescript": "^4.9.5",
"vite": "^3.2.10",
"vitest": "^0.18.1"
}
}