-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.45 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.45 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
44
45
46
47
48
{
"name": "webtvremote",
"description": "Control stream websites with your TV remote",
"private": true,
"scripts": {
"watch": "webpack --env=browser_type=chrome --mode development --watch",
"watch_ff": "webpack --env=browser_type=firefox --mode development --watch",
"build": "webpack --env=browser_type=chrome --mode production",
"build_ff": "webpack --env=browser_type=firefox --mode production"
},
"repository": {
"type": "git",
"url": "https://github.com/maoserr/webtvremote.git"
},
"keywords": [],
"author": "Mao Yu<maoserr@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/maoserr/webtvremote/issues"
},
"homepage": "https://github.com/maoserr/webtvremote#readme",
"devDependencies": {
"@types/webextension-polyfill": "^0.12.5",
"@vue/compiler-sfc": "^3.4.26",
"copy-webpack-plugin": "^13.0.1",
"css-loader": "^7.1.4",
"html-webpack-plugin": "^5.6.6",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.16",
"ts-loader": "^9.5.4",
"typescript": "^5.9.3",
"vue-loader": "^17.4.2",
"webpack": "^5.105.3",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.3"
},
"dependencies": {
"@medv/finder": "^4.0.2",
"@vueuse/core": "^14.2.1",
"buffer": "^6.0.3",
"path-browserify": "^1.0.1",
"primeflex": "^4.0.0",
"primeicons": "^7.0.0",
"primevue": "^4.5.4",
"vue": "^3.5.29",
"webextension-polyfill": "^0.12.0"
}
}