UNPKG

@daiyu-5577/quickbuild

Version:

front-end build service

71 lines (70 loc) 2.13 kB
{ "name": "@daiyu-5577/quickbuild", "email": "843355724@qq.com", "version": "2.4.9", "description": "front-end build service", "main": "index.js", "type": "module", "bin": { "quickbuild": "dist/index.js" }, "scripts": { "start:build": "cross-env NODE_ENV=development nodemon --signal SIGHUP -e .ts,.tsx --exec ts-node-esm index.ts build -b dev -p web-slp-page/act/act2 -n http://localhost:3000/api/notify", "start:server": "cross-env NODE_ENV=development nodemon --signal SIGHUP -e .ts,.tsx --exec ts-node-esm index.ts server", "tsc": "rm -rf ./dist && tsc && cp -r static/images dist/static && cp static/pages/*.less static/pages/*.js static/pages/*.html dist/static/pages && cp -rf database dist/database/ && cross-env NODE_ENV=production node esbuild.web.js", "build:esbuild": "node esbuild.web.js", "test:link": "npm rm @daiyu-5577/quickbuild -g && npm link", "release": "release-it", "srelease": "standard-version", "publish": "npm publish --access public" }, "keywords": [ "node", "quickbuild", "cli", "build" ], "author": "daiyu", "license": "ISC", "engines": { "node": ">=16" }, "files": [ "dist/**/*", "package.json" ], "dependencies": { "axios": "^1.7.9", "chalk": "^5.4.1", "commander": "^13.0.0", "cors": "^2.8.5", "cron": "^4.1.0", "dayjs": "^1.11.13", "express": "5.0.0-beta.2", "fs-extra": "^11.3.0", "glob": "^11.0.1", "ora": "^8.1.1", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router-dom": "^6.28.2", "socket.io": "^4.8.1", "socket.io-client": "^4.8.1", "standard-version": "^9.5.0", "winston": "^3.17.0", "winston-daily-rotate-file": "^5.0.0" }, "devDependencies": { "@types/cors": "^2.8.17", "@types/express": "^5.0.0", "@types/fs-extra": "^11.0.4", "@types/node": "^22.10.7", "@types/react": "^19.0.7", "@types/react-dom": "^19.0.3", "cross-env": "^7.0.3", "esbuild": "^0.24.2", "nodemon": "^3.1.9", "release-it": "^17.11.0", "ts-node": "^10.9.2", "typescript": "^5.7.3" } }