This repository has been archived by the owner on Jun 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
54 lines (54 loc) · 1.76 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
49
50
51
52
53
54
{
"name": "combined-field",
"version": "1.0.0",
"author": "Paulo Gomes",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/pauloamgomes/contentful-combined-field.git"
},
"devDependencies": {
"@babel/core": "7.10.0",
"@babel/plugin-transform-runtime": "7.10.0",
"@babel/preset-env": "7.10.0",
"@babel/preset-react": "7.10.0",
"@contentful/contentful-extension-scripts": "0.19.0",
"@contentful/eslint-config-extension": "0.3.1",
"@testing-library/react": "8.0.4",
"@types/jest": "24.0.15",
"@types/react": "^16.8.17",
"@types/react-dom": "^16.8.4",
"@types/webpack-env": "1.13.9",
"contentful-cli": "0.33.2",
"cssnano": "4.1.10",
"eslint": "^6.0.1",
"typescript": "3.5.2"
},
"scripts": {
"start": "contentful-extension-scripts start",
"build": "contentful-extension-scripts build",
"lint": "eslint ./ --ext .js,.jsx,.ts,.tsx && tsc -p ./ --noEmit",
"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.0.35",
"@contentful/forma-36-react-components": "^3.37.0",
"@contentful/forma-36-tokens": "^0.5.2",
"contentful-ui-extensions-sdk": "3.13.0",
"date-fns": "^2.14.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"browserslist": [
"last 5 Chrome version",
"> 1%",
"not ie <= 11"
]
}