-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
87 lines (87 loc) · 2.19 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "@imgix/contentful",
"version": "1.4.2",
"description": "Browse for, select, and insert image assets into your content quickly and easily via the imgix Asset Manager.",
"author": "imgix SDK team <[email protected]>",
"private": false,
"license": "BSD-2-Clause",
"repository": {
"type": "git",
"url": "https://github.com/imgix/contentful"
},
"bugs": {
"url": "https://github.com/imgix/contentful/issues"
},
"keywords": [
"contentful",
"imgix",
"image",
"cdn",
"optimize",
"transform",
"responsive",
"media"
],
"dependencies": {
"@contentful/forma-36-fcss": "^0.3.0",
"@contentful/forma-36-react-components": "^3.97.1",
"@contentful/forma-36-tokens": "^0.11.0",
"contentful-ui-extensions-sdk": "^3.31.0",
"cross-env": "^7.0.3",
"imgix-management-js": "^1.3.0",
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-imgix": "^9.5.4",
"react-scripts": "4.0.3"
},
"scripts": {
"start": "cross-env BROWSER=none react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"prepare": "react-scripts build",
"prepublishOnly": "react-scripts build",
"eject": "react-scripts eject",
"cypress": "npx cypress open",
"lint": "prettier --write '{src,test}/**/*.{tsx,css}'"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.13",
"@types/lodash.debounce": "4.0.9",
"@types/node": "20.16.5",
"@types/react": "17.0.80",
"@types/react-dom": "17.0.25",
"@types/react-imgix": "9.5.3",
"cypress": "13.14.2",
"prettier": "3.2.5",
"typescript": "4.9.5"
},
"files": [
"dist",
"CHANGELOG.md",
"LICENSE",
"package.json",
"README.md",
"build/*",
"public/*"
]
}