sdin
Version:
JavaScript package builder.
133 lines (132 loc) • 3.85 kB
JSON
{
"name": "sdin",
"version": "1.2.2",
"description": "JavaScript package builder.",
"keywords": [
"react",
"command",
"typescript",
"application",
"package",
"builder"
],
"homepage": "https://github.com/docksen/sdin#readme",
"bugs": "https://github.com/docksen/sdin/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/docksen/sdin.git"
},
"license": "LGPL-3.0",
"author": "docksen.yang <docksen@hotmail.com>",
"main": "tar/cjs",
"module": "tar/esm",
"types": "tar/dts",
"bin": {
"sdin": "tar/cjs/bin/index.js"
},
"files": [
"pro/templates",
"tar/cjs",
"tar/esm",
"tar/dts"
],
"scripts": {
"build": "node ./pro/bin/build.js",
"depend": "node ./pro/bin/depend.js"
},
"dependencies": {
"@babel/core": "7.24.9",
"@babel/helper-module-imports": "7.24.7",
"@babel/plugin-transform-runtime": "7.24.7",
"@babel/preset-env": "7.25.0",
"@babel/preset-react": "7.24.7",
"@babel/preset-typescript": "7.24.7",
"@babel/runtime": "7.25.0",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.16",
"babel-loader": "9.1.3",
"big.js": "6.2.1",
"chardet": "1.6.0",
"commander": "8.3.0",
"css-loader": "6.11.0",
"css-minimizer-webpack-plugin": "7.0.0",
"enquirer": "2.4.1",
"express-to-koa": "2.0.0",
"fs-extra": "10.1.0",
"gulp": "4.0.2",
"gulp-babel": "8.0.0",
"gulp-clean-css": "4.3.0",
"gulp-filter": "7.0.0",
"gulp-postcss": "10.0.0",
"gulp-rename": "2.0.0",
"gulp-sass": "5.1.0",
"gulp-typescript": "6.0.0-alpha.1",
"gulp-uglify": "3.0.2",
"html-webpack-plugin": "5.6.3",
"koa": "2.16.0",
"koa-bodyparser": "4.4.1",
"koa-compose": "4.1.0",
"koa-conditional-get": "3.0.0",
"koa-etag": "4.0.0",
"koa-logger": "3.2.1",
"koa-mount": "4.0.0",
"koa-proxy": "1.0.0-alpha.3",
"koa-router": "10.1.1",
"koa-send": "5.0.1",
"koa-sslify": "5.0.1",
"koa-static": "5.0.0",
"lodash": "4.17.21",
"md5": "2.3.0",
"mini-css-extract-plugin": "2.9.0",
"postcss": "8.4.13",
"postcss-import": "14.0.2",
"postcss-loader": "6.2.1",
"postcss-modules": "6.0.0",
"postcss-preset-env": "7.5.0",
"react-refresh": "0.17.0",
"sass": "1.77.8",
"sass-loader": "16.0.0",
"style-loader": "4.0.0",
"terser-webpack-plugin": "5.3.10",
"type-fest": "4.40.1",
"typescript": "5.5.4",
"webpack": "5.93.0",
"webpack-dev-middleware": "5.3.4",
"webpack-hot-middleware": "2.26.1"
},
"devDependencies": {
"@types/babel__core": "7.20.5",
"@types/babel__helper-module-imports": "7.18.3",
"@types/big.js": "6.2.2",
"@types/express-to-koa": "1.0.3",
"@types/fs-extra": "9.0.13",
"@types/gulp": "4.0.17",
"@types/gulp-babel": "6.1.33",
"@types/gulp-clean-css": "4.3.0",
"@types/gulp-filter": "3.0.39",
"@types/gulp-postcss": "8.0.6",
"@types/gulp-rename": "2.0.6",
"@types/gulp-sass": "5.0.4",
"@types/gulp-uglify": "3.0.11",
"@types/koa": "2.15.0",
"@types/koa-bodyparser": "4.3.12",
"@types/koa-compose": "3.2.8",
"@types/koa-conditional-get": "2.0.3",
"@types/koa-etag": "3.0.3",
"@types/koa-logger": "3.1.5",
"@types/koa-mount": "4.0.5",
"@types/koa-proxy": "1.0.7",
"@types/koa-router": "7.4.8",
"@types/koa-send": "4.1.6",
"@types/koa-sslify": "4.0.6",
"@types/koa-static": "4.0.4",
"@types/lodash": "4.17.7",
"@types/md5": "2.3.5",
"@types/node": "20.14.12",
"@types/postcss-import": "14.0.3",
"@types/webpack-hot-middleware": "2.25.9"
},
"engines": {
"node": ">=18.20.4",
"npm": ">=8.19.4"
}
}