-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
46 lines (45 loc) · 1.24 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
{
"name": "hexo-theme-landscape",
"version": "0.0.2",
"private": true,
"scripts": {
"build": "npx webpack",
"commit": "npx git-cz",
"eslint": "npx eslint scripts/filter.js source/js/article.js --fix",
"stylelint": "npx stylelint source/sass/**/* --fix"
},
"devDependencies": {
"css-loader": "^3.4.2",
"cz-conventional-changelog": "^3.1.0",
"ejs-lint": "^0.3.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2",
"git-cz": "^4.3.1",
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-git": "~0.2.2",
"load-grunt-tasks": "~0.2.0",
"mini-css-extract-plugin": "^2.5.0",
"minify": "^4.1.3",
"node-sass": "^7.0.0",
"purgecss": "^2.1.0",
"sass-loader": "^10.3.1",
"style-loader": "^1.1.3",
"stylelint": "^14.11.0",
"stylelint-config-recommended": "^3.0.0",
"stylelint-config-standard": "^20.0.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.3.0",
"stylelint-config-sass-guidelines": "^7.0.0",
"webpack-shell-plugin-next": "^2.2.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
}
}