-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.8 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
56
57
58
59
60
61
62
63
64
65
{
"name": "hexo-theme-tranquilpeak",
"version": "4.0.0",
"description": "A gorgeous responsive theme for Hexo blog framework",
"main": "Gruntfile.js",
"scripts": {
"start": "npm run grunt -- default",
"build": "npm run prod",
"prod": "npm run grunt -- buildProd",
"grunt": "node ./node_modules/grunt-cli/bin/grunt",
"lint": "node ./node_modules/eslint/bin/eslint.js .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/LouisBarranqueiro/hexo-theme-tranquilpeak.git"
},
"keywords": [
"hexo",
"blog",
"tranquilpeak",
"tranquil",
"peak"
],
"author": "Louis Barranqueiro",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/LouisBarranqueiro/hexo-theme-tranquilpeak/issues"
},
"homepage": "https://github.com/LouisBarranqueiro/hexo-theme-tranquilpeak",
"devDependencies": {
"eslint": "6.8.0",
"eslint-config-google": "0.14.0",
"grunt": "1.0.4",
"grunt-cli": "1.3.2",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "3.0.0",
"grunt-contrib-uglify": "4.0.1",
"grunt-contrib-watch": "1.1.0",
"grunt-sails-linker": "1.0.4",
"grunt-sass": "3.1.0",
"grunt-sync": "0.8.1",
"grunt-text-replace": "0.4.0",
"hexo-renderer-marked": "2.0.0",
"include-all": "4.0.3",
"load-grunt-tasks": "5.1.0",
"node-sass": "4.13.0",
"rand-token": "0.4.0"
},
"dependencies": {
"@fancyapps/fancybox": "3.5.7",
"@fortawesome/fontawesome-free": "5.12.1",
"algoliasearch": "3.35.1",
"hexo-util": "1.8.0",
"jquery": "3.4.1",
"jsdom": "16.1.0",
"moment": "2.24.0",
"strip-indent": "3.0.0"
},
"engines": {
"node": ">=10"
}
}