-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.64 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.64 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
{
"name": "purge-cache-button",
"version": "0.1.0",
"private": true,
"devDependencies": {
"@babel/core": "7.3.4",
"@babel/plugin-proposal-class-properties": "7.12.1",
"@babel/plugin-transform-runtime": "7.11.5",
"@babel/preset-env": "7.12.7",
"@babel/preset-react": "7.12.1",
"@contentful/contentful-extension-scripts": "0.15.1",
"@contentful/eslint-config-extension": "0.3.1",
"@testing-library/react": "9.5.0",
"@types/jest": "26.0.4",
"@types/react": "^16.8.17",
"@types/react-dom": "^16.8.4",
"@types/webpack-env": "1.15.3",
"contentful-cli": "1.4.41",
"cssnano": "4.1.10",
"eslint": "^6.0.1",
"typescript": "3.9.7"
},
"scripts": {
"start": "contentful-extension-scripts start",
"build": "contentful-extension-scripts build --no-inline",
"lint": "eslint ./ --ext .js,.jsx,.ts,.tsx",
"test": "contentful-extension-scripts test --env=jsdom --watch",
"test:coverage": "contentful-extension-scripts test --env=jsdom --coverage",
"deploy": "npm run build && contentful extension update --force",
"configure": "contentful space use && contentful space environment use",
"login": "contentful login",
"logout": "contentful logout",
"help": "contentful-extension-scripts help"
},
"dependencies": {
"@contentful/forma-36-fcss": "^0.2.12",
"@contentful/forma-36-react-components": "^3.64.2",
"@contentful/forma-36-tokens": "^0.9.2",
"contentful-ui-extensions-sdk": "3.18.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"browserslist": [
"last 5 Chrome version",
"> 1%",
"not ie <= 11"
]
}