Skip to content

Commit

Permalink
feat: add UI package
Browse files Browse the repository at this point in the history
  • Loading branch information
katungi committed Dec 21, 2023
1 parent c748ab5 commit 5ab15fa
Show file tree
Hide file tree
Showing 20 changed files with 1,761 additions and 2,100 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"scripts": {
"dev": "turbo run dev",
"build": "turbo run build"

},
"dependencies": {
"@changesets/cli": "^2.27.1",
Expand All @@ -15,7 +14,7 @@
"pipeline": {
"dev": {
"cache": false
},
},
"build": {
"dependsOn": [
"^build"
Expand All @@ -27,6 +26,7 @@
}
},
"devDependencies": {
"turbo": "^1.11.2"
"turbo": "^1.11.2",
"vite-plugin-dts": "^3.6.4"
}
}
1 change: 1 addition & 0 deletions packages/create-epic-app/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log('create-epic-app')
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions packages/epic/package.json → packages/epic-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "epic",
"name": "epic-ui",
"private": true,
"version": "0.0.0",
"type": "module",
Expand All @@ -18,7 +18,7 @@
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
Expand Down
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react-swc'
import react from '@vitejs/plugin-react'

// https://vitejs.dev/config/
export default defineConfig({
Expand Down
Loading

0 comments on commit 5ab15fa

Please sign in to comment.