-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.59 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
{
"name": "goalify-minisite.gitlab",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint .",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/goalify/goalify-minisite.git"
},
"author": "Thanh Tran <[email protected]> (http://int3ractive.com)",
"license": "UNLICENSED",
"bugs": {
"url": "https://gitlab.com/goalify/goalify-minisite/issues"
},
"homepage": "https://gitlab.com/goalify/goalify-minisite#README",
"hexo": {
"version": "3.3.1"
},
"devDependencies": {
"autoprefixer": "^6.7.7",
"browser-sync": "^2.18.8",
"del": "^2.2.2",
"eslint": "^3.19.0",
"eslint-config-nau": "^12.0.1",
"eslint-plugin-import": "^2.2.0",
"gulp": "^3.9.1",
"gulp-consolidate": "^0.2.0",
"gulp-iconfont": "^8.0.1",
"gulp-if": "^2.0.2",
"gulp-load-plugins": "^1.5.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.4.0",
"gulp-sass": "^3.1.0",
"gulp-shell": "^0.6.3",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^2.6.0",
"run-sequence": "^1.2.2",
"stylelint": "^7.10.1",
"stylelint-config-standard": "^16.0.0"
},
"dependencies": {
"hexo": "^3.3.1",
"hexo-cli": "^1.0.2",
"hexo-generator-archive": "^0.1.4",
"hexo-generator-category": "^0.1.3",
"hexo-generator-i18n": "0.0.7",
"hexo-generator-tag": "^0.2.0",
"hexo-renderer-ejs": "^0.2.0",
"hexo-renderer-marked": "^0.2.10",
"hexo-renderer-stylus": "^0.3.1",
"hexo-server": "^0.2.0"
}
}