-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.44 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.44 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
51
52
53
54
55
56
{
"name": "@contentful/react-apps-toolkit",
"version": "1.2.18",
"description": "Toolkit for building a Contentful app in React",
"keywords": [],
"author": "Contentful GmbH",
"license": "MIT",
"main": "dist/index.js",
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/contentful/create-contentful-app.git",
"directory": "packages/contentful--react-apps-toolkit"
},
"bugs": {
"url": "https://github.com/contentful/create-contentful-app/issues"
},
"homepage": "https://github.com/contentful/create-contentful-app/tree/master/packages/contentful--react-apps-toolkit#readme",
"lint-staged": {
"*.js": [
"eslint --fix",
"prettier --write"
]
},
"files": [
"dist"
],
"scripts": {
"build": "rimraf dist && tsc",
"test": "jest",
"pre-commit": "lint-staged"
},
"peerDependencies": {
"@contentful/app-sdk": ">=4.0.0",
"react": ">=16.8.0"
},
"devDependencies": {
"@contentful/app-sdk": ">=4.0.0",
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "8.0.1",
"@types/jest": "27.4.0",
"@types/react": "17.0.2",
"jest": "27.5.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"ts-jest": "27.1.3",
"typescript": "4.9.5"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"contentful-management": ">=7.30.0"
},
"gitHead": "4c3506be3f52c7a8aae17deaa75acefc9a805b42"
}