UNPKG

@plurid/joiner

Version:
162 lines (161 loc) 6.02 kB
{ "name": "@plurid/joiner", "version": "0.0.0-6", "description": "Multi/Mono-Repository Task Runner", "keywords": [ "joiner" ], "author": "ly3xqhl8g9 <ly3xqhl8g9@plurid.com> (https://plurid.com)", "license": "SEE LICENSE IN LICENSE", "repository": { "type": "git", "url": "https://github.com/plurid/joiner" }, "bugs": { "email": "source@plurid.com", "url": "https://github.com/plurid/joiner/issues" }, "homepage": "https://github.com/plurid/joiner/blob/master/packages/joiner-cli/README.md", "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "engines": { "node": ">=12", "npm": ">=6" }, "main": "distribution/index.js", "module": "distribution/index.es.js", "typings": "distribution/index.d.ts", "bin": { "joiner": "binder/joiner" }, "files": [ "distribution", "binder" ], "preferGlobal": true, "scripts": { "test": "jest -c ./configurations/jest.config.js --coverage", "clean": "rm -rf ./distribution", "start": "pnpm clean && rollup -c ./scripts/rollup.config.ts rollup.config.ts -w", "build.clean": "rm -rf `find ./distribution/ -type d -name __tests__`", "build.dashboard.development": "node scripts/dashboard build.development", "build.dashboard.production": "node scripts/dashboard build.production", "build.cli.development": "rollup -c ./scripts/rollup.config.ts && pnpm build.clean", "build.cli.production": "rollup -c ./scripts/rollup.config.ts && pnpm build.clean", "build.development": "pnpm build.dashboard.development && pnpm build.cli.development", "build": "pnpm build.dashboard.production && pnpm build.cli.production", "prebuild": "pnpm clean", "prepublishOnly": "pnpm build" }, "dependencies": { "@apollo/client": "^3.6.9", "@google-cloud/storage": "^6.4.2", "@plurid/delog": "^0.0.0-6", "@plurid/deon": "^0.0.0-8", "@plurid/elementql": "^0.0.0-1", "@plurid/elementql-client-react": "^0.0.0-1", "@plurid/plurid-data": "^0.0.0-18", "@plurid/plurid-engine": "^0.0.0-17", "@plurid/plurid-functions": "^0.0.0-30", "@plurid/plurid-functions-react": "^0.0.0-5", "@plurid/plurid-icons-react": "^0.0.0-5", "@plurid/plurid-pubsub": "^0.0.0-9", "@plurid/plurid-react": "^0.0.0-27", "@plurid/plurid-react-server": "^0.0.0-13", "@plurid/plurid-themes": "^0.0.0-2", "@plurid/plurid-ui-components-react": "^0.0.0-18", "@plurid/plurid-ui-state-react": "^0.0.0-7", "ace-builds": "^1.10.0", "adm-zip": "^0.5.9", "alpha-versioning": "^0.0.0-0", "apollo-server-core": "^3.10.2", "apollo-server-express": "^3.10.2", "body-parser": "^1.20.0", "bson": "^4.7.0", "commander": "^9.4.0", "cookie-parser": "^1.4.6", "cross-fetch": "^3.1.5", "dotenv": "^16.0.2", "graphql": "^16.6.0", "graphql-tag": "^2.12.6", "graphql-ws": "^5.10.1", "hammerjs": "^2.0.8", "js-yaml": "^4.1.0", "lodash.merge": "^4.6.2", "mongodb": "^4.9.1", "ncp": "^2.0.0", "nodemailer": "^6.7.8", "npm-check-updates": "^16.1.0", "react": "^18.2.0", "react-ace": "^10.1.0", "react-dom": "^18.2.0", "react-helmet-async": "^1.3.0", "react-redux": "^8.0.2", "recharts": "^2.1.13", "redux": "^4.2.0", "redux-thunk": "^2.4.1", "styled-components": "^5.3.5" }, "devDependencies": { "@redux-devtools/extension": "^3.2.3", "@rollup/plugin-commonjs": "^22.0.2", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.3.0", "@rollup/plugin-replace": "^4.0.0", "@rollup/plugin-url": "^7.0.0", "@types/adm-zip": "^0.5.0", "@types/body-parser": "^1.19.2", "@types/cookie-parser": "^1.4.3", "@types/dockerode": "^3.3.9", "@types/express": "^4.17.13", "@types/jest": "^29.0.0", "@types/js-yaml": "^4.0.5", "@types/lodash.merge": "^4.6.7", "@types/ncp": "^2.0.5", "@types/node": "^18.7.14", "@types/nodemailer": "^6.4.5", "@types/react": "^18.0.18", "@types/react-dom": "^18.0.6", "@types/react-redux": "^7.1.24", "@types/recharts": "^1.8.23", "@types/rollup-plugin-peer-deps-external": "^2.2.1", "@types/styled-components": "^5.1.26", "@typescript-eslint/eslint-plugin": "^5.36.1", "@typescript-eslint/parser": "^5.36.1", "compression-webpack-plugin": "^10.0.0", "concurrently": "^7.3.0", "copy-webpack-plugin": "^11.0.0", "css-loader": "^6.7.1", "eslint": "^8.23.0", "express-static-gzip": "^2.1.7", "file-loader": "^6.2.0", "jest": "^29.0.2", "jest-config": "^29.0.2", "nodemon": "^2.0.19", "open": "^8.4.0", "postcss": "^8.4.16", "rimraf": "^3.0.2", "rollup": "^2.79.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-sourcemaps": "^0.6.3", "rollup-plugin-typescript2": "^0.33.0", "source-map-loader": "^4.0.0", "style-loader": "^3.3.1", "terser-webpack-plugin": "^5.3.6", "ts-jest": "^28.0.8", "ts-loader": "^9.3.1", "ts-node": "^10.9.1", "tsconfig-paths-webpack-plugin": "^4.0.0", "tslib": "^2.4.0", "typescript": "^4.8.2", "typescript-plugin-styled-components": "^2.0.0", "webpack": "^5.74.0", "webpack-bundle-analyzer": "^4.6.1", "webpack-cli": "^4.10.0", "webpack-merge": "^5.8.0", "webpack-node-externals": "^3.0.0" } }