-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 985 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 985 Bytes
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": "tabkit2",
"version": "0.0.0",
"description": "",
"author": "",
"scripts": {
"dev": "gulp watch",
"release": "gulp build_xpi_official_release"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/plugin-transform-class-properties": "^7.28.6",
"@babel/plugin-transform-object-rest-spread": "^7.28.6",
"@babel/preset-typescript": "^7.28.5",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"babel-eslint": ">= 7.1.1",
"babelify": ">= 7.3.0",
"bluebird": ">= 3.5.0",
"dateformat": "4.6.3",
"del": ">= 8.0.1",
"eslint": ">= 10.0.2",
"file-exists": ">= 3.0.2",
"gulp": ">= 5.0.1",
"gulp-babel": ">= 6.1.2",
"gulp-cli": ">= 3.1.0",
"gulp-zip": ">= 6.1.0",
"mz": ">= 2.6.0",
"stylelint": ">= 17.4.0",
"stylelint-csstree-validator": ">= 3.0.0",
"stylelint-order": ">= 7.0.1",
"typescript": "^5.9.3"
},
"license": "GPL-2.0+"
}