UNPKG

zarbis

Version:

Configuration-less build tool

71 lines (70 loc) 2.39 kB
{ "name": "zarbis", "version": "2.4.0", "description": "Configuration-less build tool", "main": "./dist/index.js", "preferGlobal": true, "bin": "./dist/index.js", "type": "module", "scripts": { "run": "node --max_old_space_size=8192 --stack_size=8192 ./dist/index.js", "build": "rm -rf ./dist&&tsc --rootDir ./src --outDir ./dist && cp src/customPlugins/isomorphicStyleLoader/package.json dist/customPlugins/isomorphicStyleLoader/package.json" }, "keywords": [ "meteor-it", "webpack", "frontend", "backend", "build" ], "author": "Certain Lach <iam@lach.pw> (https://lach.pw/)", "license": "MIT", "dependencies": { "@babel/code-frame": "^7.18.6", "@babel/core": "7.20.5", "@babel/plugin-proposal-class-properties": "7.18.6", "@babel/plugin-proposal-decorators": "7.20.5", "@babel/plugin-proposal-do-expressions": "7.18.6", "@babel/plugin-proposal-function-bind": "7.18.9", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", "@babel/plugin-proposal-object-rest-spread": "7.20.2", "@babel/plugin-proposal-optional-chaining": "^7.18.9", "@babel/plugin-syntax-dynamic-import": "7.8.3", "@babel/plugin-syntax-jsx": "7.18.6", "@babel/plugin-syntax-object-rest-spread": "7.8.3", "@babel/plugin-transform-react-jsx": "^7.19.0", "@babel/plugin-transform-typescript": "7.20.2", "@babel/preset-env": "7.20.2", "@meteor-it/fs": "2.1.0", "@meteor-it/terminal": "0.6.0", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.10", "babel-loader": "9.1.0", "compression-webpack-plugin": "10.0.0", "css-loader": "6.7.2", "cssnano": "^5.1.14", "file-loader": "6.2.0", "fp-ts": "^2.13.1", "io-ts": "^2.2.20", "less": "4.1.3", "less-loader": "11.1.0", "postcss-loader": "^7.0.2", "postcss-preset-env": "^7.8.3", "react-refresh": "^0.14.0", "terser-webpack-plugin": "5.3.6", "ts-node": "^10.9.1", "url-loader": "4.1.1", "vm-browserify": "1.1.2", "vue-server-renderer": "^2.7.14", "vue-style-loader": "^4.1.3", "vue-template-compiler": "^2.7.14", "webpack": "5.75.0", "webpack-bundle-analyzer": "4.7.0", "webpack-node-externals": "3.0.0", "winston": "3.8.2" }, "devDependencies": { "@types/node": "18.11.10", "typescript": "4.9.3" }, "packageManager": "yarn@4.0.0-rc.32" }