-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.22 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.22 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
{
"name": "miro",
"version": "1.0.6",
"description": "An auto-play tool for report videos with the latest features",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build:firefox": "pnpm build && node firefox.cjs",
"preview": "vite preview",
"check": "biome check ./src",
"check:write": "biome check --write ./src",
"format": "biome format .",
"format:write": "biome format --write ./src",
"lint": "biome lint ./src"
},
"keywords": ["education", "chrome-extension", "auto-play"],
"author": "operationcheck",
"license": "MIT",
"packageManager": "pnpm@10.10.0",
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@crxjs/vite-plugin": "2.0.0-beta.32",
"@types/chrome": "0.0.318",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.3",
"@types/webextension-polyfill": "^0.12.3",
"@vitejs/plugin-react": "^4.4.1",
"archiver": "^7.0.1",
"terser": "^5.39.0",
"typescript": "5.8.3",
"vite": "6.3.4"
},
"pnpm": {
"onlyBuiltDependencies": ["@biomejs/biome", "esbuild"]
},
"dependencies": {
"lucide-react": "^0.507.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"webextension-polyfill": "^0.12.0"
}
}