-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.57 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
{
"name": "adapt-essentials-asset-fields",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"install-ci": "npm ci",
"dev": "vite",
"build": "tsc && vite build",
"test": "echo 'No tests yet'",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"format": "prettier src/**/*.{ts,tsx} --write",
"preview": "vite preview",
"deploy": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id ${DEFINITIONS_ORG_ID} --definition-id 6RGLVmXYrGaIIRIda1HwAC --token ${CONTENTFUL_CMA_TOKEN}"
},
"dependencies": {
"@contentful/app-sdk": "^4.19.1",
"@contentful/f36-components": "^4.43.0",
"@contentful/f36-image": "^4.0.0-alpha.0",
"@contentful/f36-workbench": "^4.21.0",
"@contentful/react-apps-toolkit": "^1.2.15",
"@uidotdev/usehooks": "^2.0.1",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-focus-lock": "^2.9.4",
"react-router-dom": "^6.13.0",
"use-local-storage-extended": "^0.1.1"
},
"devDependencies": {
"@contentful/app-scripts": "^1.15.0",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@vitejs/plugin-react-swc": "^3.0.0",
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"happy-dom": "^9.20.3",
"type-fest": "^4.2.0",
"typescript": "^5.0.2",
"vite": "^4.5.3"
}
}