2020-06-03 03:02:01 +00:00
|
|
|
{
|
|
|
|
"name": "public",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2021-11-04 01:35:29 +00:00
|
|
|
"bootstrap": "^5.1.3",
|
2020-06-03 03:02:01 +00:00
|
|
|
"chart.js": "^2.9.3",
|
2022-06-16 12:27:46 +00:00
|
|
|
"chartkick": "^3.2.0",
|
|
|
|
"moment": "^2.29.3"
|
2020-06-03 03:02:01 +00:00
|
|
|
}
|
|
|
|
}
|