-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 989 Bytes
/
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
{
"name": "better-code-block",
"version": "1.1.1",
"description": "A Chrome extension for better rendering of code blocks",
"scripts": {
"lint": "eslint --fix **/*.js",
"format": "prettier --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/tonghoangvu/better-code-block.git"
},
"author": {
"name": "Tong Hoang Vu",
"email": "tonghoangvu@outlook.com",
"url": "https://github.com/tonghoangvu"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/tonghoangvu/better-code-block/issues"
},
"homepage": "https://github.com/tonghoangvu/better-code-block#readme",
"browserslist": [
"defaults"
],
"devDependencies": {
"eslint": "^8.7.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-compat": "^4.0.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.3.0",
"gulp-htmlmin": "^5.0.1",
"gulp-replace": "^1.1.3",
"gulp-uglify": "^3.0.2",
"prettier": "^3.0.2"
}
}