oak-cli/package.json

151 lines
4.9 KiB
JSON

{
"name": "@xuchangzju/oak-cli",
"version": "4.0.20",
"description": "client for oak framework",
"main": "lib/index.js",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"test": "cd .. && oak-cli create ttt -d",
"test2": "ts-node test.ts"
},
"bin": {
"oak-cli": "lib/index.js"
},
"files": [
"config/**/*",
"lib/**/*",
"plugins/**/*",
"scripts/**/*",
"template/**/*",
"templateExample/**/*",
"templateFiles/**/*"
],
"author": "",
"license": "",
"bugs": {
"url": ""
},
"homepage": "",
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@types/cross-spawn": "^6.0.2",
"@types/inquirer": "^9.0.3",
"@types/koa-logger": "^3.1.5",
"@types/koa-router": "^7.4.4",
"@types/lodash": "^4.17.13",
"@types/node": "^20.6.0",
"@types/shelljs": "^0.8.8",
"@types/uuid": "^8.3.4",
"babel-plugin-module-resolver": "^5.0.0",
"events": "^3.3.0",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"dependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
"@socket.io/cluster-adapter": "^0.2.2",
"@socket.io/redis-adapter": "^8.3.0",
"@socket.io/sticky": "^1.0.4",
"@svgr/webpack": "^5.5.0",
"@xmldom/xmldom": "0.8.2",
"axios": ">=0.21.1",
"babel-jest": "^27.4.2",
"babel-loader": "^8.2.3",
"babel-plugin-named-asset-import": "^0.3.8",
"babel-preset-react-app": "^10.0.1",
"bfj": "^7.0.2",
"browser-assert": "^1.2.1",
"browserify-sign": "4.2.2",
"browserify-zlib": "^0.2.0",
"browserslist": "^4.21.10",
"buffer": "^6.0.3",
"camelcase": "^6.2.1",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"chalk": "^4.1.0",
"clean-webpack-plugin": "^4.0.0",
"commander": "^6.0.0",
"compression-webpack-plugin": "^10.0.0",
"consola": "^2.15.0",
"copy-webpack-plugin": "^10.2.4",
"cross-env": "^7.0.3",
"cross-spawn": "^6.0.5",
"crypto-browserify": "^3.12.0",
"css": "^3.0.0",
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^3.2.0",
"css-to-react-native-transform": "^2.0.0",
"dotenv": "^10.0.0",
"dotenv-expand": "^5.1.0",
"dotenv-webpack": "^7.1.0",
"ensure-posix-path": "^1.1.1",
"eslint": "^8.3.0",
"eslint-config-react-app": "^7.0.1",
"eslint-webpack-plugin": "^3.1.1",
"file-loader": "^6.2.0",
"format-message-parse": "^6.2.4",
"fs-extra": "^10.0.0",
"globby": "^11.1.0",
"html-webpack-plugin": "^5.5.0",
"identity-obj-proxy": "^3.0.0",
"inquirer": "^7.3.3",
"ioredis": "^5.4.2",
"jest": "^27.4.3",
"jest-resolve": "^27.4.2",
"jest-watch-typeahead": "^1.0.0",
"koa": "^2.13.4",
"koa-body": "^5.0.0",
"koa-logger": "^3.2.1",
"koa-router": "^11.0.1",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"loader-utils": "^3.2.0",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.5.3",
"node-watch": "^0.7.4",
"oak-backend-base": "^4.1.16",
"oak-domain": "^5.1.19",
"oak-frontend-base": "^5.3.27",
"parse-asn1": "5.1.6",
"postcss": "^8.4.4",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-less": "^6.0.0",
"postcss-loader": "^6.2.1",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^7.0.1",
"progress-bar-webpack-plugin": "^2.1.0",
"prompts": "^2.4.2",
"querystring-es3": "^0.2.1",
"react-app-polyfill": "^3.0.0",
"react-dev-utils": "^12.0.1",
"react-native": "^0.72.7",
"react-native-less-transformer": "^1.4.1",
"react-native-svg-transformer": "^1.2.0",
"react-refresh": "^0.11.0",
"required-path": "^1.0.1",
"resolve": "^1.20.0",
"resolve-url-loader": "^4.0.0",
"sass-loader": "^12.3.0",
"semver": "^7.3.5",
"shelljs": "^0.8.4",
"socket.io": "^4.8.1",
"source-map-loader": "^3.0.0",
"stream-browserify": "^3.0.0",
"style-loader": "^3.3.1",
"stylelint": "^14.16.0",
"stylelint-webpack-plugin": "^3.2.0",
"tailwindcss": "^3.0.2",
"terser-webpack-plugin": "^5.2.5",
"tslib": "^2.4.0",
"ui-extract-webpack-plugin": "^1.0.0",
"uuid": "^8.3.2",
"webpack": "^5.86.0",
"webpack-bundle-analyzer": "^4.9.0",
"webpack-dev-server": "^4.15.1",
"webpack-manifest-plugin": "^4.0.2",
"webpackbar": "^7.0.0",
"workbox-webpack-plugin": "^6.4.1"
}
}