-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.42 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
{
"name": "hfilter",
"version": "1.0.0",
"main": "dist/main/index.cjs",
"author": "crumbledwall <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "node scripts/watch.mjs",
"build": "vue-tsc --project app/renderer/tsconfig.json --noEmit && node scripts/build.mjs && electron-builder"
},
"engines": {
"node": ">=14.17.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"@vitejs/plugin-vue": "^2.1.0",
"autoprefixer": "^10.4.2",
"electron": "16.0.8",
"electron-builder": "^22.14.5",
"eslint": "^8.9.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-vue": "^8.4.1",
"postcss": "^8.4.6",
"tailwindcss": "^3.0.22",
"typescript": "^4.5.5",
"vite": "^2.7.13",
"vite-plugin-resolve": "^1.4.3",
"vue": "^3.2.29",
"vue-tsc": "^0.31.1"
},
"env": {
"//": "Used in build scripts",
"PORT": 3344
},
"keywords": [
"vite",
"electron",
"vue3",
"rollup"
],
"dependencies": {
"async-validator": "^4.0.7",
"daisyui": "^2.4.0",
"http-mitm-proxy": "^0.9.0",
"node-addon-api": "^4.3.0",
"sqlite3": "npm:@vscode/sqlite3@^5.0.7",
"typeorm": "^0.2.43",
"vue-router": "^4.0.12"
},
"overrides": {
"http-mitm-proxy": {
"node-forge": "1.0.0"
}
}
}