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",
|
|
|
|
"upgrade": "ncu"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-01-21 13:42:52 +00:00
|
|
|
"@astrojs/check": "^0.4.1",
|
2024-02-01 20:00:55 +00:00
|
|
|
"@astrojs/node": "^8.2.0",
|
|
|
|
"@fontsource-variable/murecho": "^5.0.17",
|
|
|
|
"@fontsource-variable/vollkorn": "^5.0.19",
|
|
|
|
"accept-language": "^3.0.18",
|
|
|
|
"astro": "^4.3.0",
|
|
|
|
"astro-icon": "^1.0.4",
|
|
|
|
"htmx.org": "^1.9.10",
|
2024-01-28 15:34:47 +00:00
|
|
|
"tippy.js": "^6.3.7",
|
|
|
|
"ua-parser-js": "^1.0.37",
|
|
|
|
"zod": "^3.22.4"
|
2024-01-21 12:28:48 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-01-28 15:34:47 +00:00
|
|
|
"@iconify-json/material-symbols": "^1.1.71",
|
2024-01-21 12:28:48 +00:00
|
|
|
"@types/ua-parser-js": "^0.7.39",
|
2024-01-21 13:42:52 +00:00
|
|
|
"astro-meta-tags": "^0.2.1",
|
|
|
|
"autoprefixer": "^10.4.17",
|
2024-01-28 15:34:47 +00:00
|
|
|
"bun-types": "^1.0.25",
|
2024-02-01 20:00:55 +00:00
|
|
|
"npm-check-updates": "^16.14.14",
|
2024-01-21 12:28:48 +00:00
|
|
|
"postcss-preset-env": "^9.3.0",
|
2024-01-21 13:42:52 +00:00
|
|
|
"ts-node": "^10.9.2",
|
2024-02-01 20:00:55 +00:00
|
|
|
"typescript": "^5.3.3"
|
2024-01-21 12:28:48 +00:00
|
|
|
}
|
|
|
|
}
|