v3.accords-library.com/package.json

47 lines
1.5 KiB
JSON
Raw Normal View History

2024-01-21 12:28:48 +00:00
{
"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",
2024-02-17 22:10:29 +00:00
"upgrade": "ncu",
2024-03-10 20:24:36 +00:00
"script:download-payload-sdk": "npm run scripts/download-payload-sdk.ts",
"script:download-currencies": "npm run scripts/download-currencies.ts",
"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-03-10 20:24:36 +00:00
"precommit": "npm run script:download-wording-keys && npm run script:download-payload-sdk && 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-03-22 22:23:26 +00:00
"@astrojs/check": "^0.5.10",
"@astrojs/node": "^8.2.5",
2024-03-08 21:41:33 +00:00
"@fontsource-variable/murecho": "^5.0.18",
"@fontsource-variable/vollkorn": "^5.0.20",
2024-02-01 20:00:55 +00:00
"accept-language": "^3.0.18",
2024-03-22 22:23:26 +00:00
"astro": "4.5.9",
2024-02-17 22:10:29 +00:00
"astro-icon": "^1.1.0",
"node-cache": "^5.1.2",
2024-01-28 15:34:47 +00:00
"tippy.js": "^6.3.7",
2024-03-02 16:55:28 +00:00
"ua-parser-js": "^1.0.37"
2024-01-21 12:28:48 +00:00
},
"devDependencies": {
2024-03-22 22:23:26 +00:00
"@iconify-json/material-symbols": "^1.1.76",
2024-01-21 12:28:48 +00:00
"@types/ua-parser-js": "^0.7.39",
2024-03-16 08:40:27 +00:00
"astro-meta-tags": "^0.2.2",
2024-03-22 22:23:26 +00:00
"autoprefixer": "^10.4.19",
"bun-types": "^1.0.35",
2024-03-16 08:40:27 +00:00
"npm-check-updates": "^16.14.17",
2024-03-22 22:23:26 +00:00
"postcss-preset-env": "^9.5.2",
2024-03-02 19:35:36 +00:00
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
2024-03-22 22:23:26 +00:00
"typescript": "^5.4.3"
2024-01-21 12:28:48 +00:00
}
}