Shioriko/web/app/package.json

36 lines
964 B
JSON
Raw Normal View History

2021-05-09 22:07:23 +07:00
{
"name": "Shioriko",
"version": "0.0.1",
2021-05-09 22:07:23 +07:00
"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 ."
2021-05-09 22:07:23 +07:00
},
"devDependencies": {
2025-02-05 17:39:21 +00:00
"@sveltejs/adapter-static": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"eslint": "^8.28.0",
"eslint-plugin-svelte": "^2.30.0",
2025-02-05 17:37:53 +00:00
"sass": "^1.64.2",
"svelte": "^4.0.5",
"svelte-check": "^3.4.3",
"svelte-tags-input": "^5.0.0",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
2025-02-05 17:39:21 +00:00
"vite": "^5.0.0"
2021-05-09 22:07:23 +07:00
},
"type": "module",
2021-05-09 22:07:23 +07:00
"dependencies": {
"axios": "^1.4.0",
"bulma": "^0.9.4",
2025-02-05 17:37:53 +00:00
"query-string": "^8.1.0"
2021-05-09 22:07:23 +07:00
}
}