28 lines
689 B
JSON
28 lines
689 B
JSON
{
|
|
"name": "yigit-gitea-theme",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"description": "Custom theme for yiGit Gitea instance.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "node tools/build.js",
|
|
"style:check": "npx prettier -c ."
|
|
},
|
|
"author": "fybx",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"browser-sync": "^2.29.3",
|
|
"chokidar": "^3.5.3",
|
|
"css-tree": "^2.3.1",
|
|
"eslint": "^8.43.0",
|
|
"fabric": "5.3",
|
|
"imagemin-zopfli": "^7.0.0",
|
|
"prettier": "^2.8.8",
|
|
"sass": "^1.63.6",
|
|
"svgo": "^3.0.2"
|
|
},
|
|
"dependencies": {
|
|
"@lucas-labs/lui-micro": "^3.1.4"
|
|
}
|
|
}
|