{ "name": "embark-basic-pipeline", "version": "5.3.0-nightly.6", "author": "Iuri Matias ", "contributors": [], "description": "Basic pipeline for Embark that builds a DApp's frontend assets using webpack", "homepage": "https://github.com/embarklabs/embark/tree/master/packages/plugins/basic-pipeline#readme", "bugs": "https://github.com/embarklabs/embark/issues", "keywords": [ "blockchain", "dapps", "ethereum", "ipfs", "serverless", "solc", "solidity" ], "files": [ "dist", "index.js" ], "license": "MIT", "repository": { "directory": "packages/plugins/basic-pipeline", "type": "git", "url": "https://github.com/embarklabs/embark.git" }, "main": "./index.js", "types": "./dist/index.d.ts", "embark-collective": { "build:node": true, "typecheck": { "exclude": [ "src/babel-loader-overrides.js", "src/webpack.config.js" ] } }, "scripts": { "_build": "npm run solo -- build", "_typecheck": "npm run solo -- typecheck", "ci": "npm run qa", "clean": "npm run reset", "lint": "eslint src/ test/", "qa": "npm-run-all lint _typecheck _build test", "reset": "npx rimraf dist embark-*.tgz package", "solo": "embark-solo", "test": "jest" }, "eslintConfig": { "extends": [ "../../../.eslintrc.json", "plugin:jest/recommended", "plugin:jest/style" ] }, "dependencies": { "@babel/core": "7.8.6", "@babel/plugin-proposal-class-properties": "7.8.3", "@babel/plugin-proposal-decorators": "7.7.4", "@babel/plugin-proposal-object-rest-spread": "7.7.4", "@babel/plugin-syntax-dynamic-import": "7.7.4", "@babel/plugin-transform-destructuring": "7.7.4", "@babel/plugin-transform-flow-strip-types": "7.7.4", "@babel/plugin-transform-runtime": "7.7.4", "@babel/preset-env": "7.8.7", "@babel/preset-react": "7.7.4", "@babel/preset-typescript": "7.7.4", "@babel/runtime-corejs3": "7.8.4", "async": "3.2.0", "babel-loader": "8.0.6", "babel-plugin-macros": "2.7.1", "babel-plugin-module-resolver": "4.0.0", "babel-plugin-transform-react-remove-prop-types": "0.4.24", "clone-deep": "4.0.0", "colors": "1.3.2", "core-js": "3.4.3", "css-loader": "3.2.0", "embark-core": "^5.3.0-nightly.6", "embark-i18n": "^5.3.0-nightly.5", "embark-utils": "^5.3.0-nightly.6", "file-loader": "5.0.2", "find-up": "4.1.0", "fs-extra": "8.1.0", "glob": "7.1.4", "hard-source-webpack-plugin": "0.13.1", "lodash.clonedeep": "4.5.0", "node-sass": "4.13.0", "sass-loader": "8.0.0", "style-loader": "1.1.3", "url-loader": "2.2.0", "webpack": "4.41.2" }, "devDependencies": { "babel-jest": "24.9.0", "embark-solo": "^5.2.3", "embark-testing": "^5.3.0-nightly.6", "eslint": "6.8.0", "eslint-plugin-jest": "23.8.1", "jest": "25.1.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" }, "engines": { "node": ">=10.17.0", "npm": ">=6.11.3", "yarn": ">=1.19.1" }, "jest": { "collectCoverage": true, "testEnvironment": "node", "testMatch": [ "**/test/**/*.js" ], "transform": { "\\.js$": [ "babel-jest", { "rootMode": "upward" } ] } } }