Skip to content

Commit

Permalink
extracting microfrontend architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
NookieGrey committed Jan 29, 2025
1 parent 6c4a5fe commit e98ed0c
Show file tree
Hide file tree
Showing 89 changed files with 2,220 additions and 10,569 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7,060 changes: 2,142 additions & 4,918 deletions package-lock.json

Large diffs are not rendered by default.

41 changes: 28 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,34 @@
{
"name": "sharebook",
"version": "0.0.2",
"workspaces": [
"packages/apps/*",
"packages/libraries/*"
],
"name": "app-home",
"private": true,
"version": "0.1.1",
"type": "module",
"scripts": {
"dev": "cd packages/apps/home && npm run dev",
"storybook": "cd packages/libraries/ui && npm run storybook"
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint packages/apps/home --fix",
"prettier": "prettier packages/apps/home --write",
"preview": "vite preview"
},
"dependencies": {
"antd": "^5.23.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router": "^7.1.1"
},
"keywords": [],
"author": "NookieGrey",
"private": true,
"description": "",
"devDependencies": {
"prettier": "3.4.2"
"@eslint/js": "^9.17.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.17.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
"less": "^4.2.1",
"sass-embedded": "^1.83.4",
"typescript": "~5.6.2",
"typescript-eslint": "^8.18.2",
"vite": "^6.0.5"
}
}
24 changes: 0 additions & 24 deletions packages/apps/home/.gitignore

This file was deleted.

Loading

0 comments on commit e98ed0c

Please sign in to comment.