UNPKG

strapi-helper-plugin

Version:

Helper for Strapi plugins development

82 lines (81 loc) 2.4 kB
{ "name": "strapi-helper-plugin", "version": "3.6.0-beta.0", "description": "Helper for Strapi plugins development", "files": [ "dist" ], "engines": { "node": ">=10.16.0 <=14.x.x", "npm": ">=6.0.0" }, "author": { "email": "hi@strapi.io", "name": "Strapi team", "url": "https://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": "https://strapi.io" } ], "license": "SEE LICENSE IN LICENSE", "scripts": { "prepublishOnly": "npm run build", "prebuild": "rimraf dist", "build": "rollup -c", "watch": "rollup -c -w", "test": "echo \"no tests yet\"" }, "devDependencies": { "@babel/core": "^7.12.3", "@babel/plugin-proposal-class-properties": "^7.12.1", "@babel/preset-env": "^7.13.12", "@babel/preset-react": "^7.12.13", "enzyme": "^3.8.0", "enzyme-adapter-react-16": "^1.15.6", "rimraf": "3.0.2", "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": "^3.1.8", "rollup-plugin-replace": "^2.2.0", "rollup-plugin-svg": "^1.0.1", "rollup-plugin-terser": "^4.0.4" }, "dependencies": { "@buffetjs/core": "3.3.5-next.3", "@buffetjs/custom": "3.3.5-next.3", "@buffetjs/hooks": "3.3.5-next.3", "@buffetjs/icons": "3.3.5-next.3", "@buffetjs/styles": "3.3.5-next.3", "@buffetjs/utils": "3.3.5-next.3", "@fortawesome/fontawesome-free": "^5.15.2", "@fortawesome/fontawesome-svg-core": "^1.2.35", "@fortawesome/free-brands-svg-icons": "^5.15.2", "@fortawesome/free-solid-svg-icons": "^5.15.3", "@fortawesome/react-fontawesome": "^0.1.14", "bootstrap": "^4.6.0", "classnames": "^2.2.5", "immutable": "^3.8.2", "invariant": "^2.2.1", "lodash": "4.17.20", "moment": "^2.29.1", "react": "^16.14.0", "react-dom": "^16.9.0", "react-helmet": "^6.1.0", "react-intl": "4.5.0", "react-router": "^5.2.0", "react-router-dom": "^5.0.0", "reactstrap": "8.4.1", "styled-components": "^5.2.1", "whatwg-fetch": "^3.6.2" }, "gitHead": "fd18d2a67aec0bd2c76a375297ac30d4c3c0dfb7" }