v3.accords-library.com/package.json

34 lines
821 B
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"
},
"dependencies": {
"@astrojs/check": "^0.4.1",
"@astrojs/node": "^8.1.0",
"astro": "^4.2.5",
"astro-icon": "^1.0.3",
"tippy.js": "^6.3.7",
"ua-parser-js": "^1.0.37",
"zod": "^3.22.4"
},
"devDependencies": {
"@iconify-json/material-symbols": "^1.1.71",
"@types/ua-parser-js": "^0.7.39",
"astro-meta-tags": "^0.2.1",
"autoprefixer": "^10.4.17",
"bun-types": "^1.0.25",
"postcss-preset-env": "^9.3.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"npm-check-updates": "^16.14.14"
}
}