mirror of
https://github.com/strapi/strapi.git
synced 2026-01-07 12:45:45 +00:00
120 lines
3.3 KiB
JSON
120 lines
3.3 KiB
JSON
{
|
|
"name": "@strapi/helper-plugin",
|
|
"version": "4.15.4",
|
|
"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"
|
|
}
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.mjs",
|
|
"require": "./dist/index.js",
|
|
"source": "./src/index.ts",
|
|
"default": "./dist/index.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.mjs",
|
|
"source": "./src/index.ts",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "pack-up build",
|
|
"build-storybook": "storybook build",
|
|
"clean": "run -T rimraf ./dist",
|
|
"lint": "run -T eslint . --ext .js,.jsx,.tsx,.ts",
|
|
"prepublishOnly": "yarn run clean && yarn run build",
|
|
"storybook": "storybook dev -p 6006",
|
|
"test:front": "run -T jest --config ./jest.config.front.js",
|
|
"test:front:cov": "run -T jest --config ./jest.config.front.js --coverage",
|
|
"test:front:watch": "run -T jest --config ./jest.config.front.js --watchAll",
|
|
"test:ts": "run -T tsc --noEmit",
|
|
"watch": "pack-up watch"
|
|
},
|
|
"dependencies": {
|
|
"axios": "1.5.0",
|
|
"date-fns": "2.30.0",
|
|
"formik": "2.4.0",
|
|
"immer": "9.0.19",
|
|
"lodash": "4.17.21",
|
|
"qs": "6.11.1",
|
|
"react-helmet": "6.1.0",
|
|
"react-intl": "6.4.1",
|
|
"react-query": "3.39.3",
|
|
"react-select": "5.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"@storybook/addon-actions": "7.4.0",
|
|
"@storybook/addon-essentials": "7.4.0",
|
|
"@storybook/addon-links": "7.4.0",
|
|
"@storybook/addon-mdx-gfm": "7.4.0",
|
|
"@storybook/builder-vite": "7.4.0",
|
|
"@storybook/react-vite": "7.4.0",
|
|
"@strapi/admin-test-utils": "4.15.4",
|
|
"@strapi/design-system": "1.13.1",
|
|
"@strapi/icons": "1.13.0",
|
|
"@strapi/pack-up": "4.15.4",
|
|
"@strapi/types": "4.15.4",
|
|
"@testing-library/react": "14.0.0",
|
|
"@testing-library/user-event": "14.4.3",
|
|
"@types/react": "18.2.7",
|
|
"@types/react-dom": "18.2.7",
|
|
"@types/react-helmet": "6.1.6",
|
|
"@types/react-router-dom": "5.3.3",
|
|
"@types/styled-components": "5.1.26",
|
|
"cross-env": "^7.0.3",
|
|
"eslint-config-custom": "4.15.4",
|
|
"eslint-plugin-storybook": "0.6.14",
|
|
"msw": "1.3.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "5.3.4",
|
|
"rimraf": "3.0.2",
|
|
"storybook": "7.4.0",
|
|
"styled-components": "5.3.3",
|
|
"typescript": "5.2.2",
|
|
"vite": "4.4.9",
|
|
"yup": "0.32.9"
|
|
},
|
|
"peerDependencies": {
|
|
"@strapi/design-system": "1.13.1",
|
|
"@strapi/icons": "1.13.0",
|
|
"react": "^17.0.0 || ^18.0.0",
|
|
"react-dom": "^17.0.0 || ^18.0.0",
|
|
"react-router-dom": "^5.2.0",
|
|
"styled-components": "^5.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0 <=20.x.x",
|
|
"npm": ">=6.0.0"
|
|
},
|
|
"nx": {
|
|
"targets": {
|
|
"build": {
|
|
"outputs": [
|
|
"{projectRoot}/build"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|