-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 896 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 896 Bytes
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
{
"name": "setflow",
"version": "0.0.7",
"description": "YouTube Music trip phase tracker",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build --mode production",
"preview": "vite preview",
"typecheck": "tsc --noEmit",
"lint": "biome lint src",
"format": "biome format src --write",
"check": "biome check src"
},
"keywords": [
"chrome-extension",
"youtube-music"
],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.17.0",
"dependencies": {
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
"devDependencies": {
"@biomejs/biome": "^2.3.10",
"@crxjs/vite-plugin": "latest",
"@types/chrome": "^0.1.32",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"sharp": "^0.34.5",
"typescript": "^5.9.3",
"vite": "^7.3.0"
}
}