-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.48 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.48 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
{
"name": "@patternfly/quickstarts-dev",
"private": true,
"version": "0.0.1",
"scripts": {
"prebuild": "rm -rf public",
"build": "webpack --mode production",
"start": "webpack serve --hot --color --progress --config webpack.config.js",
"serve": "serve public"
},
"dependencies": {
"@patternfly/patternfly": "^6.0.0",
"@patternfly/quickstarts": "^0.0.0",
"@patternfly/react-core": "^6.0.0",
"i18next": "^24.2.3",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-parser": "^9.3.0",
"i18next-pseudo": "^2.2.0",
"lodash-es": "^4.17.21",
"marked": "^15.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^15.5.3",
"react-router-dom": "^6.11.2"
},
"devDependencies": {
"@types/react": "^18.2.79",
"@types/react-router-dom": "^5.3.3",
"ajv": "^7.2.3",
"assets-webpack-plugin": "^7.1.1",
"clean-css-loader": "^4.2.1",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"html-webpack-plugin": "^5.5.1",
"jsonpath": "^1.1.0",
"local-web-server": "^2.6.1",
"mini-css-extract-plugin": "^1.0.0",
"null-loader": "^4.0.1",
"serve": "^11.3.2",
"style-loader": "^3.3.2",
"sync-fetch": "^0.3.0",
"ts-loader": "^9.4.2",
"tsconfig-paths-webpack-plugin": "^3.3.0",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.1",
"webpack-dev-server": "^5.2.2",
"yaml": "^1.10.2",
"yaml-loader": "^0.6.0"
}
}