Skip to content

Commit

Permalink
Revert deleting project.json as it is more limited
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperpeulen committed Mar 20, 2024
1 parent 458e153 commit 4bcb543
Show file tree
Hide file tree
Showing 158 changed files with 724 additions and 621 deletions.
7 changes: 0 additions & 7 deletions code/addons/a11y/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,6 @@
]
},
"gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae17",
"nx": {
"name": "a11y",
"projectType": "library",
"targets": {
"build": {}
}
},
"storybook": {
"displayName": "Accessibility",
"icon": "https://user-images.githubusercontent.com/263385/101991665-47042f80-3c7c-11eb-8f00-64b5a18f498a.png",
Expand Down
8 changes: 8 additions & 0 deletions code/addons/a11y/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "addon-a11y",
"projectType": "library",
"implicitDependencies": [],
"targets": {
"build": {}
}
}
7 changes: 0 additions & 7 deletions code/addons/actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,6 @@
]
},
"gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae17",
"nx": {
"name": "actions",
"projectType": "library",
"targets": {
"build": {}
}
},
"storybook": {
"displayName": "Actions",
"unsupportedFrameworks": [
Expand Down
8 changes: 8 additions & 0 deletions code/addons/actions/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "addon-actions",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
"build": {}
}
}
7 changes: 0 additions & 7 deletions code/addons/backgrounds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,6 @@
]
},
"gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae17",
"nx": {
"name": "backgrounds",
"projectType": "library",
"targets": {
"build": {}
}
},
"storybook": {
"displayName": "Backgrounds",
"icon": "https://user-images.githubusercontent.com/263385/101991667-479cc600-3c7c-11eb-96d3-410e936252e7.png",
Expand Down
8 changes: 8 additions & 0 deletions code/addons/backgrounds/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "addon-backgrounds",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
"build": {}
}
}
7 changes: 0 additions & 7 deletions code/addons/controls/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,6 @@
]
},
"gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae17",
"nx": {
"name": "controls",
"projectType": "library",
"targets": {
"build": {}
}
},
"storybook": {
"displayName": "Controls",
"icon": "https://user-images.githubusercontent.com/263385/101991669-479cc600-3c7c-11eb-93d9-38b67e8371f2.png",
Expand Down
8 changes: 8 additions & 0 deletions code/addons/controls/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "addon-controls",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
"build": {}
}
}
7 changes: 0 additions & 7 deletions code/addons/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,13 +142,6 @@
]
},
"gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae17",
"nx": {
"name": "docs",
"projectType": "library",
"targets": {
"build": {}
}
},
"storybook": {
"displayName": "Docs",
"icon": "https://user-images.githubusercontent.com/263385/101991672-48355c80-3c7c-11eb-82d9-95fa12438f64.png",
Expand Down
8 changes: 8 additions & 0 deletions code/addons/docs/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "addon-docs",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
"build": {}
}
}
9 changes: 1 addition & 8 deletions code/addons/essentials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,5 @@
"./src/viewport/preview.ts"
]
},
"gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae17",
"nx": {
"name": "essentials",
"projectType": "library",
"targets": {
"build": {}
}
}
"gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae17"
}
8 changes: 8 additions & 0 deletions code/addons/essentials/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "addon-essentials",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
"build": {}
}
}
9 changes: 1 addition & 8 deletions code/addons/gfm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,5 @@
"./src/index.ts"
]
},
"gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae17",
"nx": {
"name": "gfm",
"projectType": "library",
"targets": {
"build": {}
}
}
"gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae17"
}
8 changes: 8 additions & 0 deletions code/addons/gfm/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "addon-mdx-gfm",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
"build": {}
}
}
7 changes: 0 additions & 7 deletions code/addons/highlight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,6 @@
]
},
"gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae17",
"nx": {
"name": "highlight",
"projectType": "library",
"targets": {
"build": {}
}
},
"sbmodern": "dist/modern/index.js",
"storybook": {
"displayName": "Highlight",
Expand Down
8 changes: 8 additions & 0 deletions code/addons/highlight/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "addon-highlight",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
"build": {}
}
}
7 changes: 0 additions & 7 deletions code/addons/interactions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,6 @@
]
},
"gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae17",
"nx": {
"name": "interactions",
"projectType": "library",
"targets": {
"build": {}
}
},
"storybook": {
"displayName": "Interactions",
"unsupportedFrameworks": [
Expand Down
8 changes: 8 additions & 0 deletions code/addons/interactions/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "addon-interactions",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
"build": {}
}
}
7 changes: 0 additions & 7 deletions code/addons/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,6 @@
]
},
"gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae17",
"nx": {
"name": "jest",
"projectType": "library",
"targets": {
"build": {}
}
},
"storybook": {
"displayName": "Jest",
"icon": "https://pbs.twimg.com/profile_images/821713465245102080/mMtKIMax_400x400.jpg",
Expand Down
8 changes: 8 additions & 0 deletions code/addons/jest/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "addon-jest",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
"build": {}
}
}
7 changes: 0 additions & 7 deletions code/addons/links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,6 @@
"post": "./scripts/fix-preview-api-reference.ts"
},
"gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae17",
"nx": {
"name": "links",
"projectType": "library",
"targets": {
"build": {}
}
},
"storybook": {
"displayName": "Links",
"icon": "https://user-images.githubusercontent.com/263385/101991673-48355c80-3c7c-11eb-9b6e-b627c96a75f6.png",
Expand Down
8 changes: 8 additions & 0 deletions code/addons/links/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "addon-links",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
"build": {}
}
}
7 changes: 0 additions & 7 deletions code/addons/measure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,6 @@
]
},
"gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae17",
"nx": {
"name": "measure",
"projectType": "library",
"targets": {
"build": {}
}
},
"storybook": {
"displayName": "Measure",
"unsupportedFrameworks": [
Expand Down
8 changes: 8 additions & 0 deletions code/addons/measure/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "addon-measure",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
"build": {}
}
}
7 changes: 0 additions & 7 deletions code/addons/onboarding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,5 @@
"nodeEntries": [
"./src/preset.ts"
]
},
"nx": {
"name": "onboarding",
"projectType": "library",
"targets": {
"build": {}
}
}
}
8 changes: 8 additions & 0 deletions code/addons/onboarding/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "addon-onboarding",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
"build": {}
}
}
7 changes: 0 additions & 7 deletions code/addons/outline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,6 @@
]
},
"gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae17",
"nx": {
"name": "outline",
"projectType": "library",
"targets": {
"build": {}
}
},
"storybook": {
"displayName": "Outline",
"unsupportedFrameworks": [
Expand Down
8 changes: 8 additions & 0 deletions code/addons/outline/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "addon-outline",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
"build": {}
}
}
7 changes: 0 additions & 7 deletions code/addons/storysource/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,6 @@
]
},
"gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae17",
"nx": {
"name": "storysource",
"projectType": "library",
"targets": {
"build": {}
}
},
"storybook": {
"displayName": "Storysource",
"icon": "https://user-images.githubusercontent.com/263385/101991675-48cdf300-3c7c-11eb-9400-58de5ac6daa7.png",
Expand Down
8 changes: 8 additions & 0 deletions code/addons/storysource/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "addon-storysource",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
"build": {}
}
}
7 changes: 0 additions & 7 deletions code/addons/themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,6 @@
]
},
"gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae17",
"nx": {
"name": "themes",
"projectType": "library",
"targets": {
"build": {}
}
},
"storybook": {
"displayName": "Themes",
"unsupportedFrameworks": [
Expand Down
8 changes: 8 additions & 0 deletions code/addons/themes/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "addon-themes",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
"build": {}
}
}
7 changes: 0 additions & 7 deletions code/addons/toolbars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,6 @@
]
},
"gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae17",
"nx": {
"name": "toolbars",
"projectType": "library",
"targets": {
"build": {}
}
},
"storybook": {
"displayName": "Toolbars",
"icon": "https://user-images.githubusercontent.com/263385/101991677-48cdf300-3c7c-11eb-93b4-19b0e3366959.png",
Expand Down
8 changes: 8 additions & 0 deletions code/addons/toolbars/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "addon-toolbars",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
"build": {}
}
}
Loading

0 comments on commit 4bcb543

Please sign in to comment.