-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.54 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "ut-lectures-plus",
"description": "This plugin adds a transcript box (with search) to all LectureOnline and TowerLA lectures from UT Austin! Studying has never been easier.",
"private": true,
"version": "6.0.0",
"type": "module",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"compile": "tsc --noEmit",
"postinstall": "wxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --check \"**/*.{js,jsx,ts,tsx,json,md}\"",
"format:fix": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\""
},
"dependencies": {
"@corvu/dialog": "^0.2.4",
"@corvu/popover": "^0.2.0",
"@tailwindcss/vite": "^4.2.1",
"@typescript-eslint/eslint-plugin": "^8.57.0",
"eslint": "^9.39.4",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-jsdoc": "^50.8.0",
"eslint-plugin-solid": "^0.14.5",
"lucide-solid": "^0.487.0",
"prettier-plugin-tailwindcss": "^0.6.14",
"remark-breaks": "^4.0.0",
"solid-js": "^1.9.11",
"solid-markdown": "^2.1.1",
"tailwindcss": "^4.2.1"
},
"devDependencies": {
"@wxt-dev/module-solid": "^1.1.4",
"globals": "^17.4.0",
"typescript": "^5.9.3",
"wxt": "^0.20.7"
},
"trustedDependencies": [
"spawn-sync"
]
}