-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.67 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
42
43
44
45
46
47
48
49
{
"name": "adapt-essentials-sidebar-descriptions",
"version": "0.1.0",
"private": true,
"dependencies": {
"@contentful/app-sdk": "4.22.0",
"@contentful/f36-components": "^4.58.4",
"@contentful/f36-image": "^4.0.0-alpha.0",
"@contentful/f36-tokens": "^4.0.4",
"@contentful/react-apps-toolkit": "1.2.16",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"contentful-management": "10.38.3",
"emotion": "10.0.27",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-simple-import-sort": "^10.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^9.0.1",
"rehype-highlight": "^7.0.0",
"remark-gfm": "^4.0.0",
"uuid": "^9.0.1"
},
"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",
"lint": "eslint --ext .ts --ext .tsx .",
"lint-fix": "eslint --ext .ts --ext .tsx . --fix"
},
"devDependencies": {
"@contentful/app-scripts": "1.10.2",
"@testing-library/react": "14.0.0",
"@types/node": "16.18.38",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/uuid": "^9.0.7",
"@vitejs/plugin-react": "4.0.1",
"happy-dom": "9.20.3",
"typescript": "5.1.6",
"vite": "4.5.2",
"vitest": "0.32.4"
}
}