soupette c8ccf824e8 Add babel-plugin-styled-components
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-05-04 09:01:09 +02:00

88 lines
2.5 KiB
JSON

{
"name": "@strapi/helper-plugin",
"version": "3.6.0",
"description": "Helper for Strapi plugins development",
"main": "build/index.js",
"module": "build/index.esm.js",
"files": [
"build"
],
"engines": {
"node": ">=10.16.0 <=14.x.x",
"npm": ">=6.0.0"
},
"author": {
"email": "hi@strapi.io",
"name": "Strapi team",
"url": "https://strapi.io"
},
"maintainers": [
{
"name": "Strapi team",
"email": "hi@strapi.io",
"url": "https://strapi.io"
}
],
"license": "SEE LICENSE IN LICENSE",
"scripts": {
"prepublishOnly": "npm run build",
"prebuild": "rimraf build",
"build": "rollup -c",
"watch": "rollup -c -w",
"test": "echo \"no tests yet\""
},
"devDependencies": {
"@babel/core": "7.14.0",
"@babel/plugin-proposal-class-properties": "7.13.0",
"@babel/plugin-transform-runtime": "7.13.15",
"@babel/preset-env": "7.14.0",
"@babel/preset-react": "7.13.13",
"@babel/runtime": "7.14.0",
"@rollup/plugin-babel": "5.3.0",
"@rollup/plugin-commonjs": "18.0.0",
"@rollup/plugin-node-resolve": "11.2.1",
"@rollup/plugin-replace": "2.4.2",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.15.6",
"rimraf": "3.0.2",
"rollup": "2.46.0",
"rollup-plugin-livereload": "2.0.0",
"rollup-plugin-node-polyfills": "0.2.1",
"rollup-plugin-peer-deps-external": "2.2.4",
"rollup-plugin-postcss": "4.0.0",
"rollup-plugin-serve": "1.1.0",
"rollup-plugin-svg": "2.0.0"
},
"dependencies": {
"@buffetjs/core": "3.3.5",
"@buffetjs/custom": "3.3.5",
"@buffetjs/hooks": "3.3.5",
"@buffetjs/icons": "3.3.5",
"@buffetjs/styles": "3.3.5",
"@buffetjs/utils": "3.3.5",
"@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",
"@rollup/plugin-image": "2.0.6",
"babel-plugin-styled-components": "1.12.0",
"bootstrap": "^4.6.0",
"classnames": "^2.3.1",
"immutable": "^3.8.2",
"invariant": "^2.2.1",
"lodash": "4.17.21",
"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.3",
"whatwg-fetch": "^3.6.2"
},
"gitHead": "231263a3535658bab1e9492c6aaaed8692d62a53"
}