-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
42 lines (42 loc) · 1.13 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
{
"name": "jonsuh.com",
"version": "8.0.0",
"private": true,
"hexo": {
"version": "3.3.7"
},
"dependencies": {
"hexo": "^3.3.7",
"hexo-generator-archive": "^0.1.4",
"hexo-renderer-ejs": "^0.2.0",
"hexo-renderer-marked": "ssh://github.com/jonsuh/hexo-renderer-marked#2a81fb5",
"hexo-util": "ssh://github.com/jonsuh/hexo-util.git#8a2b253"
},
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.18.8",
"chart.js": "^2.4.0",
"eslint-config-prettier": "^2.1.1",
"eslint-plugin-prettier": "^2.1.1",
"flickity": "^2.0.5",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^3.0.1",
"gulp-if": "^2.0.2",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.4.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.4.1",
"mcgriddle": "^0.5.0",
"merge-stream": "^1.0.1",
"mq-sass": "^0.8.0",
"prettier": "^1.3.1",
"rellax": "^1.0.0"
},
"scripts": {
"eslint-check": "eslint --print-config .eslintrc.json | eslint-config-prettier-check"
}
}