{ "name": "strapi-helper-plugin", "version": "3.0.0-beta.14", "description": "Helper for Strapi plugins development", "files": [ "dist" ], "engines": { "node": ">=10.0.0", "npm": ">=6.0.0" }, "author": { "email": "hi@strapi.io", "name": "Strapi team", "url": "http://strapi.io" }, "main": "dist/strapi-helper-plugin.cjs.min.js", "module": "dist/strapi-helper-plugin.esm.min.js", "maintainers": [ { "name": "Strapi team", "email": "hi@strapi.io", "url": "http://strapi.io" } ], "license": "MIT", "scripts": { "prepublishOnly": "npm run build", "prebuild": "rimraf dist", "build": "rollup -c", "watch": "rollup -c -w", "test": "echo \"no tests yet\"" }, "devDependencies": { "@babel/core": "^7.4.3", "@babel/plugin-proposal-class-properties": "^7.4.0", "@babel/preset-env": "^7.4.3", "@babel/preset-react": "^7.0.0", "enzyme": "^3.8.0", "enzyme-adapter-react-16": "^1.8.0", "rimraf": "^2.6.3", "rollup": "^1.10.0", "rollup-plugin-babel": "^4.3.2", "rollup-plugin-commonjs": "^9.3.4", "rollup-plugin-filesize": "^6.0.1", "rollup-plugin-node-resolve": "^4.2.3", "rollup-plugin-postcss": "^2.0.3", "rollup-plugin-rebase": "^3.1.1", "rollup-plugin-replace": "^2.2.0", "rollup-plugin-svg": "^1.0.1", "rollup-plugin-terser": "^4.0.4" }, "dependencies": { "bootstrap": "^4.0.0-alpha.6", "classnames": "^2.2.5", "immutable": "^3.8.2", "invariant": "^2.2.1", "lodash": "^4.17.5", "moment": "^2.16.0", "react": "^16.0.0", "react-datetime": "^2.16.3", "react-dom": "^16.0.0", "react-intl": "^2.8.0", "react-router": "^5.0.0", "react-router-dom": "^5.0.0", "reactstrap": "^5.0.0", "styled-components": "^4.3.1", "whatwg-fetch": "^2.0.3" }, "gitHead": "c85658a19b8fef0f3164c19693a45db305dc07a9" }