mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-21 05:02:39 +08:00
45 lines
903 B
JSON
45 lines
903 B
JSON
{
|
|
"npmScope": "storybook",
|
|
"implicitDependencies": {
|
|
"package.json": {
|
|
"dependencies": "*",
|
|
"devDependencies": "*"
|
|
}
|
|
},
|
|
"tasksRunnerOptions": {
|
|
"default": {
|
|
"runner": "@nrwl/nx-cloud",
|
|
"options": {
|
|
"cacheableOperations": ["build", "test", "lint", "package", "prepare"],
|
|
"accessToken": "NGVmYTkxMmItYzY3OS00MjkxLTk1ZDktZDFmYTFmNmVlNGY4fHJlYWQ=",
|
|
"canTrackAnalytics": false,
|
|
"showUsageWarnings": true,
|
|
"parallel": 1
|
|
}
|
|
}
|
|
},
|
|
"affected": {
|
|
"defaultBase": "next"
|
|
},
|
|
"targetDependencies": {
|
|
"build": [
|
|
{
|
|
"target": "build",
|
|
"projects": "dependencies"
|
|
}
|
|
],
|
|
"package": [
|
|
{
|
|
"target": "package",
|
|
"projects": "dependencies"
|
|
}
|
|
],
|
|
"prepare": [
|
|
{
|
|
"target": "prepare",
|
|
"projects": "dependencies"
|
|
}
|
|
]
|
|
}
|
|
}
|