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
Twooth/package.json

47 lines
1.3 KiB
JSON
Raw Normal View History

{
"name": "twooth",
2023-05-30 10:24:49 -03:00
"version": "1.1.0",
"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 .",
"lint:fix": "eslint --fix ."
},
"devDependencies": {
"@iconify-json/solar": "^1.1.1",
"@iconify-json/svg-spinners": "^1.1.1",
"@iconify/utils": "^2.1.5",
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/adapter-vercel": "^3.0.0",
"@sveltejs/kit": "^1.5.0",
"@sveltekit-addons/document": "^1.0.0",
"@types/crypto-js": "^4.1.1",
"@types/twitter-text": "^3.1.5",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"@unocss/eslint-config": "^0.51.12",
"@unocss/extractor-svelte": "^0.51.12",
"@vite-pwa/sveltekit": "^0.2.1",
"@vospel/eslint-config": "^1.6.0",
"eslint": "^8.28.0",
"eslint-plugin-svelte": "^2.26.0",
"ofetch": "^1.0.1",
"svelte": "^3.54.0",
"svelte-check": "^3.0.1",
"tslib": "^2.4.1",
"twitter-text": "^3.1.0",
"typescript": "^5.0.0",
"ufo": "^1.1.2",
"unocss": "^0.51.12",
"unocss-preset-radix": "^2.4.0",
"uuid": "^9.0.0",
"vite": "^4.3.0"
},
"type": "module"
}