forked from contentful/apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 958 Bytes
/
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
{
"name": "@contentful/brandfolder-assets",
"version": "1.9.76",
"private": true,
"devDependencies": {
"cross-env": "7.0.3"
},
"dependencies": {
"@contentful/app-scripts": "1.2.0",
"@contentful/dam-app-base": "^2.0.35",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-scripts": "4.0.3"
},
"scripts": {
"start": "cross-env BROWSER=none react-scripts start",
"build": "react-scripts build",
"deploy": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id ${DEFINITIONS_ORG_ID} --definition-id bgBVVuNbfvUW5tpFnD20s --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": "."
}