-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 loc) · 1.85 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
{
"name": "external-subtitle",
"version": "1.0.16",
"description": "external subtitle support external and download subtitle",
"private": true,
"scripts": {
"build": "rm -rf dist && PROD=1 ts-node webpack.ts --build",
"dev": "cross-env PROD=0 ts-node webpack.ts",
"test": "jest"
},
"keywords": [],
"author": "keyboard3",
"license": "ISC",
"devDependencies": {
"@ant-design/icons": "^5.3.0",
"@headlessui/react": "^1.7.13",
"@rspack/cli": "^1.1.6",
"@rspack/core": "^1.1.6",
"@types/chrome": "^0.0.259",
"@types/file-saver": "^2.0.7",
"@types/greasemonkey": "^4.0.7",
"@types/jest": "^29.5.12",
"@types/lodash.debounce": "^4.0.9",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/tampermonkey": "^5.0.2",
"@types/web": "^0.0.139",
"@types/webextension-polyfill": "^0.10.7",
"@xenova/transformers": "^2.7.0",
"antd": "^5.14.1",
"autoprefixer": "^10.4.17",
"axios": "^1.3.4",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^6.10.0",
"dotenv": "^16.4.4",
"esbuild-loader": "^4.0.3",
"html-webpack-plugin": "^5.6.0",
"i18next": "^23.8.2",
"i18next-browser-languagedetector": "^7.2.0",
"jest": "^29.7.0",
"lodash.debounce": "^4.0.8",
"mini-css-extract-plugin": "^2.8.0",
"postcss": "^8.4.35",
"postcss-loader": "^8.1.0",
"postcss-preset-env": "^9.3.0",
"preact": "^10.19.4",
"react-i18next": "^14.0.5",
"react-router-dom": "^6.22.0",
"style-loader": "^3.3.4",
"tailwindcss": "^3.4.1",
"terser-webpack-plugin": "^5.3.10",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"webextension-polyfill": "^0.10.0"
},
"dependencies": {
"classnames": "^2.5.1",
"cross-env": "^7.0.3",
"dayjs": "^1.11.11",
"debounce": "^2.0.0",
"file-saver": "^2.0.5"
}
}