-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
executable file
·49 lines (49 loc) · 1.77 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
{
"name": "jekyll-text-theme",
"version": "2.2.0",
"description": "A super customizable Jekyll theme for personal site, team site, blog, project, documentation, etc.",
"scripts": {
"build": "bundle exec jekyll build",
"serve": "bundle exec jekyll serve -H 0.0.0.0",
"default": "bundle exec jekyll serve -H 0.0.0.0 -t",
"dev": "bundle exec jekyll serve -H 0.0.0.0 -t --config ./docs/_config.dev.yml",
"demo-dev": "bundle exec jekyll serve -H 0.0.0.0 -t --config ./docs/_config.yml",
"demo-beta": "JEKYLL_ENV=beta bundle exec jekyll serve -H 0.0.0.0 -t --config ./docs/_config.yml",
"demo-production": "JEKYLL_ENV=production bundle exec jekyll serve -H 0.0.0.0 -t --config ./docs/_config.yml",
"css-lint": "stylelint --syntax scss \"_sass/**/*.scss\"",
"css-fix": "stylelint --syntax scss \"_sass/**/*.scss\" --fix",
"gem-build": "rm -fv jekyll-text-theme-*.gem && gem build jekyll-text-theme.gemspec",
"gem-push": "gem push jekyll-text-theme-*.gem"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kitian616/jekyll-TeXt-theme.git"
},
"keywords": [
"jekyll",
"jekyll-theme",
"jekyll-template"
],
"author": "Tian Qi",
"license": "MIT",
"bugs": {
"url": "https://github.com/kitian616/jekyll-TeXt-theme/issues"
},
"homepage": "https://github.com/kitian616/jekyll-TeXt-theme",
"devDependencies": {
"eslint": "^5.4.0",
"eslint-utils": "^1.4.2",
"stylelint": "^9.10.1",
"stylelint-config-recommended-scss": "^3.2.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-order": "^1.0.0",
"stylelint-scss": "^3.3.0"
},
"dependencies": {
"bundle": "^2.1.0",
"lodash": "^4.17.15",
"mixin-deep": "^2.0.1",
"set-value": "^3.0.1",
"union-value": "^2.0.1"
}
}