sbg-server
Version:
static-blog-generator server workspace
129 lines • 4.24 kB
JSON
{
"name": "sbg-server",
"version": "1.1.0",
"description": "static-blog-generator server workspace",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"readme.md",
"!**/*.tsbuildinfo",
"!**/release*/**"
],
"scripts": {
"update:postinstall": "curl -L https://github.com/dimaslanjaka/nodejs-package-types/raw/main/postinstall.js > postinstall.js",
"update:packer": "curl -L https://github.com/dimaslanjaka/nodejs-package-types/raw/main/packer.js > packer.js",
"update:ncu": "npx npm-check-updates -u -x chalk,codemirror",
"update": "run-s update:**",
"test": "jest --runInBand",
"server:dev": "node server-dev.runner.js",
"server:dist": "node server-dist.runner.js",
"lint": "eslint \"src/**/*.ts\" --fix",
"build": "yarn js && yarn compile && yarn tw && yarn purge && gulp tsc copy --series",
"compile": "gulp compile:images compile:css --series",
"js": "rollup -c",
"tw": "gulp compile:tailwind",
"purge": "purgecss -c purgecss.config.js -o ./src/public/css",
"clean": "rm -rf dist tmp src/public && yarn build",
"pack": "node packer.js --yarn",
"build-pack": "yarn run build && yarn run pack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dimaslanjaka/static-blog-generator.git"
},
"keywords": [
"static-blog-generator",
"express",
"server"
],
"author": "Dimas Lanjaka <dimaslanjaka@gmail.com> (https://www.webmanajemen.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/dimaslanjaka/static-blog-generator/issues"
},
"homepage": "https://github.com/dimaslanjaka/static-blog-generator#readme",
"dependencies": {
"@popperjs/core": "^2.11.7",
"ansi-colors": "^4.1.3",
"axios": "^1.4.0",
"bagpipe": "^0.3.5",
"bluebird": "^3.7.2",
"codemirror": "5.65.13",
"cookie-parser": "^1.4.6",
"core-js": "^3.30.2",
"cors": "^2.8.5",
"debug": "^4.3.4",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-session": "^1.17.3",
"find-yarn-workspace-root": "^2.0.0",
"flowbite": "^1.6.5",
"fs-extra": "^11.1.1",
"git-command-helper": "^1.2.2",
"glob": "^10.2.3",
"hexo-post-parser": "^1.2.8",
"highlight.js": "11.8.0",
"instant-indexing": "^1.0.4",
"kruptein": "^3.0.6",
"markdown-it": "^13.0.1",
"moment-timezone": "^0.5.43",
"nunjucks": "^3.2.4",
"object-assign": "^4.1.1",
"retry": "^0.13.1",
"safelinkify": "^1.1.18",
"sbg-api": "^1.1.0",
"sbg-utility": "^1.1.0",
"serve-index": "^1.9.1",
"upath": "^2.0.1",
"write-file-atomic": "^5.0.1",
"yaml": "^2.2.2"
},
"devDependencies": {
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.21.5",
"@jest/globals": "^29.5.0",
"@rollup/plugin-commonjs": "^24.1.0",
"@rollup/plugin-multi-entry": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@types/cookie-parser": "^1.4.3",
"@types/cors": "^2.8.13",
"@types/debug": "^4.1.7",
"@types/express": "^4.17.17",
"@types/express-session": "^1.17.7",
"@types/node": "^20.1.2",
"@types/object-assign": "^4.0.30",
"@types/retry": "^0.12.2",
"@types/serve-index": "^1.9.1",
"@types/write-file-atomic": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"autoprefixer": "^10.4.14",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"cross-spawn": "https://github.com/dimaslanjaka/node-cross-spawn/raw/5560156/release/cross-spawn.tgz",
"eslint": "^8.40.0",
"eslint-config-plugin": "^1.0.11",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"gulp": "^4.0.2",
"jest": "^29.5.0",
"jsonc-parser": "^3.2.0",
"nodemon": "^2.0.22",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.23",
"postcss-import": "^15.1.0",
"postcss-nesting": "^11.2.2",
"postcss-preset-env": "^8.3.2",
"prettier": "^2.8.8",
"purgecss": "^5.0.0",
"rollup": "^3.21.6",
"sharp": "^0.32.1",
"tailwindcss": "^3.3.2",
"through2": "^4.0.2",
"tree-kill": "^1.2.2",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
}
}