-
Notifications
You must be signed in to change notification settings - Fork 65
/
Copy pathpackage.json
48 lines (48 loc) · 1.65 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
40
41
42
43
44
45
46
47
48
{
"name": "mux-contentful-uploader",
"version": "0.1.0",
"private": true,
"devDependencies": {
"@babel/core": "7.3.4",
"@babel/plugin-proposal-class-properties": "7.3.4",
"@babel/plugin-transform-runtime": "7.3.4",
"@babel/preset-env": "7.3.4",
"@babel/preset-react": "7.0.0",
"@contentful/contentful-extension-scripts": "0.7.1",
"@types/react": "^16.8.8",
"@types/react-dom": "^16.8.3",
"@types/webpack-env": "1.13.9",
"contentful-cli": "0.26.1",
"cssnano": "4.1.10",
"typescript": "3.3.4000"
},
"dependencies": {
"@contentful/forma-36-fcss": "^0.0.16",
"@contentful/forma-36-react-components": "^2.10.3",
"@contentful/forma-36-tokens": "^0.2.3",
"@mux/upchunk": "^1.0.6",
"@types/hls.js": "^0.12.3",
"contentful-ui-extensions-sdk": "3.7.2",
"hls.js": "^0.12.4",
"prop-types": "^15.7.2",
"react": "^16.8.5",
"react-dom": "^16.8.5"
},
"scripts": {
"prestart": "contentful extension update --src http://localhost:1234 --force",
"start": "contentful-extension-scripts start",
"build": "contentful-extension-scripts build",
"deploy": "npm run build && now",
"configure": "contentful space use && contentful space environment use",
"login": "contentful login",
"logout": "contentful logout",
"help": "contentful-extension-scripts help",
"now-build": "npm run build",
"install-extension": "eval `cat .env` && contentful extension create --installation-parameters '{\"muxAccessTokenId\": \"'$MUX_TOKEN_ID'\", \"muxAccessTokenSecret\": \"'$MUX_TOKEN_SECRET'\"}'"
},
"browserslist": [
"last 5 Chrome version",
"> 1%",
"not ie <= 11"
]
}