mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
22 lines
440 B
JSON
22 lines
440 B
JSON
{
|
|
"name": "nextjs/default-ts",
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
"projectType": "application",
|
|
"implicitDependencies": [
|
|
"storybook",
|
|
"core",
|
|
"addon-essentials",
|
|
"addon-interactions",
|
|
"addon-links",
|
|
"addon-onboarding",
|
|
"blocks",
|
|
"nextjs"
|
|
],
|
|
"targets": {
|
|
"sandbox": {},
|
|
"sb:dev": {},
|
|
"sb:build": {}
|
|
},
|
|
"tags": ["ci:normal", "ci:merged", "ci:daily"]
|
|
}
|