rsnext/packages/next-plugin-storybook/package.json

15 lines
307 B
JSON
Raw Normal View History

{
"name": "@next/plugin-storybook",
2023-03-10 18:06:16 +01:00
"version": "13.2.5-canary.0",
"repository": {
"url": "vercel/next.js",
"directory": "packages/next-plugin-storybook"
},
2023-01-18 20:35:28 +01:00
"scripts": {
"test-pack": "cd ../../ && pnpm test-pack next-plugin-storybook"
},
"peerDependencies": {
"next": "*"
}
}