Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
Release v2.0.0 application
Browse files Browse the repository at this point in the history
  • Loading branch information
LWJerri committed Jan 16, 2024
1 parent 9e3a776 commit 4cea9ca
Show file tree
Hide file tree
Showing 2 changed files with 590 additions and 143 deletions.
34 changes: 21 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"name": "findid",
"version": "1.1.1",
"description": "A simple web application that makes it easy to find some container or product by ID.",
"version": "2.0.0",
"description": "An application for working with IDs of different types, designed to maximize productivity.",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
"vite:dev": "vite",
"vite:build": "tsc && vite build",
"vite:preview": "vite preview",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build --target x86_64-pc-windows-msvc"
},
"engines": {
"node": ">=20"
Expand All @@ -24,25 +26,31 @@
"homepage": "https://github.com/LWJerri/FindID#readme",
"dependencies": {
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@tauri-apps/api": "^1.5.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"lucide-react": "^0.303.0",
"interweave": "^13.1.0",
"lucide-react": "^0.309.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7"
"tailwindcss-animate": "^1.0.7",
"tauri-plugin-context-menu": "^0.7.0"
},
"devDependencies": {
"@types/node": "^20.10.6",
"@types/react": "^18.2.43",
"@tauri-apps/cli": "^1.5.9",
"@types/node": "^20.11.4",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"tailwindcss": "^3.4.0",
"postcss": "^8.4.33",
"prettier": "^3.2.2",
"tailwindcss": "^3.4.1",
"typescript": "^5.2.2",
"vite": "^5.0.8"
"vite": "^5.0.11"
}
}
Loading

0 comments on commit 4cea9ca

Please sign in to comment.