@ima/cli
Version:
IMA.js CLI tool to build, develop and work with IMA.js applications.
100 lines (99 loc) • 2.79 kB
JSON
{
"name": "@ima/cli",
"version": "20.0.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",
"dev": "tsc -w --preserveWatchOutput",
"lint": "eslint './**/*.{js,jsx,ts,tsx}'",
"test": "jest -c jest.config.js",
"test:watch": "npm run test -- --watch"
},
"dependencies": {
"@babel/generator": "^7.28.5",
"@babel/parser": "^7.28.5",
"@babel/traverse": "^7.28.5",
"@babel/types": "^7.28.5",
"@ima/dev-utils": "^20.0.0",
"@ima/error-overlay": "^20.0.0",
"@ima/helpers": "^20.0.0",
"@ima/hmr-client": "^20.0.0",
"@messageformat/core": "^3.4.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.1",
"@swc/core": "^1.15.1",
"@types/webpack-env": "^1.18.8",
"@types/webpack-hot-middleware": "2.25.12",
"@types/yargs": "^17.0.34",
"ajv": "^8.17.1",
"better-opn": "3.0.2",
"chalk": "4.1.2",
"chokidar": "^4.0.3",
"cli-progress": "^3.12.0",
"compression-webpack-plugin": "^11.1.0",
"copy-webpack-plugin": "^13.0.1",
"core-js": "^3.46.0",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.2",
"ejs": "^3.1.10",
"express-static-gzip": "^3.0.0",
"fork-ts-checker-webpack-plugin": "^9.1.0",
"globby": "11.1.0",
"kill-port": "^1.6.1",
"less": "^4.4.2",
"less-loader": "^12.3.0",
"less-plugin-glob": "^3.0.0",
"mini-css-extract-plugin": "^2.9.4",
"nodemon": "^3.1.11",
"open-editor": "5.1.0",
"postcss": "^8.5.6",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-loader": "^8.2.0",
"postcss-preset-env": "^10.4.0",
"preprocess": "^3.2.0",
"pretty-bytes": "^5.6.0",
"pretty-ms": "^7.0.1",
"react-refresh": "^0.18.0",
"schema-utils": "4.3.3",
"source-map-loader": "^5.0.0",
"swc-loader": "0.2.6",
"webpack": "^5.102.1",
"webpack-dev-middleware": "^7.4.5",
"webpack-hot-middleware": "^2.26.1",
"yargs": "^18.0.0"
},
"devDependencies": {
"@types/cli-progress": "^3.11.6",
"@types/ejs": "^3.1.5",
"@types/express": "^5.0.5"
},
"peerDependencies": {
"@ima/core": ">=20.0.0",
"@ima/server": ">=20.0.0",
"express": ">=4"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}