garf/package.json

28 lines
623 B
JSON
Raw Permalink Normal View History

2024-03-18 18:46:25 +00:00
{
"name": "garf",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@tsconfig/svelte": "^5.0.2",
2024-03-18 22:45:45 +00:00
"autoprefixer": "^10.4.18",
"postcss": "^8.4.36",
2024-03-18 18:46:25 +00:00
"svelte": "^4.2.12",
"svelte-check": "^3.6.6",
2024-03-18 22:45:45 +00:00
"tailwindcss": "^3.4.1",
2024-03-18 18:46:25 +00:00
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^5.1.6"
},
"dependencies": {
"@discord/embedded-app-sdk": "^1.0.0"
}
}