-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.2 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
{
"name": "@contentful/saleor",
"version": "1.6.116",
"private": true,
"devDependencies": {
"@contentful/app-scripts": "1.2.1",
"cross-env": "7.0.3",
"react-scripts": "4.0.3"
},
"dependencies": {
"@contentful/app-sdk": "4.13.0",
"@contentful/ecommerce-app-base": "^3.1.41",
"@contentful/f36-multiselect": "^4.20.11",
"@types/lodash": "4.14.195",
"core-js": "3.30.2",
"graphql": "15.8.0",
"graphql-tag": "2.12.6",
"lodash": "4.17.21",
"react": "17.0.1",
"react-dom": "17.0.1",
"typescript": "4.2.4"
},
"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 6sLWDUsuXcyIfkPeokdRxJ --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}",
"typecheck": "tsc"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
"last 5 Chrome version",
"> 1%",
"not ie <= 11"
],
"homepage": "."
}