forked from qinhua/halo-theme-joe2.0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.46 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
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "halo-theme-joe2.0",
"version": "1.0.8",
"description": "A halo theme joe2.0",
"main": "index.js",
"author": "BabyChin",
"scripts": {
"prepare": "husky install",
"docs": "docsify serve docs",
"build": "webpack && node source/utils/update-version.js",
"lint:staged": "lint-staged",
"lint": "stylelint --custom-syntax postcss-less --fix source/css/*.less && eslint --fix source/js/*.js"
},
"lint-staged": {
"source/css/*.less": [
"stylelint --fix --custom-syntax postcss-less"
],
"source/js/*.js": [
"eslint --fix"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/qinhua/halo-theme-joe2.0.git"
},
"keywords": [
"halo",
"joe2.0",
"halo-blog",
"halo-theme",
"halo-theme-joe2.0"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/qinhua/halo-theme-joe2.0/issues"
},
"homepage": "https://github.com/qinhua/halo-theme-joe2.0#readme",
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.6",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^9.0.0",
"eslint": "^8.2.0",
"husky": "^7.0.4",
"lint-staged": "^11.2.5",
"postcss-less": "^5.0.0",
"stylelint": "^14.0.1",
"stylelint-config-recommended": "^6.0.0",
"webpack": "^5.53.0",
"webpack-cli": "^4.8.0"
}
}