UNPKG

@zohodesk/client_build_tool

Version:

A CLI tool to build web applications and client libraries

65 lines (64 loc) 1.98 kB
{ "name": "@zohodesk/client_build_tool", "version": "0.0.12", "description": "A CLI tool to build web applications and client libraries", "main": "lib/index.js", "bin": { "client_build_tool": "cli.js", "cbt": "cli.js" }, "scripts": { "exp:publish": "npm publish --tag exp", "start": "rm -r lib && npm run build -- -w", "prepare": "npm run build", "build": "babel src --out-dir lib --copy-files --config-file=./.babelrc", "prepublishOnly": "node ../../prepublish.js", "postpublish": "node ../../postpublish.js", "test": "react-cli test" }, "repository": { "type": "git", "url": "https://zgit.csez.zohocorpin.com/zohodesk/react-cli.git" }, "keywords": [ "buildtool", "client_build_tool" ], "author": "Zoho Desk", "license": "ISC", "dependencies": { "@babel/cli": "7.17.10", "@babel/core": "7.18.5", "@babel/preset-env": "7.18.2", "@babel/preset-react": "7.17.12", "@babel/preset-typescript": "7.23.2", "@zohodesk/client_packages_group": "1.0.2", "babel-loader": "9.1.2", "babel-plugin-module-resolver": "5.0.2", "babel-plugin-transform-react-remove-prop-types": "0.4.24", "babel-plugin-transform-remove-console": "6.9.4", "copy-webpack-plugin": "11.0.0", "css-loader": "6.7.1", "css-minimizer-webpack-plugin": "4.2.2", "estree-walker": "2.0.0", "express": "4.18.2", "html-loader": "4.1.0", "html-webpack-inject-attributes-plugin": "1.0.6", "html-webpack-plugin": "5.5.0", "http-proxy-middleware": "2.0.6", "ignore": "5.2.4", "mini-css-extract-plugin": "2.6.1", "nodemon": "3.0.1", "postcss": "8.4.21", "postcss-loader": "7.0.2", "postcss-rtl": "2.0.0", "ts-loader": "8.2.0", "typescript": "5.2.2", "uglifycss": "0.0.29", "watcher": "1.2.0", "webpack": "5.79.0", "webpack-bundle-analyzer": "4.8.0", "webpack-cli": "4.10.0", "webpack-dev-middleware": "6.1.1" } }