-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 2.25 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "langpal-subtitles-chrome-extension",
"version": "0.1.6",
"description": "Adds Jyutping or Pinyin subtitles alongside more readable Chinese to YouTube videos with Chinese captions.",
"license": "MIT",
"author": "Devon Crebbin",
"scripts": {
"build": "pnpm build:v2 && pnpm build:v3",
"build:v2": "VITE_MANIFEST_VERSION=v2 vite build",
"build:v3": "VITE_MANIFEST_VERSION=v3 vite build"
},
"repository": {
"type": "git",
"url": "https://github.com/dcrebbin/langpal-subtitles.git"
},
"type": "module",
"dependencies": {
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-replace": "^6.0.1",
"@samrum/rollup-plugin-web-extension": "^0.9.3",
"@samrum/vite-plugin-web-extension": "^5.1.1",
"@vanilla-extract/vite-plugin": "^4.0.17",
"highlight.js": "^11.10.0",
"markdown-to-html": "^0.0.13",
"markdown-to-jsx": "^7.6.2",
"marked": "^15.0.1",
"marked-highlight": "^2.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^4.24.0",
"rollup-plugin-chrome-extension": "^3.6.12",
"rollup-plugin-empty-dir": "^1.0.5",
"rollup-plugin-zip": "^1.0.3",
"to-jyutping": "^3.1.1",
"vite-plugin-static-copy": "^2.0.0",
"vite-tsconfig-paths": "^5.0.1",
"webextension-polyfill": "^0.10.0"
},
"devDependencies": {
"@crxjs/vite-plugin": "^1.0.14",
"@types/chrome": "^0.0.253",
"@types/node": "^18.17.1",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"@types/webextension-polyfill": "^0.10.0",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.1",
"eslint-plugin-react-hooks": "^4.3.0",
"fs-extra": "^11.1.0",
"nodemon": "^3.0.3",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"vite": "^4.5.0"
},
"packageManager": "[email protected]+sha1.8f12c476122faede7aed9a2126ef551c0dc65d7e"
}