-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
152 lines (152 loc) · 4.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
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"name": "@contentful/custom-rich-field-editors",
"version": "1.0.0",
"description": "React components and extensions for building Contentful entry editor",
"author": "jsdev63",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/contentful/field-editors"
},
"scripts": {
"bootstrap": "lerna bootstrap",
"clean": "lerna clean",
"build": "lerna run --concurrency 1 --stream build",
"lint": "eslint ./ --ext .js,.jsx,.ts,.tsx",
"lint:md": "remark --no-stdout --frail *.md */*.md",
"watch": "lerna run --stream watch",
"tsc": "lerna run --concurrency 1 --stream tsc",
"test:ci": "lerna run --concurrency 1 --stream test:ci",
"test:integration": "start-server-and-test docz:dev http://localhost:9000 cy:run",
"prettier": "prettier **/*.{js,jsx,ts,tsx} --write",
"cy:open": "TZ=UTC cypress open",
"cy:run": "TZ=UTC cypress run --browser chrome",
"docz:dev": "docz dev",
"docz:build": "docz build && cp _redirects .docz/dist",
"cm": "git-cz",
"clean-reports": "rm -rf cypress/reports",
"merge-report": "mochawesome-merge ./cypress/reports/separate-reports/*.json > ./cypress/reports/full_report.json",
"generate-report": "npx mochawesome-report-generator --reportDir cypress/reports cypress/reports/full_report.json"
},
"workspaces": [
"packages/**",
"extensions/**"
],
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"trim-right": "^1.0.1",
"@commitlint/cli": "^9.0.1",
"@commitlint/config-conventional": "^11.0.0",
"@contentful/contentful-extension-scripts": "^0.16.0",
"@contentful/eslint-config-extension": "0.2.0",
"@contentful/forma-36-fcss": "^0.2.1",
"@contentful/forma-36-react-components": "^3.45.1",
"@contentful/forma-36-tokens": "^0.7.2",
"@testing-library/cypress": "5.3.1",
"@testing-library/jest-dom": "5.11.4",
"@testing-library/react": "9.5.0",
"@types/jest": "^26.0.0",
"@types/lodash": "4.14.159",
"@types/lodash-es": "4.17.3",
"@types/react": "16.9.48",
"@types/react-dom": "16.9.8",
"@types/testing-library__cypress": "5.0.6",
"@types/webpack-env": "1.15.3",
"contentful-cli": "^1.3.29",
"cssnano": "4.1.10",
"cypress": "5.2.0",
"cz-lerna-changelog": "^2.0.2",
"docz": "1.3.2",
"docz-theme-default": "1.2.0",
"emotion": "10.0.27",
"eslint": "6.8.0",
"eslint-plugin-cypress": "^2.7.0",
"eslint-plugin-jest": "^23.6.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.18.0",
"eslint-plugin-react-hooks": "^4.0.0",
"husky": "^4.2.5",
"lerna": "^3.20.2",
"lint-staged": "10.2.13",
"prettier": "2.1.2",
"react": "16.10.2",
"react-dom": "16.10.2",
"remark-cli": "^8.0.0",
"remark-lint-no-dead-urls": "^1.0.2",
"remark-lint-no-empty-sections": "^4.0.0",
"remark-preset-lint-recommended": "^4.0.0",
"remark-validate-links": "^10.0.0",
"start-server-and-test": "^1.11.0",
"tsdx": "^0.13.2",
"tslib": "^2.0.0",
"typescript": "3.9.7",
"webpack": "4.44.1",
"ts-loader": "8.0.5",
"@cypress/webpack-preprocessor": "4.1.5",
"git-cz": "4.7.1",
"mocha": "^8.0.1",
"mochawesome": "^6.1.1",
"mochawesome-merge": "^4.0.3",
"mochawesome-report-generator": "^5.1.0"
},
"resolutions": {
"@contentful/forma-36-react-components": "3.57.1",
"@contentful/forma-36-tokens": "0.7.2",
"typescript": "3.9.7",
"@types/react": "16.9.48",
"react": "16.10.2",
"react-dom": "16.10.2",
"cypress": "5.2.0"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"prettier --write",
"eslint --fix"
],
"*.md": [
"prettier --write"
]
},
"remarkConfig": {
"plugins": [
"remark-preset-lint-recommended",
[
"remark-lint-list-item-indent",
"space"
],
[
"remark-lint-no-shortcut-reference-link",
false
],
[
"remark-lint-no-dead-urls",
{
"skipOffline": true
}
],
"remark-validate-links"
]
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged"
}
},
"engines": {
"node": ">=12.13.1",
"yarn": ">=1.21.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-lerna-changelog"
}
}
}