2024-01-21 12:28:48 +00:00
{
"name" : "v3.accords-library.com" ,
2024-07-28 15:10:48 +00:00
"version" : "3.0.0-beta.9" ,
2024-01-21 12:28:48 +00:00
"scripts" : {
"dev" : "astro dev" ,
"start" : "astro dev" ,
"build" : "astro check && astro build" ,
"preview" : "astro preview" ,
"astro" : "astro" ,
2024-02-17 22:10:29 +00:00
"upgrade" : "ncu" ,
2024-07-13 16:51:04 +00:00
"fetch-submodules" : "cd src/shared && git pull && cd ../.." ,
2024-07-13 09:42:28 +00:00
"script:download-currencies" : "node --env-file=.env scripts/download-currencies.mjs" ,
2024-03-10 20:24:36 +00:00
"script:download-wording-keys" : "npm run scripts/download-wording-keys.ts" ,
2024-03-02 19:35:36 +00:00
"prettier" : "prettier --write --list-different --plugin=prettier-plugin-astro ." ,
2024-07-13 11:56:16 +00:00
"precommit" : "npm run fetch-submodules && npm run script:download-currencies && npm run script:download-wording-keys && npm run prettier && npm run astro check"
2024-03-02 13:08:17 +00:00
} ,
"engines" : {
"npm" : ">=10.0.0" ,
"node" : ">=19.7.0"
2024-01-21 12:28:48 +00:00
} ,
"dependencies" : {
2024-08-03 19:42:29 +00:00
"@astrojs/check" : "^0.9.1" ,
2024-06-29 17:42:08 +00:00
"@astrojs/node" : "^8.3.2" ,
2024-02-01 20:00:55 +00:00
"accept-language" : "^3.0.18" ,
2024-08-03 19:42:29 +00:00
"astro" : "4.13.0" ,
2024-02-17 22:10:29 +00:00
"astro-icon" : "^1.1.0" ,
2024-01-28 15:34:47 +00:00
"tippy.js" : "^6.3.7" ,
2024-06-01 08:27:26 +00:00
"ua-parser-js" : "^1.0.38"
2024-01-21 12:28:48 +00:00
} ,
"devDependencies" : {
2024-07-26 06:27:08 +00:00
"@iconify-json/material-symbols" : "^1.1.85" ,
2024-01-21 12:28:48 +00:00
"@types/ua-parser-js" : "^0.7.39" ,
2024-05-09 20:20:44 +00:00
"astro-meta-tags" : "^0.3.0" ,
2024-03-22 22:23:26 +00:00
"autoprefixer" : "^10.4.19" ,
2024-07-11 05:56:58 +00:00
"postcss-preset-env" : "^9.6.0" ,
2024-07-13 17:11:06 +00:00
"prettier" : "^3.3.3" ,
2024-07-26 06:27:08 +00:00
"prettier-plugin-astro" : "^0.14.1" ,
"typescript" : "^5.5.4"
2024-01-21 12:28:48 +00:00
}
}