forked from acid-info/nimbus-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.17 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
{
"name": "hexo-site",
"version": "0.0.0",
"private": true,
"hexo": {
"version": "4.2.1"
},
"scripts": {
"clean": "rm -rf public/*",
"build": "gulp build",
"devel": "gulp devel",
"eslint": "eslint .",
"deploy": "hexo deploy"
},
"devDependencies": {
"browser-sync": "2.27.7",
"cheerio": "^0.22.0",
"eslint": "8.6.0",
"eslint-config-hexo": "^4.2.0",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-better-rollup": "^4.0.1",
"gulp-clean-css": "^4.3.0",
"gulp-imagemin": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-webserver": "^0.9.1",
"hexo": "^4.2.1",
"hexo-deployer-git": "^3.0.0",
"hexo-generator-archive": "^1.0.0",
"hexo-generator-feed": "^3.0.0",
"hexo-generator-sitemap": "^2.2.0",
"hexo-renderer-ejs": "^2.0.0",
"hexo-renderer-marked": "^4.1.0",
"hexo-renderer-stylus": "^2.0.1",
"lodash": "^4.17.21",
"lunr": "^2.3.9",
"rename": "^1.0.4",
"rollup": "^2.63.0",
"rollup-plugin-terser": "^7.0.2",
"run-sequence": "^2.2.1",
"sass": "^1.45.2",
"watchify": "^4.0.0"
},
"dependencies": {
"date-fns": "^2.7.0"
}
}