-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
105 lines (105 loc) · 3.03 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
{
"name": "@bloomreach/discovery-sdk",
"private": true,
"license": "ISC",
"engines": {
"node": ">=16.x"
},
"repository": {
"type": "git",
"url": ""
},
"scripts": {
"build-api": "cd /api-client && yarn build"
},
"keywords": [
"bloomreach",
"bloomreach discovery",
"search api"
],
"workspaces": [
"packages/**/*"
],
"installConfig": {
"hoistingLimits": "none",
"selfReferences": true
},
"devDependencies": {
"@babel/core": "7.24.8",
"@babel/eslint-parser": "7.24.8",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-syntax-jsx": "7.24.7",
"@babel/plugin-transform-react-jsx": "7.24.7",
"@babel/plugin-transform-react-jsx-source": "7.24.7",
"@babel/preset-typescript": "7.24.7",
"@rollup/plugin-alias": "3.1.9",
"@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-commonjs": "22.0.2",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "13.3.0",
"@rollup/plugin-replace": "4.0.0",
"@types/ejs": "3.1.5",
"@types/enzyme": "3.10.11",
"@types/jest": "27.4.1",
"@types/node": "17.0.45",
"@types/node-fetch": "2.6.2",
"@types/react": "18.3.3",
"@types/web": "0.0.67",
"@types/webpack": "5.28.5",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"babel-core": "7.0.0-bridge.0",
"chokidar": "3.6.0",
"core-js": "3.37.1",
"cross-env": "7.0.3",
"eslint": "8.57.0",
"eslint-config-preact": "1.4.0",
"eslint-config-prettier": "8.10.0",
"eslint-config-standard": "17.1.0",
"eslint-config-stylelint": "15.1.0",
"eslint-import-resolver-node": "0.3.9",
"eslint-plugin-functional": "4.4.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "26.9.0",
"eslint-plugin-n": "15.7.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.4.0",
"eslint-plugin-react": "7.34.4",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-prefer-function-component": "2.0.0",
"eslint-plugin-ssr-friendly": "1.3.0",
"fsevents": "2.3.3",
"jest": "27.5.1",
"jest-mock": "27.5.1",
"jest-preset-preact": "4.1.1",
"jest-watch-typeahead": "0.6.5",
"madge": "5.0.2",
"minimist": "1.2.8",
"node-gyp": "9.0.0",
"prettier": "2.8.8",
"rimraf": "3.0.2",
"rollup": "2.79.1",
"rollup-plugin-polyfill-node": "0.9.0",
"rollup-plugin-progress": "1.1.2",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript2": "0.31.2",
"stylelint": "14.16.1",
"stylelint-config-prettier-scss": "0.0.1",
"stylelint-config-standard-scss": "4.0.0",
"ts-jest": "27.1.5",
"ts-node": "10.9.2",
"ts-plugin-type-coverage": "2.29.1",
"tslib": "2.6.3",
"type-coverage": "2.29.1",
"typescript": "4.9.5",
"typescript-coverage-report": "0.6.4",
"typescript-eslint-language-service": "5.0.5"
},
"resolutions": {
"core-js": "3.37.1",
"fsevents": "2.3.3",
"chokidar": "3.6.0",
"typescript": "4.9.5",
"uuid": "7.0.3"
}
}