-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.1 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
47
{
"name": "udemy-reset-progress",
"description": "Udemy Reset Progress Web Extension",
"private": true,
"version": "2.0.0",
"type": "module",
"author": {
"name": "Serhii Shramko",
"email": "shramko.dev@gmail.com"
},
"license": "AGPL-3",
"homepage": "https://github.com/Shramkoweb/udemy-reset-progress",
"keywords": [
"udemy",
"web extension",
"extension",
"udemy reset progress",
"udemy reset curriculum progress",
"wxt",
"solidjs"
],
"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",
"test": "vitest run",
"test:watch": "vitest",
"postinstall": "wxt prepare"
},
"dependencies": {
"solid-js": "1.9.12"
},
"devDependencies": {
"@tailwindcss/vite": "4.2.4",
"@types/chrome": "0.1.40",
"@wxt-dev/module-solid": "1.1.4",
"daisyui": "5.5.19",
"tailwindcss": "4.2.4",
"typescript": "6.0.3",
"vitest": "4.1.5",
"wxt": "0.21.0"
}
}