forked from ynshung/better-yt-shorts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.14 KB
/
package.json
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
{
"name": "better-yt-shorts",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "concurrently --kill-others \"sass --watch src/css\" \"vite\"",
"build": "sass src/css && tsc && vite build",
"preview": "vite preview",
"dev:firefox": "node scripts/firefox-watch.js",
"build:firefox": "node scripts/firefox-build-manifest.js",
"lint": "eslint src",
"format": "prettier . --write"
},
"dependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-icons": "^4.10.1"
},
"devDependencies": {
"@crxjs/vite-plugin": "^1.0.14",
"@types/chrome": "^0.0.243",
"@types/firefox-webext-browser": "^111.0.1",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@vitejs/plugin-react": "^1.3.0",
"concurrently": "^8.2.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"nodemon": "^3.0.1",
"prettier": "3.0.3",
"sass": "^1.66.0",
"typescript": "^4.6.3",
"vite": "^2.9.18"
}
}