v3.accords-library.com/package.json

41 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2024-01-21 12:28:48 +00:00
{
"name": "v3.accords-library.com",
"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",
"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": {
"@astrojs/check": "^0.9.2",
"@astrojs/node": "^8.3.3",
"accept-language": "^3.0.20",
"astro": "4.14.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": {
"@iconify-json/material-symbols": "^1.1.87",
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",
"autoprefixer": "^10.4.20",
"postcss-preset-env": "^10.0.1",
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
}
}