huge bug where the tailwind autocomplete and linting just stoped working for me so tried to fix and now finaly fixed after doingthe instaalation/innitialization again twice!
This commit is contained in:
parent
ec40313983
commit
6b2d7b6f4b
11 changed files with 137 additions and 3415 deletions
33
package.json
33
package.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "class-room-stuff",
|
||||
"private": false,
|
||||
"name": "kahootclone",
|
||||
"private": true,
|
||||
"version": "0.0.1",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
@ -12,28 +12,31 @@
|
|||
"lint": "prettier --check . && eslint ."
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/compat": "^1.2.5",
|
||||
"@eslint/js": "^9.18.0",
|
||||
"@sveltejs/adapter-static": "^3.0.8",
|
||||
"@sveltejs/kit": "^2.16.0",
|
||||
"@sveltejs/vite-plugin-svelte": "^5.0.0",
|
||||
"@tailwindcss/postcss": "^4.1.7",
|
||||
"@tailwindcss/vite": "^4.0.0",
|
||||
"autoprefixer": "^10.4.21",
|
||||
"eslint": "^9.18.0",
|
||||
"eslint-config-prettier": "^10.0.1",
|
||||
"postcss": "^8.5.3",
|
||||
"eslint-plugin-svelte": "^3.0.0",
|
||||
"globals": "^16.0.0",
|
||||
"prettier": "^3.4.2",
|
||||
"prettier-plugin-svelte": "^3.3.3",
|
||||
"prettier-plugin-tailwindcss": "^0.6.11",
|
||||
"sv-popup": "^0.5.3",
|
||||
"svelte": "^5.0.0",
|
||||
"tailwindcss": "^4.1.7",
|
||||
"tailwindcss": "^4.0.0",
|
||||
"vite": "^6.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@supabase/supabase-js": "^2.49.4",
|
||||
"@sveltejs/adapter-static": "^3.0.8",
|
||||
"chart.js": "^4.4.9",
|
||||
"js-confetti": "^0.12.0",
|
||||
"random-words": "^2.0.1",
|
||||
"svelte-5-french-toast": "^2.0.4",
|
||||
"word-exists": "^1.0.0"
|
||||
"dependencies": {
|
||||
"@supabase/supabase-js": "^2.49.4",
|
||||
"@sveltejs/adapter-static": "^3.0.8",
|
||||
"chart.js": "^4.4.9",
|
||||
"js-confetti": "^0.12.0",
|
||||
"random-words": "^2.0.1",
|
||||
"svelte-5-french-toast": "^2.0.4",
|
||||
"word-exists": "^1.0.0"
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue