-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 692 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 692 Bytes
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
{
"name": "common-libs",
"dependenciesDate": "2021-02-15",
"dependencies": {
"@babel/runtime": "^7.12.13",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"acorn": "^8.0.5",
"classnames": "^2.2.6",
"date-fns": "^2.17.0",
"jquery": "^3.5.1",
"lodash": "^4.17.20",
"lodash-es": "^4.17.20",
"moment": "^2.29.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"redux": "^4.0.5",
"rxjs": "^6.6.3",
"underscore": "^1.12.0",
"uuid": "^8.3.2",
"vue": "^2.6.12",
"zone.js": "^0.11.3",
"webpack-cli": "^4.5.0"
},
"devDependencies": {
"webpack": "*"
}
}