This repository has been archived on 2025-10-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files

32 lines
870 B
JSON
Raw Permalink Normal View History

2023-07-11 14:50:49 -03:00
{
2023-08-29 15:41:00 -03:00
"name": "fixtures/svelte",
"private": true,
2023-07-11 14:50:49 -03:00
"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",
"test:lint": "eslint .",
"test:cli": "pnpm cli"
2023-07-11 14:50:49 -03:00
},
"devDependencies": {
"@eslegant/cli": "workspace:*",
2023-07-11 14:50:49 -03:00
"@fontsource/fira-mono": "^4.5.10",
"@neoconfetti/svelte": "^1.0.0",
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/kit": "^1.20.4",
"@types/cookie": "^0.5.1",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"eslint": "^8.28.0",
"eslint-plugin-svelte": "^2.30.0",
"svelte": "^4.0.5",
"svelte-check": "^3.4.3",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^4.4.2"
},
"type": "module"
}