forked from EvanNotFound/hexo-theme-redefine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.15 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
{
"name": "hexo-theme-redefine",
"version": "2.7.1",
"private": false,
"description": "Redefine your writing with Hexo Theme Redefine.",
"scripts": {
"npm:publish": "npm publish",
"format": "prettier --write ./source/js/*.js ./scripts",
"lint:style": "stylelint --fix ./source/css",
"git:push": "git push --tag && git push -u origin dev",
"git:add": "npm run lint:style && git add .",
"build:css": "tailwindcss build -i source/css/style.styl -o source/assets/build/styles.css",
"watch:css": "tailwindcss build -i source/css/style.styl -o source/assets/build/styles.css --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EvanNotFound/hexo-theme-redefine.git"
},
"keywords": [
"hexo",
"theme",
"redefine",
"simple",
"pure",
"powerful",
"hexo-theme"
],
"author": "EvanNotFound",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/EvanNotFound/hexo-theme-redefine/issues"
},
"homepage": "https://redefine.ohevan.com",
"devDependencies": {
"eslint": "^8.47.0",
"tailwindcss": "^3.3.3"
},
"dependencies": {
"postcss": "^8.4.28"
}
}