forked from sftblw/Webpage-Sidebar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.3 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.3 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
{
"name": "webpage-sidebar",
"version": "0.1.0",
"description": "Opens websites on sidebar managed on addon popup button",
"main": "index.js",
"scripts": {
"build": "npx gulp && parcel build src/manifest.json --out-dir extension && npx gulp manifest_copy",
"build-ext": "npm run build && npx web-ext build -s ./extension --overwrite-dest",
"start": "npx web-ext run -s extension/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sftblw/Webpage-Sidebar.git"
},
"keywords": [
"webextensions"
],
"author": "Ch. (@sftblw)",
"license": "MIT",
"bugs": {
"url": "https://github.com/sftblw/Webpage-Sidebar/issues"
},
"homepage": "https://github.com/sftblw/Webpage-Sidebar#readme",
"devDependencies": {
"@types/node": "^11.11.4",
"@vue/component-compiler-utils": "^2.6.0",
"acorn": "^6.1.1",
"del": "^4.0.0",
"gulp": "^4.0.0",
"parcel-bundler": "^1.12.3",
"parcel-plugin-web-extension": "^1.5.2",
"sass": "^1.17.3",
"tslint": "^5.14.0",
"typescript": "^3.3.4000",
"vue": "^2.6.10",
"vue-class-component": "^7.0.1",
"vue-hot-reload-api": "^2.3.3",
"vue-property-decorator": "^8.0.0",
"vue-template-compiler": "^2.6.10",
"vuex": "3.0.1",
"web-ext": "^3.0.0",
"web-ext-types": "^3.1.0"
}
}