-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.1 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
{
"name": "@mfe/app-home",
"version": "0.0.0",
"description": "Home MFE",
"license": "UNLICENSED",
"scripts": {
"medusa:start": "webpack serve",
"medusa:build": "webpack --mode=production --node-env=production",
"medusa:build:prod": "webpack --mode=production --node-env=production",
"watch": "webpack --watch"
},
"devDependencies": {
"@eslint-kit/eslint-config-base": "^5.0.2",
"@eslint-kit/eslint-config-node": "^2.0.0",
"@eslint-kit/eslint-config-patch": "^1.0.0",
"@eslint-kit/eslint-config-prettier": "^4.0.0",
"@eslint-kit/eslint-config-react": "^3.0.0",
"@eslint-kit/eslint-config-typescript": "^5.1.0",
"@typescript-eslint/parser": "4.15.0",
"eslint": "7.10.0",
"html-webpack-plugin": "^5.5.0",
"prettier": "2.3.0",
"ts-loader": "^9.2.6",
"typescript": "^4.4.4",
"webpack": "^5.60.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.3.1",
"@medusa/webpack-plugin": "^1.0.0",
"@types/react": "^17.0.32",
"@types/react-dom": "^17.0.10"
},
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}