-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.16 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
{
"name": "helppr",
"version": "0.0.3",
"description": "Browser Extension",
"main": "src/background/background.js",
"scripts": {
"build": "rimraf build/ && rollup -c ",
"build:watch": "rimraf build/ && rollup -c --watch",
"test": "echo \"Error: no test specified\" && exit 1",
"start:firefox": "web-ext run --source-dir ./build/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danleyb2/helppr.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/danleyb2/helppr/issues"
},
"homepage": "https://github.com/danleyb2/helppr#readme",
"dependencies": {
"@webcomponents/webcomponentsjs": "2.4.4",
"lit-element": "^2.3.1"
},
"devDependencies": {
"@babel/core": "^7.11.0",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.5",
"eslint": "^5.15.1",
"eslint-config-google": "^0.12.0",
"eslint-plugin-html": "^5.0.3",
"rimraf": "^3.0.2",
"rollup": "^2.23.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-node-resolve": "^5.2.0",
"web-ext": "^5.0.0"
}
}