-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
66 lines (66 loc) · 1.92 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
{
"name": "web-patient",
"scripts": {
"dev_serve": "node scripts/dev_serve.js",
"prod_build": "node scripts/prod_build.js",
"prod_serve": "node scripts/prod_serve.js",
"start": "npm run dev_serve"
},
"resolutions": {
"@mui/styled-engine": "npm:@mui/styled-engine-sc@latest"
},
"dependencies": {
"@babel/polyfill": "7.12.x",
"@date-io/date-fns": "1.3.x",
"@mui/icons-material": "5.3.1",
"@mui/lab": "5.0.0-alpha.66",
"@mui/material": "5.3.1",
"@mui/styled-engine": "npm:@mui/styled-engine-sc@latest",
"@mui/styled-engine-sc": "5.3.0",
"@mui/styles": "5.3.x",
"amazon-cognito-identity-js": "5.2.x",
"axios": "0.25.x",
"date-fns": "2.28.x",
"lodash": "4.17.x",
"lodash.debounce": "4.0.x",
"lodash.throttle": "4.1.x",
"lorem-ipsum": "2.0.x",
"mobx": "6.3.x",
"mobx-react": "7.2.x",
"react": "17.0.x",
"react-dom": "17.0.x",
"react-router": "6.2.x",
"react-router-dom": "6.2.x",
"styled-components": "5.3.3",
"url": "0.11.x"
},
"devDependencies": {
"@babel/core": "7.12.x",
"@babel/preset-env": "7.12.x",
"@babel/preset-react": "7.12.x",
"@types/lodash.debounce": "4.0.x",
"@types/lodash.throttle": "4.1.x",
"@types/lorem-ipsum": "2.0.x",
"@types/node": "17.0.x",
"@types/react": "17.0.x",
"@types/react-dom": "17.0.x",
"@types/react-router": "5.1.18",
"@types/react-router-dom": "5.3.3",
"@types/styled-components": "5.1.21",
"babel-loader": "8.2.x",
"copy-webpack-plugin": "9.1.0",
"express": "4.17.x",
"html-webpack-plugin": "5.5.x",
"rimraf": "3.0.x",
"ts-loader": "8.0.x",
"tsconfig-paths-webpack-plugin": "3.5.2",
"typescript": "4.5.x",
"webpack": "5.x",
"webpack-cli": "5.x",
"webpack-dev-middleware": "6.x",
"webpack-hot-middleware": "2.x",
"webpack-merge": "5.x"
},
"@comment dependencies": [],
"@comment devDependencies": []
}