-
Notifications
You must be signed in to change notification settings - Fork 178
Expand file tree
/
Copy pathpackage.json
More file actions
161 lines (161 loc) · 6.57 KB
/
package.json
File metadata and controls
161 lines (161 loc) · 6.57 KB
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
153
154
155
156
157
158
159
160
161
{
"name": "@wso2apim/devportal",
"version": "4.0.1",
"description": "WSO2 API Manager Developer Portal Web App Note: reverted the swagger-ui version from 3.24.3 to 3.22.2 as POST was not working within swagger console",
"main": "source/src/index.js",
"engines": {
"npm": ">=10.0.0",
"node": ">=22.0.0"
},
"scripts": {
"test:ci": "jest --silent --passWithNoTests",
"test:integration": "jest -c source/Tests/Integration/jest.config.js",
"test:coverage": "jest --coverage",
"build:prod": "rimraf site/public/dist/ && npm run i18n:en && cross-env NODE_ENV=production NODE_OPTIONS=--max_old_space_size=4096 webpack --mode production --stats=errors-only",
"build:dev": "rimraf site/public/dist/ && npm run i18n:en && cross-env NODE_ENV=development webpack --mode development --watch",
"analysis": "cross-env NODE_ENV=development webpack --env.analysis -p --progress",
"lint": "eslint --ignore-pattern '*.test.js' --ignore-pattern '*.test.jsx' --quiet -c .eslintrc.js --ext .jsx,.js source",
"i18n": "extract-messages -l=en -o site//public//locales// -d en --extractFromFormatMessageCall --flat 'source//src//app//**//*.jsx'",
"extract-i18n": "formatjs extract",
"i18n:en": "npm run extract-i18n -- 'source/src/app/**/*.{jsx,tsx}' --ignore='**/*.d.{js,ts,tsx,jsx}' --out-file site/public/locales/en.json --id-interpolation-pattern '[sha512:contenthash:base64:6]' --format=simple",
"check-unused": "webpack --mode production --env.unused true --display errors-only",
"start": "npm run i18n:en && webpack serve --compress --port 8084 --mode development --watch"
},
"repository": {
"type": "git",
"url": "git://github.com/wso2/carbon-apimgt"
},
"author": "WSO2 Org",
"license": "Apache-2.0",
"dependencies": {
"@asyncapi/react-component": "^2.0.4",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@hapi/joi": "^17.1.1",
"@graphiql/plugin-explorer": "^3.0.3",
"@iconify/icons-simple-icons": "^1.0.52",
"@iconify/react": "^1.1.3",
"@mdi/js": "^6.9.96",
"@mdi/react": "^1.6.1",
"@mui/icons-material": "^5.15.6",
"@mui/lab": "^5.0.0-alpha.162",
"@mui/material": "^5.15.6",
"@stoplight/elements": "^8.3.2",
"@ui5/webcomponents-icons": "^1.9.3",
"ajv": "^8.12.0",
"async-mutex": "^0.5.0",
"autosuggest-highlight": "^3.3.4",
"axios": "^0.28.0",
"base64url": "3.0.1",
"btoa": "^1.2.1",
"caniuse-api": "^3.0.0",
"cleanup-dependencies": "0.0.6",
"dataloader": "^2.1.0",
"dayjs": "^1.11.7",
"downshift": "^6.1.12",
"fetch-to-curl": "^0.6.0",
"fs-react": "0.0.4",
"graphiql": "^3.1.1",
"graphiql-subscriptions-fetcher": "0.0.2",
"graphql": "^16.8.0",
"graphql-ws": "^5.14.0",
"html-react-parser": "^4.2.2",
"js-file-download": "^0.4.12",
"js-yaml": "^4.1.0",
"jss-rtl": "^0.3.0",
"lodash": "^4.17.21",
"lodash.clonedeep": "^4.5.0",
"lodash.isplainobject": "^4.0.6",
"lodash.merge": "^4.6.2",
"material-design-icons": "^3.0.1",
"mui-datatables": "^4.3.0",
"mui-markdown": "^1.1.13",
"openapi-to-postmanv2": "^4.20.0",
"prop-types": "^15.8.1",
"qs": "^6.11.0",
"query-string": "^7.1.3",
"random-material-color": "^1.0.5",
"rc-notification": "^4.6.1",
"react": "^18.0.0",
"react-app-polyfill": "^3.0.0",
"react-autosuggest": "^10.1.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.0.0",
"react-helmet": "^6.1.0",
"react-hot-toast": "^2.4.0",
"react-intl": "^6.6.8",
"react-loadable": "^5.5.0",
"react-markdown": "^8.0.5",
"react-monaco-editor": "^0.55.0",
"react-resizable": "^3.0.5",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"react-syntax-highlighter": "^15.5.0",
"react-tagcloud": "^2.3.1",
"remark-gfm": "^3.0.1",
"stream-browserify": "^3.0.0",
"swagger-client": "^3.18.5",
"swagger-ui-react": "^5.17.14",
"url": "^0.11.3",
"xml-formatter": "^3.6.2"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/eslint-parser": "^7.24.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-class-properties": "^7.24.7",
"@babel/plugin-transform-logical-assignment-operators": "^7.24.7",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.24.7",
"@babel/plugin-transform-private-methods": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@babel/register": "^7.24.6",
"@formatjs/cli": "^6.2.12",
"@types/lodash.clonedeep": "^4.5.9",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.0",
"babel-plugin-dynamic-import-node": "^2.2.0",
"babel-plugin-formatjs": "^10.5.16",
"babel-plugin-react-intl-auto": "^3.3.0",
"buffer": "^6.0.3",
"chai": "^4.0.2",
"clean-webpack-plugin": "^4.0.0",
"cross-env": "^7.0.0",
"crypto-browserify": "^3.12.0",
"css-loader": "^7.1.2",
"enzyme": "^3.8.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-webpack-plugin": "^2.5.1",
"fs-react": "0.0.4",
"html-webpack-plugin": "^5.6.0",
"jest": "^29.6.4",
"less": "^4.2.0",
"less-loader": "^12.2.0",
"mocha": "^10.6.0",
"mock-local-storage": "^1.0.5",
"prettier": "^2.5.1",
"process": "^0.11.10",
"react-test-renderer": "^18.2.0",
"rimraf": "^5.0.7",
"sinon": "^18.0.0",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"underscore-template-loader": "^1.1.0",
"vm-browserify": "^1.1.2",
"webpack": "^5.92.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-deadcode-plugin": "^0.1.17",
"webpack-dev-server": "^5.0.4",
"webpack-manifest-plugin": "^5.0.0"
}
}