You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea-lugit-theme/package.json

31 lines
835 B
JSON

{
"name": "@lucas-labs/lugit-theme",
"version": "1.0.0",
"type": "module",
"description": "Custom theme for lucaslabs' internal git server",
"main": "index.js",
"scripts": {
"build": "node tools/build.js",
"serve": "node tools/serve.js",
"deploy": "node tools/deploy.js",
"restart": "node tools/restart.js",
"style:check": "npx prettier -c ."
},
"author": "lucas-labs",
"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"
}
}