-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.15 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.15 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
{
"name": "shell",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "webpack",
"watch": "tsc -w",
"start": "func start",
"test": "echo \"No tests yet...\""
},
"dependencies": {
"@azure/functions": "^4.0.0-alpha.9",
"@module-federation/node": "https://pkg.pr.new/@module-federation/node@3ac4eee",
"@module-federation/runtime": "https://pkg.pr.new/@module-federation/runtime@3ac4eee",
"memory-stream": "1.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.24.1",
"tslib": "2.6.3",
"webpack": "5.105.3"
},
"devDependencies": {
"@babel/core": "7.24.7",
"@babel/polyfill": "7.12.1",
"@babel/preset-react": "7.24.7",
"@babel/preset-typescript": "7.24.7",
"@swc/core": "1.6.13",
"@types/node": "18.19.39",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"babel-loader": "9.1.3",
"css-loader": "7.1.2",
"mini-css-extract-plugin": "2.10.0",
"style-loader": "4.0.0",
"swc-loader": "0.2.6",
"tsconfig-paths-webpack-plugin": "4.1.0",
"typescript": "5.5.3",
"webpack-cli": "5.1.4"
},
"main": "dist/server/index.js"
}