Alexandre Bodin 7485de2fdf v3.2.3
2020-10-09 17:12:50 +02:00

77 lines
2.0 KiB
JSON

{
"name": "strapi-helper-plugin",
"version": "3.2.3",
"description": "Helper for Strapi plugins development",
"files": [
"dist"
],
"engines": {
"node": ">=10.16.0 <13",
"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": "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.11.6",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.8.0",
"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": "^2.0.3",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-svg": "^1.0.1",
"rollup-plugin-terser": "^4.0.4"
},
"dependencies": {
"@buffetjs/core": "3.3.1",
"@buffetjs/custom": "3.3.1",
"@buffetjs/hooks": "3.3.1",
"@buffetjs/icons": "3.3.1",
"@buffetjs/styles": "3.3.1",
"@buffetjs/utils": "3.3.1",
"bootstrap": "^4.5.2",
"classnames": "^2.2.5",
"immutable": "^3.8.2",
"invariant": "^2.2.1",
"lodash": "4.17.19",
"moment": "^2.16.0",
"react": "^16.13.1",
"react-dom": "^16.9.0",
"react-helmet": "^6.1.0",
"react-intl": "4.5.0",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"reactstrap": "8.4.1",
"styled-components": "^5.0.0",
"whatwg-fetch": "^3.3.1"
},
"gitHead": "231263a3535658bab1e9492c6aaaed8692d62a53"
}