-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.24 KB
/
package.json
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
{
"name": "@chrispcode/macro",
"version": "2.0.0",
"description": "Micro frontend architecture for the macro world",
"scripts": {
"core": "concurrently -k 'lerna run dev --scope navbar' 'lerna run build --scope core' "
},
"author": "Kristiyan Serafimov",
"license": "ISC",
"devDependencies": {
"@module-federation/native-federation-typescript": "^0.2.6",
"@module-federation/typescript": "2.4.1",
"@module-federation/utilities": "^2.0.4",
"@nx/js": "^16.5.5",
"@nx/web": "^16.5.5",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@swc/helpers": "^0.5.1",
"@types/node": "^20.4.4",
"@types/react-dom": "^18.2.7",
"@types/webpack": "^5.28.1",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"concurrently": "^8.2.0",
"eslint": "^8.45.0",
"html-webpack-plugin": "^5.5.3",
"http-server": "^14.1.1",
"lerna": "^7.1.4",
"nx": "^16.5.5",
"react-refresh": "^0.14.0",
"react-refresh-typescript": "^2.0.9",
"symlink-dir": "^5.1.1",
"ts-loader": "^9.4.4",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"wait-on": "^7.0.1",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
}