mirror of
https://github.com/Damillora/Shioriko.git
synced 2024-11-14 17:17:32 +00:00
37 lines
982 B
JSON
37 lines
982 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-auto": "^2.0.0",
|
|
"@sveltejs/kit": "^1.20.4",
|
|
"@typescript-eslint/eslint-plugin": "^5.45.0",
|
|
"@typescript-eslint/parser": "^5.45.0",
|
|
"eslint": "^8.28.0",
|
|
"eslint-plugin-svelte": "^2.30.0",
|
|
"sass": "^1.63.6",
|
|
"svelte": "^4.0.5",
|
|
"svelte-check": "^3.4.3",
|
|
"svelte-tags-input": "^5.0.0",
|
|
"tslib": "^2.4.1",
|
|
"typescript": "^5.0.0",
|
|
"vite": "^4.4.2"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@sveltejs/adapter-static": "^2.0.3",
|
|
"axios": "^1.4.0",
|
|
"bulma": "^0.9.4",
|
|
"query-string": "^8.1.0",
|
|
"sass": "^1.64.2"
|
|
}
|
|
}
|