Shioriko/web/app/package.json

36 lines
965 B
JSON

{
"name": "Shioriko",
"version": "0.0.1",
"private": true,
"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",
"lint": "eslint ."
},
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.0",
"@sveltejs/kit": "^2.5.27",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"eslint": "^8.28.0",
"eslint-plugin-svelte": "^2.45.1",
"sass": "^1.64.2",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"svelte-tags-input": "^6.0.2",
"tslib": "^2.4.1",
"typescript": "^5.5.0",
"vite": "^5.4.4"
},
"type": "module",
"dependencies": {
"axios": "^1.4.0",
"bulma": "^0.9.4",
"query-string": "^8.1.0"
}
}