-
Notifications
You must be signed in to change notification settings - Fork 50
/
package.json
37 lines (37 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
{
"name": "personal-site",
"version": "2.0.0",
"description": "My Personal Website, powered by jekyll-TeXt-theme",
"scripts": {
"build": "bundle exec jekyll build",
"serve": "bundle exec jekyll serve -H 0.0.0.0",
"dev": "bundle exec jekyll serve -H 0.0.0.0 -t",
"beta": "JEKYLL_ENV=beta bundle exec jekyll serve -H 0.0.0.0 -t",
"production": "JEKYLL_ENV=production bundle exec jekyll serve -H 0.0.0.0 -t",
"merge": "sh bin/merge.sh",
"cm-merge": "git commit -m 'chore: merge to Text Theme'",
"cm-post": "git commit -m 'feat: publish new post'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kitian616/kitian616.github.io.git"
},
"keywords": [
"jekyll",
"jekyll-site"
],
"author": "Tian Qi",
"license": "MIT",
"bugs": {
"url": "https://github.com/kitian616/issues"
},
"homepage": "https://github.com/kitian616#readme",
"devDependencies": {
"eslint": "^5.4.0",
"stylelint": "^9.5.0",
"stylelint-config-recommended-scss": "^3.2.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-order": "^1.0.0",
"stylelint-scss": "^3.3.0"
}
}