forked from contentful/apps
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 2.01 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 2.01 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "@contentful/mux-contentful-uploader",
"version": "1.10.14",
"private": true,
"devDependencies": {
"@contentful/app-scripts": "^1.2.0",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "14.4.3",
"@types/jest": "28.1.7",
"@types/jsonwebtoken": "8.5.9",
"@types/node": "18.7.14",
"@types/react": "17.0.39",
"@types/react-dom": "17.0.11",
"@types/webpack-env": "1.18.3",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"cross-env": "7.0.3",
"typescript": "^4.7.4"
},
"dependencies": {
"@contentful/app-sdk": "4.12.0",
"@contentful/dam-app-base": "^2.0.35",
"@contentful/f36-components": "4.40.6",
"@contentful/react-apps-toolkit": "1.2.16",
"@mux/mux-player-react": "^1.10.1",
"@mux/mux-uploader-react": "^1.0.0-beta.7",
"jsonwebtoken": "8.5.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-error-overlay": "6.0.11",
"react-scripts": "4.0.3"
},
"scripts": {
"start": "cross-env BROWSER=none react-scripts --openssl-legacy-provider start",
"build": "GENERATE_SOURCEMAP=false react-scripts --openssl-legacy-provider build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint --max-warnings=0 .",
"create-app-definition": "contentful-app-scripts create-app-definition",
"deploy": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id ${DEFINITIONS_ORG_ID} --definition-id 5l4WmuXdhJGcADHfCm1v4k --token ${CONTENTFUL_CMA_TOKEN}",
"deploy:test": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id ${DEV_TESTING_ORG_ID} --definition-id 2Z5q0FnYZjRN79MjTE4ofn --token ${TEST_CMA_TOKEN}"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"homepage": "."
}