This repository has been archived by the owner on May 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
102 lines (102 loc) · 3.23 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "@mfe/demonstrator",
"private": true,
"version": "0.0.3",
"scripts": {
"kill-port": "kill-port --port 3100",
"build": "yarn run clean-dist && webpack --config=configs/webpack/prod.js",
"build-local": "yarn run clean-dist && webpack --config=configs/webpack/prod-local.js",
"clean-dist": "rimraf dist/*",
"lint": "eslint './src/**/*.{js,ts,tsx}' --quiet",
"start": "yarn run start-dev",
"start-dev": "npm run kill-port && webpack serve --config=configs/webpack/dev.js --port 3100"
},
"resolutions": {
"styled-components": "^5",
"gifsicle": "^5.0.0"
},
"devDependencies": {
"@hot-loader/react-dom": "^17.0.1",
"@types/geojson": "^7946.0.7",
"@types/jest": "^26.0.23",
"@types/node": "^14.14.34",
"@types/prop-types": "^15.7.3",
"@types/react": "^17.0.4",
"@types/react-dom": "^17.0.3",
"@types/react-router-dom": "^5.1.8",
"@types/shpjs": "^3.4.0",
"@types/styled-components": "^5.1.10",
"@types/wellknown": "^0.5.1",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"babel-loader": "^8.2.2",
"@babel/cli": "^7.13.16",
"@babel/core": "^7.14.0",
"@babel/plugin-transform-runtime": "7.12.10",
"@babel/plugin-transform-typescript": "^7.14.6",
"@babel/preset-env": "^7.14.0",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"bundle-loader": "^0.5.6",
"css-loader": "^5.2.4",
"eslint": "^7.25.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"express": "^4.17.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "4.5.1",
"image-webpack-loader": "^7.0.1",
"kill-port": "^1.6.1",
"node-polyfill-webpack-plugin": "^1.1.2",
"prettier": "^2.2.1",
"react-hot-loader": "^4.13.0",
"rimraf": "^3.0.2",
"sass-loader": "^12.1.0",
"style-loader": "^2.0.0",
"tsconfig-paths-webpack-plugin": "^3.5.1",
"typescript": "^4.2.4",
"webpack": "5.11.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3"
},
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@material-ui/core": "4.11.4",
"@material-ui/icons": "4.11.2",
"@material-ui/lab": "^4.0.0-alpha.58",
"@material-ui/pickers": "^3.3.10",
"@mui/lab": "^5.0.0-alpha.50",
"@mui/material": "^5.0.3",
"@reduxjs/toolkit": "^1.5.1",
"@types/react-redux": "^7.1.16",
"@webpack-cli/serve": "^1.6.1",
"axios": "^0.21.1",
"axios-observable": "^1.1.6",
"client-oauth2": "^4.3.3",
"clsx": "^1.1.1",
"copy-webpack-plugin": "^9.0.1",
"date-fns": "^2.22.1",
"dotenv": "^10.0.0",
"dotenv-webpack": "^7.0.3",
"iisnode-env": "^1.0.3",
"immutability-helper": "^3.1.1",
"markdown-to-jsx": "^7.1.3",
"oidc-client": "^1.11.5",
"oidc-react": "^1.5.1",
"prop-types": "^15.7.2",
"raw-loader": "^4.0.2",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-redux": "^7.2.4",
"react-router-dom": "^5.2.0",
"rxjs": "^7.1.0",
"sass": "^1.38.0",
"styled-components": "^5.3.0"
},
"peerDependencies": {
"autoprefixer": "^10.3.7"
}
}