aybWeb/package.json

36 lines
861 B
JSON
Raw Permalink Normal View History

2023-12-08 17:43:56 +00:00
{
"name": "ayb-web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"prettify": "yarn prettier . --write"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@tsconfig/svelte": "^5.0.2",
"autoprefixer": "^10.4.16",
"felte": "^1.2.12",
"postcss": "^8.4.32",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.2",
"prettier-plugin-tailwindcss": "^0.5.9",
"svelte": "^4.2.3",
"svelte-check": "^3.6.0",
"svelte-routing": "sofiaritz/svelte-routing-exports",
"tailwindcss": "^3.3.6",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^5.0.0"
},
"dependencies": {
2023-12-10 14:19:19 +00:00
"@dicebear/collection": "^7.0.1",
"@dicebear/core": "^7.0.1",
2023-12-08 17:43:56 +00:00
"pattern.css": "^1.0.0"
}
}