48 lines
1.5 KiB
JSON
48 lines
1.5 KiB
JSON
{
|
|
"name": "v3.accords-library.com",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro check && astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"upgrade": "ncu",
|
|
"script:download-payload-sdk": "bun run scripts/download-payload-sdk.ts",
|
|
"script:download-currencies": "bun run scripts/download-currencies.ts",
|
|
"script:download-wording-keys": "bun run scripts/download-wording-keys.ts",
|
|
"prettier": "prettier --write --list-different --plugin=prettier-plugin-astro .",
|
|
"precommit": "bun run script:download-wording-keys && bun run script:download-payload-sdk && bun run prettier && bun run astro check"
|
|
},
|
|
"engines": {
|
|
"npm": ">=10.0.0",
|
|
"node": ">=19.7.0"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.5.6",
|
|
"@astrojs/node": "^8.2.1",
|
|
"@fontsource-variable/murecho": "^5.0.17",
|
|
"@fontsource-variable/vollkorn": "^5.0.19",
|
|
"accept-language": "^3.0.18",
|
|
"astro": "4.4.6",
|
|
"astro-icon": "^1.1.0",
|
|
"node-cache": "^5.1.2",
|
|
"tippy.js": "^6.3.7",
|
|
"ua-parser-js": "^1.0.37"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/material-symbols": "^1.1.73",
|
|
"@types/ua-parser-js": "^0.7.39",
|
|
"astro-meta-tags": "^0.2.1",
|
|
"autoprefixer": "^10.4.17",
|
|
"bun-types": "^1.0.29",
|
|
"npm-check-updates": "^16.14.15",
|
|
"postcss-preset-env": "^9.4.0",
|
|
"prettier": "^3.2.5",
|
|
"prettier-plugin-astro": "^0.13.0",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|