-
Notifications
You must be signed in to change notification settings - Fork 76
/
package.json
35 lines (35 loc) · 906 Bytes
/
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
{
"name": "vue-cli-plugin-browser-extension",
"version": "0.26.1",
"description": "Browser extension development plugin for vue-cli 3.0",
"main": "index.js",
"scripts": {
"test": "eslint ."
},
"keywords": [
"chrome",
"extension",
"browser",
"plugin",
"vue",
"cli",
"3"
],
"license": "LGPL-3.0-or-later",
"repository": "git@github.com:adambullmer/vue-cli-plugin-browser-extension.git",
"author": "Adam Bullmer <psycodrumfreak@gmail.com>",
"devDependencies": {
"@vue/eslint-config-standard": "^3.0.0",
"eslint": "^5.1.0",
"eslint-plugin-vue": "^4.5.0"
},
"dependencies": {
"@vue/cli-shared-utils": "^3.0.0-rc.3",
"copy-webpack-plugin": "^5.1.2",
"imports-loader": "^0.8.0",
"webextension-polyfill": "^0.4.0",
"webpack": "^4.16.0",
"webpack-extension-reloader": "^1.1.0",
"zip-webpack-plugin": "^3.0.0"
}
}