-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.59 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.59 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
45
46
47
48
49
50
51
52
{
"name": "tabkit2",
"version": "0.0.0",
"description": "",
"author": "",
"scripts": {
"dev": "gulp watch",
"lint": "pnpm run \"/^(eslint-lint|lint-style)$/\"",
"lint-fix": "pnpm run \"/^(eslint-lint|lint-style)-fix$/\"",
"eslint-lint": "eslint --config eslint.config.mjs \"src/**/*.js\"",
"eslint-lint-fix": "eslint --config eslint.config.mjs --fix \"src/**/*.js\"",
"lint-style": "stylelint \"src/**/*.{css,scss}\"",
"lint-style-fix": "stylelint --fix \"src/**/*.{css,scss}\"",
"release": "gulp build_xpi_official_release",
"ci": "pnpm install --frozen-lockfile"
},
"devDependencies": {
"@babel/core": "^8.0.1",
"@babel/eslint-parser": "^8.0.1",
"@babel/plugin-transform-class-properties": "^8.0.1",
"@babel/plugin-transform-object-rest-spread": "^8.0.1",
"@babel/preset-typescript": "^8.0.1",
"@eslint/eslintrc": "^3.3.7",
"@eslint/js": "^10.0.1",
"@typescript-eslint/eslint-plugin": "^8.69.0",
"@typescript-eslint/parser": "^8.69.0",
"babelify": "^10.0.0",
"bluebird": "^3.7.2",
"dateformat": "5.0.3",
"del": "^8.0.1",
"eslint": "^10.10.0",
"file-exists": "^5.0.1",
"globals": "^17.12.0",
"gulp": "^5.0.1",
"gulp-babel": "^8.1.0",
"gulp-cli": "^3.1.0",
"gulp-zip": "^6.1.0",
"mz": "^2.7.0",
"stylelint": "^17.15.0",
"stylelint-csstree-validator": "^4.0.0",
"stylelint-order": "^8.1.1",
"typescript": "^6.0.3"
},
"license": "GPL-2.0+",
"devEngines": {
"packageManager": {
"name": "pnpm",
"version": ">=11.0.0 <12.0.0",
"onFail": "error"
}
}
}