soupette ea24390355 Upgrade parts
Signed-off-by: soupette <cyril@strapi.io>
2021-09-23 08:23:33 +02:00

101 lines
3.1 KiB
JSON

{
"name": "@strapi/helper-plugin",
"version": "3.6.8",
"description": "Helper for Strapi plugins development",
"main": "build/index.js",
"module": "lib/src/index.js",
"files": [
"build"
],
"engines": {
"node": ">=12.x.x <=16.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": "yarn build:development && yarn build:production && yarn create:index",
"build:development": "cross-env NODE_ENV=development webpack-cli",
"build:production": "cross-env NODE_ENV=production webpack-cli",
"create:index": "node ./createBuildIndex.js",
"watch": "yarn create:index && cross-env NODE_ENV=development webpack-cli -w",
"test": "echo \"no tests yet\"",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"peerDependencies": {
"immer": "9.0.5",
"qs": "6.10.1",
"formik": "^2.2.6",
"react-select": "^4.0.2"
},
"devDependencies": {
"@babel/core": "7.14.0",
"@babel/plugin-proposal-class-properties": "7.13.0",
"@babel/plugin-proposal-export-default-from": "7.14.5",
"@babel/plugin-proposal-function-bind": "7.14.5",
"@babel/plugin-transform-runtime": "7.13.15",
"@babel/preset-env": "7.14.0",
"@babel/preset-react": "7.13.13",
"@babel/runtime": "7.14.0",
"@storybook/addon-actions": "^6.3.7",
"@storybook/addon-essentials": "^6.3.7",
"@storybook/addon-links": "^6.3.7",
"@storybook/builder-webpack5": "^6.3.7",
"@storybook/manager-webpack5": "^6.3.7",
"@storybook/react": "^6.3.7",
"@strapi/icons": "0.0.1-alpha.39",
"@strapi/parts": "0.0.1-alpha.39",
"babel-loader": "^8.2.2",
"cross-env": "^7.0.3",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.15.6",
"rimraf": "3.0.2"
},
"dependencies": {
"@buffetjs/core": "3.3.8",
"@buffetjs/custom": "3.3.8",
"@buffetjs/hooks": "3.3.8",
"@buffetjs/icons": "3.3.8",
"@buffetjs/styles": "3.3.8",
"@buffetjs/utils": "3.3.8",
"@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",
"axios": "0.21.1",
"babel-plugin-styled-components": "1.12.0",
"classnames": "^2.3.1",
"formik": "2.2.9",
"immutable": "^3.8.2",
"invariant": "^2.2.1",
"lodash": "4.17.21",
"match-sorter": "^4.0.2",
"moment": "^2.29.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-intl": "5.20.2",
"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"
}