-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1002 Bytes
/
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": "mcslteam-website-theme-redefine",
"version": "2.6.2",
"private": false,
"description": "Redefine your writing with Hexo Theme Redefine.",
"scripts": {
"format": "prettier --write ./source/js/*.js ./scripts",
"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/MCSLTeam/MCSLTeam-Website-Theme-Redefine.git"
},
"keywords": [
"hexo",
"theme",
"redefine",
"simple",
"pure",
"powerful",
"hexo-theme"
],
"author": "EvanNotFound & LxHTT",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/MCSLTeam/MCSLTeam-Website-Theme-Redefine"
},
"homepage": "https://mcsl.com.cn",
"devDependencies": {
"eslint": "^8.47.0",
"tailwindcss": "^3.3.3"
},
"dependencies": {
"postcss": "^8.4.28"
}
}