zjl 2 лет назад
Родитель
Сommit
cfce53dd02
1 измененных файлов с 37 добавлено и 0 удалено
  1. 37 0
      themes/next/package.json

+ 37 - 0
themes/next/package.json

@@ -0,0 +1,37 @@
+{
+  "name": "hexo-theme-next",
+  "version": "7.8.0",
+  "description": "Elegant and powerful theme for Hexo.",
+  "main": "gulpfile.js",
+  "scripts": {
+    "test": "gulp"
+  },
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/theme-next/hexo-theme-next.git"
+  },
+  "keywords": [
+
+    "hexo",
+    "theme",
+    "next"
+  ],
+  "author": "NexT <support@theme-next.org> (https://theme-next.org)",
+  "license": "AGPL-3.0-or-later",
+  "bugs": {
+    "url": "https://github.com/theme-next/hexo-theme-next/issues"
+  },
+  "homepage": "https://theme-next.org",
+  "devDependencies": {
+    "eslint": "^6.8.0",
+    "eslint-config-theme-next": "^1.1.4",
+    "gulp": "^4.0.2",
+    "gulp-eslint": "^6.0.0",
+    "gulp-shell": "^0.8.0",
+    "js-yaml": "^3.13.1",
+    "stylint": "^2.0.0"
+  },
+  "engines": {
+    "node": ">=10.9.0"
+  }
+}