-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
43 lines (43 loc) · 1.28 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
{
"name": "tabs-aside",
"version": "3.6.0",
"description": "tab/session manager",
"scripts": {
"build": "gulp --prod",
"dev": "gulp watch",
"dev-fastbuild": "gulp watch --disable-typecheck",
"typecheck": "tsc --watch --noEmit",
"firefox": "web-ext build -s dist -a releases -i=\"**/*.pdn\"",
"run-firefox": "npm run build && web-ext run -s dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tim-we/tabs-aside.git"
},
"author": "tim-we",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/tim-we/tabs-aside/issues"
},
"homepage": "https://github.com/tim-we/tabs-aside#readme",
"devDependencies": {
"@types/firefox-webext-browser": "^67.0.2",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-if": "^3.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-tap": "^2.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"stylelint": "^15.10.1",
"stylelint-config-sass-guidelines": "^10.0.0",
"stylelint-no-unsupported-browser-features": "^4.1.4",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^3.19.0",
"typescript": "^4.2.4",
"web-ext": "^7.11.0"
},
"browserslist": "Firefox 64"
}