Skip to content

Commit

Permalink
refactor: karrio dashboard app extracting non-routing code and depend…
Browse files Browse the repository at this point in the history
…encies to @karrio/core package
  • Loading branch information
danh91 committed Aug 29, 2024
1 parent 139c1f2 commit 3e5fd39
Show file tree
Hide file tree
Showing 312 changed files with 19,031 additions and 16,294 deletions.
46 changes: 3 additions & 43 deletions apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,56 +11,16 @@
"build:image": "cd ..; ./bin/build-dashboard-image"
},
"dependencies": {
"@codemirror/lang-html": "^6.4.0",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-xml": "^6.0.1",
"@fortawesome/fontawesome-free": "^6.5.1",
"@headlessui/react": "^1.7.14",
"@karrio/core": "*",
"@karrio/hooks": "*",
"@karrio/lib": "*",
"@karrio/types": "*",
"@karrio/ui": "*",
"@reactivex/rxjs": "^6.6.7",
"@sentry/nextjs": "^7.95.0",
"@tanstack/react-query": "^4.13.0",
"@uiw/react-codemirror": "^4.19.4",
"axios": "^1.6.0",
"bulma": "^0.9.4",
"core-js": "^3.34.0",
"graphiql": "^3.0.10",
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6",
"graphql-ws": "^5.14.2",
"highlight.js": "^11.2.0",
"js-beautify": "^1.14.7",
"libphonenumber-js": "^1.9.23",
"lodash.groupby": "^4.6.0",
"lodash.isequal": "^4.5.0",
"lodash.snakecase": "^4.1.1",
"lodash.tonumber": "^4.0.3",
"mobx": "^6.12.0",
"moment": "^2.29.4",
"next": "^14.1.0",
"next-auth": "^4.24.5",
"pino": "^7.0.3",
"posthog-js": "^1.96.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"recharts": "^2.10.3",
"redoc": "^2.1.3",
"request-ip": "^3.3.0",
"rxjs": "^7.3.0",
"sass": "^1.37.5",
"styled-components": "^6.1.1"
"@karrio/ui": "*"
},
"devDependencies": {
"@types/node": "20.10.0",
"@types/react": "18.2.38",
"@types/request-ip": "^0.0.37",
"eslint": "7.32.0",
"eslint-config-custom": "*",
"eslint-config-next": "^13.1.2",
"tsconfig": "*",
"typescript": "5.3.2"
"tsconfig": "*"
}
}
59 changes: 0 additions & 59 deletions apps/dashboard/src/components/shipment-preview.tsx

This file was deleted.

28 changes: 0 additions & 28 deletions apps/dashboard/src/components/workflow-event-preview.tsx

This file was deleted.

30 changes: 0 additions & 30 deletions apps/dashboard/src/modules/Admin/organization_accounts.tsx

This file was deleted.

34 changes: 0 additions & 34 deletions apps/dashboard/src/modules/Admin/surcharges.tsx

This file was deleted.

41 changes: 0 additions & 41 deletions apps/dashboard/src/modules/Admin/user_accounts.tsx

This file was deleted.

77 changes: 0 additions & 77 deletions apps/dashboard/src/modules/Billing/index.tsx

This file was deleted.

Loading

0 comments on commit 3e5fd39

Please sign in to comment.