trifid/tfweb/package.json

31 lines
763 B
JSON
Raw Normal View History

2023-02-20 04:23:19 +00:00
{
"name": "tfweb",
"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",
2023-05-30 22:50:47 +00:00
"lint": "eslint ."
2023-02-20 04:23:19 +00:00
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/kit": "^1.5.0",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"eslint": "^8.28.0",
2023-05-30 22:50:47 +00:00
"eslint-plugin-svelte": "^2.26.0",
2023-02-20 04:23:19 +00:00
"svelte": "^3.54.0",
"svelte-check": "^3.0.1",
"tslib": "^2.4.1",
2023-05-30 22:50:47 +00:00
"typescript": "^5.0.0",
"vite": "^4.3.0"
2023-02-20 04:23:19 +00:00
},
"type": "module",
"dependencies": {
2023-05-30 22:50:47 +00:00
"svelte-i18n": "^3.6.0"
2023-02-20 04:23:19 +00:00
}
}