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
50 lines (50 loc) · 1.5 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.5 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
{
"name": "shopify-sku",
"version": "1.0.0",
"private": true,
"devDependencies": {
"@babel/core": "7.7.2",
"@babel/plugin-proposal-class-properties": "7.7.0",
"@babel/plugin-transform-runtime": "7.6.2",
"@babel/preset-env": "7.7.1",
"@babel/preset-react": "7.7.0",
"@contentful/contentful-extension-scripts": "^0.15.1",
"contentful-cli": "1.2.12",
"cssnano": "4.1.10",
"typescript": "^4.0.5",
"@testing-library/react": "9.4.0",
"@types/array-move": "2.0.0",
"@types/jest": "25.1.2",
"@types/lodash.get": "^4.4.6",
"@types/react": "^16.9.19",
"@types/react-dom": "^16.9.5",
"@types/react-sortable-hoc": "0.7.1",
"@types/webpack-env": "1.15.1"
},
"dependencies": {
"core-js": "3.4.1",
"shopify-buy": "^2.8.1",
"@contentful/forma-36-fcss": "^0.0.34",
"@contentful/forma-36-react-components": "^3.30.2",
"@contentful/forma-36-tokens": "^0.5.1",
"array-move": "2.2.1",
"contentful-ui-extensions-sdk": "^3.10.7",
"emotion": "^10.0.27",
"es6-promise": "^4.2.8",
"lodash.get": "^4.4.2",
"prop-types": "15.7.2",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-sortable-hoc": "1.11.0"
},
"scripts": {
"start": "contentful-extension-scripts start --serve-only",
"build": "contentful-extension-scripts build --no-inline",
"deploy": "aws s3 sync ./build ${STATIC_S3_BASE}/shopify --acl public-read"
},
"browserslist": [
"last 5 Chrome version",
"> 1%",
"not ie <= 11"
]
}