Skip to content

Commit

Permalink
new setup splash + update
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqsoftwares committed Dec 14, 2024
1 parent 888f40a commit f95ae18
Show file tree
Hide file tree
Showing 8 changed files with 693 additions and 725 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"private": true,
"license": "Creative Commons Attribution Non Commercial 3.0",
"dependencies": {
"@radix-ui/react-context-menu": "^2.2.2",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@tauri-apps/plugin-fs": "2.0.3",
"@tauri-apps/plugin-http": "2.0.1",
"@tauri-apps/plugin-notification": "2.0.0",
"@tauri-apps/plugin-process": "2.0.0",
"@radix-ui/react-context-menu": "^2.2.3",
"@radix-ui/react-select": "^2.1.3",
"@radix-ui/react-slot": "^1.1.1",
"@tauri-apps/plugin-fs": "2.2.0",
"@tauri-apps/plugin-http": "2.2.0",
"@tauri-apps/plugin-notification": "2.2.0",
"@tauri-apps/plugin-process": "2.2.0",
"ahqstore-types": "link:src-ahqstore-types\\pkg",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"daisyui": "^4.12.14",
"daisyui": "^4.12.22",
"embla-carousel-react": "^8.5.1",
"lucide-react": "^0.468.0",
"minisearch": "^7.1.1",
Expand Down Expand Up @@ -56,25 +56,25 @@
]
},
"devDependencies": {
"@rsbuild/core": "1.1.8",
"@rsbuild/core": "1.1.10",
"@rsbuild/plugin-babel": "1.0.3",
"@rsbuild/plugin-react": "1.0.7",
"@rsbuild/plugin-svgr": "1.0.5",
"@rsbuild/plugin-react": "1.1.0",
"@rsbuild/plugin-svgr": "1.0.6",
"@tauri-apps/api": "2.1.1",
"@tauri-apps/cli": "2.1.0",
"@types/node": "^22.10.1",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/node": "^22.10.2",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@types/react-modal": "^3.16.3",
"babel-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"bcrypt": "^5.1.1",
"class-variance-authority": "^0.7.1",
"cross-env": "^7.0.3",
"cryptr": "^6.3.0",
"eslint": "^9.16.0",
"eslint": "^9.17.0",
"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"prettier": "^3.4.2",
"shadcn": "^2.1.6"
"shadcn": "^2.1.7"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit f95ae18

Please sign in to comment.