Skip to content

Commit

Permalink
use webxdc-vite-plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
adbenitez committed Oct 21, 2023
1 parent abd32f5 commit 5871aca
Show file tree
Hide file tree
Showing 10 changed files with 745 additions and 2,033 deletions.
2 changes: 0 additions & 2 deletions frontend/.browserslistrc

This file was deleted.

3 changes: 1 addition & 2 deletions frontend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ yarn-error.log*
.eslintcache

*~
dist
dist-xdc
dist
3 changes: 0 additions & 3 deletions frontend/.prettierignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
dist
dist-xdc
webxdc.js
webxdc.d.ts
pnpm-lock.yaml
public
37 changes: 16 additions & 21 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,35 +10,30 @@
"check": "tsc && npm run format:check"
},
"dependencies": {
"@ionic/react": "^7.0.0",
"@ionic/react-router": "^7.0.0",
"@ionic/react": "^7.5.1",
"@ionic/react-router": "^7.5.1",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"consistent-color-generation": "^0.4.0",
"fuse.js": "^6.6.2",
"ionicons": "^7.1.2",
"preact": "^10.17.0",
"ionicons": "^7.2.1",
"preact": "^10.18.1",
"react-dom": "^18.2.0",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"zustand": "^4.4.1"
"zustand": "^4.4.3"
},
"devDependencies": {
"@preact/preset-vite": "^2.5.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-legacy": "^4.0.2",
"@vitejs/plugin-react": "^4.0.1",
"concurrently": "^8.1.0",
"eruda": "^3.0.0",
"prettier": "^3.0.2",
"typescript": "^5.1.6",
"vite": "^4.4.9",
"vite-plugin-zip-pack": "^1.0.5",
"vitest": "^0.32.2",
"webxdc-dev": "^0.17.0"
"@preact/preset-vite": "^2.6.0",
"@types/react": "^18.2.30",
"@types/react-dom": "^18.2.14",
"@vitejs/plugin-react": "^4.1.0",
"concurrently": "^8.2.2",
"prettier": "^3.0.3",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"webxdc-dev": "^0.17.0",
"webxdc-types": "^1.0.1",
"webxdc-vite-plugins": "github:webxdc/webxdc-vite-plugins#ef05f10"
}
}
Loading

0 comments on commit 5871aca

Please sign in to comment.