зеркало из https://github.com/mozilla/bugbug.git
24 строки
515 B
JSON
24 строки
515 B
JSON
{
|
|
"name": "changes",
|
|
"version": "1.0.0",
|
|
"description": "To update Temporal polyfill:",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "npx snowpack dev",
|
|
"release": "npx snowpack build",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"prettier": "^3.3.2",
|
|
"snowpack": "^3.8.8"
|
|
},
|
|
"dependencies": {
|
|
"@js-temporal/polyfill": "^0.4.4",
|
|
"apexcharts": "^3.50.0",
|
|
"localforage": "^1.10.0"
|
|
}
|
|
}
|