forked from watson-developer-cloud/discovery-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
140 lines (140 loc) · 4.21 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
{
"name": "root",
"private": true,
"workspaces": [
"packages/*",
"examples/*"
],
"scripts": {
"lint": "wsrun -m -e -c lint",
"audit": "wsrun -m -e -c audit"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@carbon/icons": "^10.5.0",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@cypress/webpack-preprocessor": "^5.5.0",
"@rollup/plugin-alias": "^3.1.5",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.5",
"@rollup/plugin-url": "^6.1.0",
"@storybook/addon-actions": "^5.3.21",
"@storybook/addon-docs": "^5.3.21",
"@storybook/addon-knobs": "^5.3.21",
"@storybook/core": "^5.3.21",
"@storybook/react": "^5.3.21",
"@storybook/source-loader": "^5.3.21",
"@svgr/rollup": "^5.5.0",
"@testing-library/cypress": "^7.0.6",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/react-hooks": "^3.4.1",
"@types/classnames": "^2.2.9",
"@types/debounce": "^1.2.0",
"@types/dompurify": "^0.0.33",
"@types/jest": "^24.0.18",
"@types/lodash": "^4.14.141",
"@types/mustache": "^0.8.32",
"@types/node": "^12.7.3",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"@types/react-resize-detector": "^4.2.0",
"@types/react-virtualized": "^9.21.11",
"@types/seedrandom": "^3.0.1",
"@types/testing-library__cypress": "^5.0.8",
"@types/uuid": "^3.4.5",
"@typescript-eslint/eslint-plugin": "^2.21.0",
"@typescript-eslint/parser": "^2.21.0",
"audit-ci": "^4.1.0",
"awesome-typescript-loader": "^5.2.1",
"axios": "^0.21.4",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.0.6",
"carbon-components": "^10.6.0",
"carbon-components-react": "^7.7.0",
"carbon-icons": "^7.0.7",
"cross-env": "^7.0.2",
"cypress": "^6.3.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^5.2.0",
"eslint-plugin-cypress": "^2.11.2",
"eslint-plugin-flowtype": "3.x",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-no-only-tests": "^2.4.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "1.x",
"fast-xml-parser": "^3.14.0",
"gh-pages": "^2.1.1",
"husky": "^3.0.5",
"ibm-watson": "^6.2.1",
"lerna": "^4.0.0",
"lerna-update-wizard": "^0.17.8",
"lint-staged": "^9.2.5",
"lorem-ipsum": "^2.0.3",
"madge": "^4.0.1",
"markdown-toc": "^1.2.0",
"marked": "^0.7.0",
"node-sass": "^4.12.0",
"node-sass-tilde-importer": "^1.0.2",
"prettier": "^2.4.1",
"prop-types": "^15.6.2",
"proper-url-join": "^2.1.1",
"raw-loader": "^4.0.2",
"react": "^16.4.1",
"react-docgen-typescript-loader": "^3.1.1",
"react-dom": "^16.4.1",
"react-is": "^16.12.0",
"react-scripts": "^3.4.4",
"react-test-renderer": "^16.12.0",
"regenerator-runtime": "^0.13.3",
"rollup": "^2.57.0",
"rollup-plugin-string": "^3.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"seedrandom": "^3.0.5",
"source-map-explorer": "2.0.1",
"start-server-and-test": "^1.11.7",
"ts-loader": "^6.2.1",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"typescript": "^3.8.2",
"vue": "^2.6.11",
"webpack": "4.41.2",
"wsrun": "^5.2.0"
},
"resolutions": {
"react-scripts/**/url-parse": "^1.5.1",
"@storybook/addon-docs/**/pug": "^3.0.2",
"webpack/**/elliptic": "^6.5.4",
"**/hosted-git-info": "^3.0.8",
"**/lodash": "^4.17.21",
"**/react-dev-utils": "^11.0.4",
"**/react-syntax-highlighter/**/prismjs": "^1.23.0",
"**/ssri": "^8.0.1"
},
"lint-staged": {
"{packages,examples}/**/*.{json,css,scss,md}": [
"prettier --write",
"git add"
],
"{packages,examples}/**/*.{js,jsx,ts,tsx}": [
"yarn lint --fix",
"git add"
],
"README.md": [
"markdown-toc -i",
"git add"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"post-rewrite": "lint-staged"
}
}
}