schoolbox web extension :)
1{
2 "name": "schooltape",
3 "version": "4.3.4",
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.2",
10 "@lucide/svelte": "^0.554.0",
11 "@sveltejs/vite-plugin-svelte": "^6.2.1",
12 "@tailwindcss/vite": "^4.1.18",
13 "@tsconfig/svelte": "^5.0.6",
14 "@types/node": "^24.10.4",
15 "@types/semver": "^7.7.1",
16 "@wxt-dev/module-svelte": "^2.0.4",
17 "eslint": "^9.39.2",
18 "eslint-config-prettier": "^10.1.8",
19 "eslint-plugin-svelte": "^3.13.1",
20 "globals": "^16.5.0",
21 "prettier": "^3.7.4",
22 "prettier-plugin-organize-imports": "^4.3.0",
23 "prettier-plugin-svelte": "^3.4.1",
24 "prettier-plugin-tailwindcss": "^0.7.2",
25 "semver": "^7.7.3",
26 "svelte": "^5.46.0",
27 "svelte-check": "^4.3.4",
28 "svelte-spa-router": "^4.0.1",
29 "tailwindcss": "^4.1.18",
30 "typescript": "^5.9.3",
31 "typescript-eslint": "^8.50.0",
32 "wxt": "^0.20.13"
33 },
34 "description": "Schooltape is a free, open-source, web extension that allows you to customise the look, feel, and functionality of Schoolbox!",
35 "homepage": "https://schooltape.github.io",
36 "homepage_url": "https://github.com/schooltape/schooltape",
37 "license": "MIT",
38 "private": true,
39 "scripts": {
40 "dev": "wxt",
41 "dev:firefox": "wxt -b firefox",
42 "build": "wxt build",
43 "build:firefox": "wxt build -b firefox",
44 "zip": "wxt zip",
45 "zip:firefox": "wxt zip -b firefox",
46 "lint": "eslint .",
47 "check": "svelte-check --tsconfig ./tsconfig.json",
48 "format": "prettier --write .",
49 "postinstall": "wxt prepare"
50 },
51 "type": "module"
52}