update package.json

This commit is contained in:
shibafu 2020-08-17 16:02:39 +09:00
parent 6968ca7333
commit f37a9c79f4
1 changed files with 6 additions and 8 deletions

View File

@ -15,14 +15,18 @@
"@types/bootstrap": "^4.5.0",
"@types/cal-heatmap": "^3.3.10",
"@types/chart.js": "^2.9.22",
"@types/classnames": "^2.2.10",
"@types/jquery": "^3.3.38",
"@types/js-cookie": "^2.2.0",
"@types/qs": "^6.9.4",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"@typescript-eslint/eslint-plugin": "^3.1.0",
"@typescript-eslint/parser": "^3.1.0",
"bootstrap": "^4.5.0",
"cal-heatmap": "^3.3.10",
"chart.js": "^2.7.1",
"classnames": "^2.2.6",
"cross-env": "^5.2.0",
"date-fns": "^1.30.1",
"eslint": "^7.6.0",
@ -40,6 +44,8 @@
"popper.js": "^1.14.7",
"prettier": "^2.0.5",
"qs": "^6.9.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"resolve-url-loader": "^3.1.1",
"sass": "^1.26.8",
"sass-loader": "^7.1.0",
@ -73,13 +79,5 @@
"composer fix",
"git add"
]
},
"dependencies": {
"@types/classnames": "^2.2.10",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"classnames": "^2.2.6",
"react": "^16.13.1",
"react-dom": "^16.13.1"
}
}