Skip to content

Commit

Permalink
add extra files
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Nov 18, 2023
1 parent 827c0a3 commit e9a88da
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
13 changes: 13 additions & 0 deletions packages/fastui/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "fastui",
"version": "0.0.0",
"scripts": {
"build": "tsc",
"typecheck": "tsc --noEmit",
"typewatch": "tsc --noEmit --watch"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}
7 changes: 7 additions & 0 deletions packages/fastui/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "../../packages-dist/fastui"
},
"include": ["src"]
}
14 changes: 14 additions & 0 deletions packages/vanilla/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"private": true,
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"typecheck": "tsc --noEmit",
"typewatch": "tsc --noEmit --watch"
},
"dependencies": {
"bootstrap": "^5.3.2",
"sass": "^1.69.5",
"vite": "^4.4.5"
}
}

0 comments on commit e9a88da

Please sign in to comment.