-
Notifications
You must be signed in to change notification settings - Fork 74
/
package.json
115 lines (115 loc) · 3.58 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
{
"name": "porta",
"version": "0.0.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/3scale/porta"
},
"license": "Apache-2.0",
"scripts": {
"dev": "webpack serve --config ./config/webpack/development.config.js --progress",
"build": "webpack --config ./config/webpack/production.config.js --progress",
"install:safe": "yarn install --frozen-lockfile --check-files --prefer-offline",
"clean": "rm -rf node_modules/ && yarn cache clean",
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
"ci:lint": "eslint --ext .js,.jsx,.ts,.tsx . --quiet"
},
"engines": {
"node": "18"
},
"devDependencies": {
"@babel/core": "7.21.8",
"@babel/preset-env": "^7.24.8",
"@babel/preset-react": "^7.24.7",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"@webpack-cli/serve": "2.0.5",
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
"empty": "^0.10.1",
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.4.2",
"eslint": "7.32.0",
"eslint-import-resolver-typescript": "2.7.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-react": "^7.21.0",
"hosted-git-info": "^2.7.1",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-transform-stub": "^2.0.0",
"mockdate": "^3.0.5",
"raf": "^3.4.1",
"regenerator-runtime": "^0.13.1",
"swagger-tools": "^0.10.4",
"ts-jest": "^29.2.2",
"typescript": "5.0.4",
"webpack": "5.92.1",
"webpack-dev-server": "4.15.2"
},
"dependencies": {
"@patternfly/patternfly": "4.224.2",
"@patternfly/quickstarts": "^2.4.1",
"@patternfly/react-core": "4.276.8",
"@patternfly/react-table": "4.113.0",
"@stripe/react-stripe-js": "1.16.5",
"@stripe/stripe-js": "1.50.0",
"@types/braintree-web": "3.96.11",
"@types/c3": "^0.7.8",
"@types/codemirror": "^5.60.5",
"@types/enzyme": "^3.10.13",
"@types/jest": "^29.5.0",
"@types/jquery": "^3.5.14",
"@types/lodash.escaperegexp": "^4.1.7",
"@types/numeral": "^2.0.2",
"@types/pluralize": "^0.0.29",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/react-jsonschema-form": "^1.7.8",
"@types/react-redux": "^7.1.24",
"@types/redux-api-middleware": "^3.2.3",
"@types/redux-immutable-state-invariant": "^2.1.2",
"@types/swagger-ui": "^3.52.0",
"@types/virtual-dom": "^2.1.1",
"bootstrap-sass": "3.4.3",
"braintree-web": "3.102.0",
"c3": "^0.4.11",
"classnames": "^2.2.6",
"codemirror": "5.65.9",
"compression-webpack-plugin": "10.0.0",
"css-loader": "6.11.0",
"esbuild-loader": "4.2.0",
"jquery": "3.7.0",
"jquery-ui": "1.12.1",
"js-cookie": "3.0.5",
"lodash.escaperegexp": "^4.1.2",
"mini-css-extract-plugin": "2.9.0",
"moment": "^2.29.2",
"moment-range": "^4.0.2",
"moment-timezone": "^0.5.35",
"numeral": "^2.0.6",
"pluralize": "^7.0.0",
"prop-types": "15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-jsonschema-form": "^1.8.0",
"react-redux": "7.2.9",
"redux": "^4.0.1",
"redux-api-middleware": "^3.0.1",
"redux-immutable-state-invariant": "^2.1.0",
"redux-thunk": "^2.3.0",
"sass": "1.77.6",
"sass-loader": "13.3.3",
"swagger-client": "^3.17.0",
"swagger-ui": "~5.12.3",
"validate.js": "^0.13.1",
"virtual-dom": "^2.1.1",
"webpack-assets-manifest": "5.2.1",
"webpack-cli": "5.1.4",
"yaml-loader": "^0.6.0"
},
"resolutions": {
"jquery-ui/jquery": "3.7.0"
}
}