niming/package.json

48 lines
1.3 KiB
JSON
Raw Normal View History

2024-10-27 18:29:40 +08:00
{
"name": "niming",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"format": "prettier --write .",
"lint": "prettier --check ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
2024-11-04 01:18:21 +08:00
"@types/dompurify": "^3",
2024-10-27 18:29:40 +08:00
"autoprefixer": "^10.4.20",
2024-12-22 22:57:01 +08:00
"bits-ui": "^0.22.0",
2024-11-04 01:18:21 +08:00
"clsx": "^2.1.1",
"lucide-svelte": "^0.454.0",
2024-10-27 18:29:40 +08:00
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.6",
"prettier-plugin-tailwindcss": "^0.6.5",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
2024-11-04 01:18:21 +08:00
"tailwind-merge": "^2.5.4",
"tailwind-variants": "^0.2.1",
2024-10-27 18:29:40 +08:00
"tailwindcss": "^3.4.9",
"typescript": "^5.0.0",
"vite": "^5.0.3"
2024-11-04 01:18:21 +08:00
},
"packageManager": "yarn@4.2.2+sha224.1e50daf19e5e249a025569752c60b88005fddf57d10fcde5fc68b88f",
"dependencies": {
"@iconify-json/mingcute": "^1.2.1",
"@protobuf-ts/plugin": "^2.9.4",
"axios": "^1.7.7",
2024-11-04 01:18:21 +08:00
"dompurify": "^3.1.7",
"highlight.js": "^11.10.0",
"isomorphic-dompurify": "^2.16.0",
"marked": "^14.1.3",
"marked-highlight": "^2.2.0",
"typescript-svelte-plugin": "^0.3.42",
"unplugin-icons": "^0.20.0"
2024-10-27 18:29:40 +08:00
}
}