bugbug/ui/changes/package.json

24 строки
515 B
JSON
Исходник Постоянная ссылка Обычный вид История

2020-11-21 02:24:02 +03:00
{
"name": "changes",
"version": "1.0.0",
"description": "To update Temporal polyfill:",
"private": true,
"scripts": {
"dev": "npx snowpack dev",
"release": "npx snowpack build",
2020-11-21 02:24:02 +03:00
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"prettier": "^3.3.3",
"snowpack": "^3.8.8"
2020-11-21 02:24:02 +03:00
},
"dependencies": {
"@js-temporal/polyfill": "^0.4.4",
"apexcharts": "^3.52.0",
2021-11-23 15:01:21 +03:00
"localforage": "^1.10.0"
2020-11-21 02:24:02 +03:00
}
}