forked from patternfly/react-topology
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.55 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.55 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
{
"name": "demo-app-ts",
"private": true,
"version": "4.210.7",
"scripts": {
"build:demo-app": "webpack --mode production",
"start:demo-app": "webpack-dev-server",
"start:demo-app:hot": "webpack-dev-server --hot=true",
"serve:demo-app": "node scripts/serve"
},
"dependencies": {
"@patternfly/react-core": "^6.5.0-prerelease.28",
"@patternfly/react-icons": "^6.5.0-prerelease.12",
"@patternfly/react-styles": "^6.5.0-prerelease.10",
"react": "^18",
"react-dom": "^18",
"react-router": "^5.3.3",
"react-router-dom": "^5.3.3"
},
"devDependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "0.5.7",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-router": "^5.1.18",
"@types/react-router-dom": "^5.3.3",
"classnames": "^2.2.6",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.1.0",
"css-loader": "^4.3.0",
"file-loader": "^6.1.0",
"fork-ts-checker-webpack-plugin": "6.5.2",
"html-webpack-plugin": "^5.5.0",
"local-web-server": "^2.6.1",
"mini-css-extract-plugin": "^0.11.1",
"react-hot-loader": "4.13.0",
"react-refresh": "0.14.0",
"react-refresh-typescript": "2.0.7",
"style-loader": "3.3.1",
"ts-loader": "^8.3.0",
"typescript": "^4.7.4",
"url-loader": "^4.1.0",
"webpack": "5.73.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.9.3"
}
}