54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"name": "nikitapozd_website",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"engines": {
|
|
"node": ">=24.13.0 <25",
|
|
"pnpm": ">=10.28.0"
|
|
},
|
|
"enginesStrict": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"preinstall": "node ./scripts/enforce-pnpm.mjs",
|
|
"lint": "astro check && biome check .",
|
|
"format": "biome format . --write",
|
|
"prepare": "husky",
|
|
"ci": "astro check && biome ci .",
|
|
"storybook": "storybook dev -p 6006",
|
|
"build-storybook": "storybook build"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,ts,tsx,json,jsonc,css,scss}": [
|
|
"biome check --no-errors-on-unmatched"
|
|
],
|
|
"*.{astro}": [
|
|
"astro check"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/solid-js": "^6.0.1",
|
|
"@tailwindcss/vite": "^4.2.4",
|
|
"@webtui/css": "^0.1.7",
|
|
"astro": "^6.3.1",
|
|
"solid-js": "^1.9.13",
|
|
"tailwindcss": "^4.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/check": "^0.9.9",
|
|
"@biomejs/biome": "2.4.13",
|
|
"@storybook/addon-a11y": "^10.4.1",
|
|
"@storybook/addon-docs": "^10.4.1",
|
|
"husky": "^9.1.7",
|
|
"lint-staged": "^16.4.0",
|
|
"sass": "^1.100.0",
|
|
"solid-devtools": "^0.34.5",
|
|
"storybook": "^10.4.1",
|
|
"storybook-solidjs-vite": "^10.0.13",
|
|
"typescript": "^6.0.3",
|
|
"vite-plugin-solid": "^2.11.12"
|
|
}
|
|
}
|