2022-02-02 16:11:26 +01:00

99 lines
3.1 KiB
JSON

{
"name": "@strapi/helper-plugin",
"version": "4.0.7",
"description": "Helper for Strapi plugins development",
"repository": {
"type": "git",
"url": "https://github.com/strapi/strapi.git",
"directory": "packages/core/helper-plugin"
},
"license": "SEE LICENSE IN LICENSE",
"author": {
"name": "Strapi Solutions SAS",
"email": "hi@strapi.io",
"url": "https://strapi.io"
},
"maintainers": [
{
"name": "Strapi Solutions SAS",
"email": "hi@strapi.io",
"url": "https://strapi.io"
}
],
"main": "build/index.js",
"module": "lib/src/index.js",
"files": [
"build"
],
"scripts": {
"prebuild": "rimraf build",
"build": "yarn build:development && yarn build:production && yarn create:index",
"build-storybook": "build-storybook",
"build:development": "cross-env NODE_ENV=development webpack-cli",
"build:production": "cross-env NODE_ENV=production webpack-cli",
"create:index": "node ./createBuildIndex.js",
"prepublishOnly": "npm run build",
"storybook": "start-storybook -p 6006",
"test:front": "jest --config ./jest.config.front.js",
"test:front:watch": "jest --config ./jest.config.front.js --watchAll",
"watch": "yarn create:index && cross-env NODE_ENV=development webpack-cli -w"
},
"dependencies": {
"@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.25.0",
"babel-plugin-styled-components": "2.0.2",
"formik": "2.2.9",
"invariant": "^2.2.1",
"lodash": "4.17.21",
"match-sorter": "^4.0.2",
"mini-css-extract-plugin": "2.4.4",
"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.2.0",
"styled-components": "^5.2.3",
"whatwg-fetch": "^3.6.2"
},
"devDependencies": {
"@babel/core": "7.16.7",
"@babel/plugin-proposal-class-properties": "7.16.7",
"@babel/plugin-proposal-export-default-from": "7.16.7",
"@babel/plugin-proposal-function-bind": "7.16.7",
"@babel/plugin-transform-runtime": "7.16.7",
"@babel/preset-env": "7.16.7",
"@babel/preset-react": "7.16.7",
"@babel/runtime": "7.16.7",
"@storybook/addon-actions": "6.4.10",
"@storybook/addon-essentials": "6.4.10",
"@storybook/addon-links": "6.4.10",
"@storybook/builder-webpack5": "6.4.10",
"@storybook/manager-webpack5": "6.4.10",
"@storybook/react": "^6.3.7",
"@strapi/design-system": "0.0.1-alpha.74",
"@strapi/icons": "0.0.1-alpha.74",
"babel-loader": "^8.2.2",
"cross-env": "^7.0.3",
"date-fns": "2.22.1",
"enzyme": "3.9.0",
"enzyme-adapter-react-16": "1.15.6",
"rimraf": "3.0.2"
},
"peerDependencies": {
"formik": "^2.2.6",
"immer": "9.0.6",
"qs": "6.10.1",
"react-select": "^4.0.2"
},
"engines": {
"node": ">=12.22.0 <=16.x.x",
"npm": ">=6.0.0"
}
}