UNPKG

fusion-cli

Version:
103 lines (102 loc) 3.09 kB
{ "name": "fusion-cli", "version": "1.17.0", "description": "CLI", "repository": "fusionjs/fusion-cli", "bin": { "fusion": "bin/cli.js" }, "scripts": { "lint": "eslint .", "test": "git clean -Xfd test/fixtures && jest --maxWorkers 1" }, "dependencies": { "@babel/core": "^7.1.6", "@babel/plugin-syntax-dynamic-import": "7.2.0", "@babel/plugin-transform-flow-strip-types": "7.2.3", "@babel/polyfill": "^7.0.0", "@babel/preset-env": "7.3.1", "@babel/preset-react": "7.0.0", "@gfx/zopfli": "^1.0.10", "@rtsao/plugin-proposal-class-properties": "7.0.1-patch.1", "babel-core": "^7.0.0-bridge.0", "babel-jest": "^24.0.0", "babel-plugin-dynamic-import-node": "^2.2.0", "babel-plugin-transform-cup-globals": "^1.0.1", "babel-plugin-transform-styletron-display-name": "^1.1.0", "bundle-analyzer": "^0.0.6", "case-sensitive-paths-webpack-plugin": "^2.1.2", "chalk": "^2.4.1", "compression-webpack-plugin": "^2.0.0", "enzyme-adapter-react-16": "^1.7.0", "enzyme-to-json": "^3.3.4", "get-port": "^4.0.0", "graphql-tag": "^2.10.1", "http-proxy": "^1.17.0", "iltorb": "^2.4.1", "imagemin": "^6.0.0", "imagemin-svgo": "^7.0.0", "istanbul-api": "^2.0.6", "istanbul-lib-coverage": "^2.0.1", "jest": "^24.0.0", "jest-environment-jsdom-global": "^1.1.0", "just-snake-case": "^1.1.0", "koa-mount": "^4.0.0", "koa-static": "^5.0.0", "loader-utils": "^1.1.0", "make-dir": "^1.3.0", "memory-fs": "^0.4.1", "progress-bar-webpack-plugin": "^1.11.0", "react-dev-utils": "^6.1.1", "request": "^2.88.0", "resolve-from": "^4.0.0", "rimraf": "^2.6.2", "sade": "^1.4.1", "source-map-support": "^0.5.9", "terser-webpack-plugin": "^1.1.0", "webpack": "4.26.1", "webpack-hot-middleware": "^2.24.3", "winston": "^3.1.0" }, "devDependencies": { "babel-eslint": "^10.0.1", "chrome-remote-interface": "^0.27.0", "enzyme": "^3.7.0", "eslint": "^5.9.0", "eslint-config-fusion": "^4.0.0", "eslint-plugin-cup": "^2.0.0", "eslint-plugin-flowtype": "^3.2.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-jest": "^22.1.0", "eslint-plugin-prettier": "^3.0.0", "eslint-plugin-react": "^7.11.1", "flow-bin": "^0.89.0", "fusion-core": "1.10.2", "fusion-plugin-i18n": "^1.2.0", "fusion-plugin-i18n-react": "^1.2.3", "fusion-plugin-react-router": "^1.4.2", "fusion-plugin-universal-events": "^1.3.2", "fusion-react": "1.3.7", "fusion-test-utils": "^1.3.0", "fusion-tokens": "^1.1.1", "globby": "^8.0.1", "graphql": "^14.1.1", "locale": "^0.1.0", "prettier": "^1.15.2", "puppeteer": "^1.10.0", "react": "^16.6.3", "react-dom": "^16.6.3", "react-test-renderer": "^16.6.3", "request-promise": "4.2.2", "tape": "4.9.1", "unfetch": "^4.0.1" }, "peerDependencies": { "fusion-core": "^1.10.2", "fusion-tokens": "^1.1.1" }, "engines": { "node": ">= 8.9.0" }, "license": "MIT" }