schoolbox web extension :)
1{ 2 "name": "schooltape", 3 "version": "4.3.1", 4 "author": "42willow", 5 "devDependencies": { 6 "@catppuccin/palette": "^1.7.1", 7 "@catppuccin/tailwindcss": "1.0.0", 8 "@eslint/compat": "^2.0.0", 9 "@eslint/js": "^9.39.1", 10 "@lucide/svelte": "^0.554.0", 11 "@sveltejs/vite-plugin-svelte": "^6.2.1", 12 "@tailwindcss/vite": "^4.1.17", 13 "@tsconfig/svelte": "^5.0.6", 14 "@types/node": "^24.10.1", 15 "@types/semver": "^7.7.1", 16 "@wxt-dev/module-svelte": "^2.0.4", 17 "eslint": "^9.39.1", 18 "eslint-config-prettier": "^10.1.8", 19 "eslint-plugin-svelte": "^3.13.0", 20 "globals": "^16.5.0", 21 "pino": "^10.1.0", 22 "postcss": "^8.5.6", 23 "prettier": "^3.6.2", 24 "prettier-plugin-organize-imports": "^4.3.0", 25 "prettier-plugin-svelte": "^3.4.0", 26 "prettier-plugin-tailwindcss": "^0.7.1", 27 "semver": "^7.7.3", 28 "svelte": "^5.43.10", 29 "svelte-check": "^4.3.4", 30 "svelte-spa-router": "^4.0.1", 31 "tailwindcss": "^4.1.17", 32 "typescript": "^5.9.3", 33 "typescript-eslint": "^8.47.0", 34 "wxt": "^0.20.11" 35 }, 36 "description": "Schooltape is a free, open-source, web extension that allows you to customise the look, feel, and functionality of Schoolbox!", 37 "homepage": "https://schooltape.github.io", 38 "homepage_url": "https://github.com/schooltape/schooltape", 39 "license": "MIT", 40 "private": true, 41 "scripts": { 42 "dev": "wxt", 43 "dev:firefox": "wxt -b firefox", 44 "build": "wxt build", 45 "build:firefox": "wxt build -b firefox", 46 "zip": "wxt zip", 47 "zip:firefox": "wxt zip -b firefox", 48 "lint": "eslint .", 49 "check": "svelte-check --tsconfig ./tsconfig.json", 50 "format": "prettier --write .", 51 "postinstall": "wxt prepare" 52 }, 53 "type": "module" 54}