Skip to content

Commit

Permalink
refactor: move meetup app to /packages
Browse files Browse the repository at this point in the history
  • Loading branch information
janivo committed Nov 1, 2024
1 parent 12043b1 commit ce629fc
Show file tree
Hide file tree
Showing 42 changed files with 500 additions and 638 deletions.
16 changes: 15 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@
"cache": true,
"dependsOn": ["^build"],
"inputs": ["production", "^production"]
},
"@nx/next:build": {
"cache": true,
"dependsOn": ["^build"],
"inputs": ["production", "^production"]
}
},
"generators": {
Expand All @@ -82,6 +87,12 @@
},
"@nx/angular:component": {
"style": "scss"
},
"@nx/next": {
"application": {
"style": "scss",
"linter": "eslint"
}
}
},
"cacheDirectory": ".nx-cache",
Expand Down Expand Up @@ -119,7 +130,10 @@
"default",
"!{projectRoot}/**/*.e2e.ts",
"!{projectRoot}/**/?(*.)+(spec|test).[jt]s?(x)?(.snap)",
"!{projectRoot}/tsconfig.spec.json"
"!{projectRoot}/tsconfig.spec.json",
"!{projectRoot}/jest.config.[jt]s",
"!{projectRoot}/src/test-setup.[jt]s",
"!{projectRoot}/test-setup.[jt]s"
]
}
}
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"@nx/eslint": "18.0.7",
"@nx/eslint-plugin": "18.0.7",
"@nx/js": "18.0.7",
"@nx/next": "18.0.7",
"@nx/playwright": "18.0.7",
"@nx/storybook": "18.0.7",
"@nx/vite": "18.0.7",
Expand Down Expand Up @@ -67,6 +68,7 @@
"conventional-recommended-bump": "^9.0.0",
"copy-webpack-plugin": "^11.0.0",
"eslint": "^8.51.0",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
Expand All @@ -83,15 +85,15 @@
"lint-staged": "^10.5.3",
"ng-packagr": "~15.1.0",
"nx": "18.0.7",
"postcss": "^8.4.5",
"postcss": "8.4.21",
"postcss-import": "~14.1.0",
"postcss-preset-env": "~7.5.0",
"postcss-url": "~10.1.3",
"prettier": "^2.6.2",
"prompts": "^2.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.55.0",
"sass": "1.62.1",
"semver": "^7.5.4",
"shelljs": "^0.8.4",
"shx": "^0.3.2",
Expand All @@ -114,6 +116,7 @@
"@angular/platform-browser": "~15.1.0",
"@angular/platform-browser-dynamic": "~15.1.0",
"@angular/router": "~15.1.0",
"next": "14.0.4",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.3"
Expand Down
13 changes: 0 additions & 13 deletions packages/elements-meetup/.editorconfig

This file was deleted.

1 change: 0 additions & 1 deletion packages/elements-meetup/.eslintignore

This file was deleted.

42 changes: 0 additions & 42 deletions packages/elements-meetup/.eslintrc.json

This file was deleted.

46 changes: 0 additions & 46 deletions packages/elements-meetup/.gitignore

This file was deleted.

5 changes: 0 additions & 5 deletions packages/elements-meetup/.prettierignore

This file was deleted.

3 changes: 0 additions & 3 deletions packages/elements-meetup/.prettierrc

This file was deleted.

101 changes: 0 additions & 101 deletions packages/elements-meetup/README.md

This file was deleted.

11 changes: 0 additions & 11 deletions packages/elements-meetup/apps/elements-meetup/jest.config.ts

This file was deleted.

9 changes: 0 additions & 9 deletions packages/elements-meetup/apps/elements-meetup/project.json

This file was deleted.

11 changes: 0 additions & 11 deletions packages/elements-meetup/apps/elements-meetup/specs/index.spec.tsx

This file was deleted.

This file was deleted.

Loading

0 comments on commit ce629fc

Please sign in to comment.