@ima/cli
Version:
IMA.js CLI tool to build, develop and work with IMA.js applications.
95 lines (94 loc) • 2.6 kB
JSON
{
"name": "@ima/cli",
"version": "19.8.0",
"description": "IMA.js CLI tool to build, develop and work with IMA.js applications.",
"keywords": [
"IMA",
"IMA.js",
"Isomorphic",
"Javascript"
],
"bugs": {
"url": "https://github.com/seznam/ima/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/seznam/ima.git",
"directory": "packages/cli"
},
"license": "MIT",
"author": "Jan Šimeček <jan.simecek@firma.seznam.cz>",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": {
"ima": "./dist/bin/ima.js"
},
"scripts": {
"build": "tsc -b",
"dev": "tsc -w --preserveWatchOutput",
"lint": "eslint './**/*.{js,jsx,ts,tsx}'"
},
"dependencies": {
"@ima/dev-utils": "^19.0.0",
"@ima/error-overlay": "^19.0.0",
"@ima/helpers": "^19.0.3",
"@ima/hmr-client": "^19.0.0",
"@messageformat/core": "^3.0.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.9",
"@swc/core": "^1.7.26",
"@types/webpack-env": "^1.18.0",
"@types/webpack-hot-middleware": "2.25.6",
"@types/yargs": "^17.0.10",
"ajv": "^8.11.0",
"better-opn": "3.0.2",
"chalk": "4.1.2",
"chokidar": "^3.5.3",
"cli-progress": "^3.11.1",
"compression-webpack-plugin": "^10.0.0",
"copy-webpack-plugin": "^11.0.0",
"core-js": "^3.30.0",
"css-loader": "^6.7.3",
"css-minimizer-webpack-plugin": "^5.0.0",
"ejs": "^3.1.7",
"express-static-gzip": "^2.1.7",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"globby": "11.1.0",
"kill-port": "^1.6.1",
"less": "^4.1.3",
"less-loader": "^11.0.0",
"less-plugin-glob": "^3.0.0",
"mini-css-extract-plugin": "^2.6.1",
"nodemon": "^2.0.16",
"open-editor": "3.0.0",
"postcss": "^8.4.19",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-loader": "^7.2.4",
"postcss-preset-env": "^8.0.1",
"preprocess": "^3.2.0",
"pretty-bytes": "5.6.0",
"pretty-ms": "7.0.1",
"react-refresh": "^0.14.0",
"schema-utils": "4.0.0",
"source-map-loader": "^4.0.1",
"swc-loader": "0.2.3",
"webpack": "^5.75.0",
"webpack-dev-middleware": "^6.0.1",
"webpack-hot-middleware": "^2.25.3",
"yargs": "^17.5.1"
},
"devDependencies": {
"@types/cli-progress": "^3.11.0",
"@types/ejs": "^3.1.0",
"@types/express": "^4.17.14",
"@types/nodemon": "^1.19.2"
},
"peerDependencies": {
"@ima/core": ">=19.0.0",
"@ima/server": ">=19.0.0",
"express": ">=4"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}