-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·28 lines (28 loc) · 882 Bytes
/
package.json
File metadata and controls
executable file
·28 lines (28 loc) · 882 Bytes
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
{
"name": "@contentful/frontify-assets",
"version": "1.5.74",
"private": true,
"devDependencies": {
"@contentful/app-scripts": "2.5.11",
"cross-env": "7.0.3",
"vite": "^6.4.2"
},
"dependencies": {
"@contentful/dam-app-base": "^2.0.32",
"@frontify/frontify-finder": "^2.0.3"
},
"scripts": {
"build": "vite build --base=./",
"deploy": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id ${DEFINITIONS_ORG_ID} --definition-id 5wHGALSJtz7y2EQOLfGhKH --token ${CONTENTFUL_CMA_TOKEN}",
"deploy:test": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id ${TEST_ORG_ID} --definition-id ${TEST_APP_ID} --token ${CONTENTFUL_CMA_TOKEN}"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
"last 5 Chrome version",
"> 1%",
"not ie <= 11"
],
"homepage": "."
}