-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.76 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.76 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
49
50
51
52
53
54
{
"name": "wiki-browser",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"electron:build": "vue-cli-service electron:build",
"electron:serve": "vue-cli-service electron:serve",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps",
"electron:generate-icons": "electron-icon-builder --input=./public/icon.png --output=build --flatten"
},
"main": "background.js",
"dependencies": {
"@cliqz/adblocker-electron": "^1.18.4",
"@cliqz/adblocker-webextension": "^1.18.4",
"core-js": "~3.6.5",
"cross-fetch": "^3.0.6",
"popper.js": "1.15.0",
"tippy.js": "^6.2.7",
"vue": "~3.0.0",
"vue-tippy": "^4.7.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.7",
"@vue/cli-plugin-eslint": "~4.5.7",
"@vue/cli-plugin-unit-jest": "~4.5.7",
"@vue/cli-service": "~4.5.7",
"@vue/compiler-sfc": "~3.0.0",
"@vue/eslint-config-standard": "~5.1.2",
"@vue/test-utils": "~2.0.0-beta.6",
"babel-eslint": "~10.1.0",
"electron": "~9.3.2",
"electron-devtools-installer": "~3.1.1",
"electron-icon-builder": "^1.0.2",
"eslint": "~6.8.0",
"eslint-plugin-import": "~2.22.1",
"eslint-plugin-node": "~11.1.0",
"eslint-plugin-promise": "~4.2.1",
"eslint-plugin-standard": "~4.0.1",
"eslint-plugin-vue": "~7.0.1",
"node-sass": "~4.14.1",
"sass-loader": "~8.0.2",
"spectron": "~11.1.0",
"tailwind-css-variables": "^2.0.3",
"tailwindcss": "^1.9.5",
"typescript": "~3.9.7",
"vue-cli-plugin-electron-builder": "~2.0.0-rc.4",
"vue-jest": "~5.0.0-alpha.5"
}
}