-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 980 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 980 Bytes
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
{
"name": "client",
"version": "1.0.0",
"description": "az func react client application",
"main": "index.js",
"license": "MIT",
"scripts": {
"build": "webpack --mode development",
"start": "webpack serve"
},
"devDependencies": {
"@babel/core": "7.24.7",
"@babel/polyfill": "7.12.1",
"@babel/preset-react": "7.24.7",
"@babel/preset-typescript": "7.24.7",
"@module-federation/enhanced": "https://pkg.pr.new/@module-federation/enhanced@3ac4eee",
"@swc/core": "1.6.13",
"@types/react-router-dom": "5.3.3",
"babel-loader": "9.1.3",
"html-webpack-plugin": "5.6.0",
"swc-loader": "0.2.6",
"tsconfig-paths-webpack-plugin": "4.1.0",
"typescript-transform-paths": "3.4.7",
"webpack": "5.105.3",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4",
"webpack-livereload-plugin": "3.0.2"
},
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.24.1"
}
}