This repository has been archived by the owner on Feb 27, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.47 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
41
42
43
44
45
46
{
"name": "microfrontendboostrap",
"version": "1.0.0",
"description": "Micro Frontend boostrap",
"main": "index.js",
"repository": "[email protected]:thangle89/microfrontend.git",
"author": "thangle",
"license": "MIT",
"scripts": {
"start": "set NODE_ENV=development && webpack-dev-server --mode development --hot --inline --config webpack.config.js --open",
"build": "set NODE_ENV=production && webpack --mode production --config webpack.config.js"
},
"dependencies": {
"@types/react": "^16.8.6",
"@types/react-dom": "^16.8.4",
"isomorphic-fetch": "^2.2.1",
"json-server": "^0.14.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-hot-loader": "^4.12.6",
"redux": "^4.0.1",
"react-redux": "^5.1.1",
"react-route": "^1.0.3",
"react-router-dom": "^5.0.1",
"redux-thunk": "^2.3.0",
"styled-components": "^5.1.0"
},
"devDependencies": {
"@types/isomorphic-fetch": "^0.0.35",
"@types/react-redux": "^5.0.21",
"@types/react-router": "^5.0.3",
"@types/react-router-dom": "^4.3.2",
"@types/redux-thunk": "^2.1.0",
"@types/styled-components": "^5.1.0",
"awesome-typescript-loader": "^5.2.1",
"clean-webpack-plugin": "^3.0.0",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^3.2.0",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"typescript": "^3.5.3",
"url-loader": "^4.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.7.2"
}
}