forked from lh1me/hexo-theme-aomori
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.47 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
{
"name": "hexo-theme-aomori",
"version": "1.20.1",
"description": "",
"author": "lh1me",
"scripts": {
"dev": "gulp",
"build": "gulp build",
"lint": "eslint ./source/javascripts/ --ext .js --fix",
"stylelint": "stylelint source/stylesheets/**/*.scss --fix",
"release": "standard-version"
},
"dependencies": {
"boxicons": "^2.0.7"
},
"devDependencies": {
"@babel/core": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"babel-eslint": "^10.1.0",
"browser-sync": "^2.26.14",
"eslint": "^7.24.0",
"eslint-config-prettier": "^8.2.0",
"eslint-plugin-prettier": "^3.3.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^6.0.0",
"gulp-minify-css": "^1.2.4",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-sass": "^4.1.0",
"gulp-stylelint": "^13.0.0",
"gulp-uglify": "^3.0.2",
"js-yaml": "^4.0.0",
"partialify": "^3.1.6",
"postcss": "^8.2.10",
"prettier": "^2.2.1",
"rollup": "^2.45.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.0.1",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-uglify": "^6.0.4",
"run-sequence": "^2.2.1",
"standard-version": "^9.2.0",
"stream-series": "^0.1.1",
"stylelint": "^13.12.0",
"stylelint-config-sass-guidelines": "^8.0.0",
"stylelint-config-standard": "^21.0.0",
"stylelint-scss": "^3.19.0"
}
}