build: add 'rel' shorthand for release-it
This commit is contained in:
parent
287767fa19
commit
95d7aecfbe
1 changed files with 47 additions and 46 deletions
93
package.json
93
package.json
|
|
@ -1,48 +1,49 @@
|
||||||
{
|
{
|
||||||
"name": "fformat",
|
"name": "fformat",
|
||||||
"version": "0.1.1",
|
"version": "0.1.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
"lint": "next lint"
|
"lint": "next lint",
|
||||||
},
|
"rel": "release-it"
|
||||||
"dependencies": {
|
},
|
||||||
"@radix-ui/react-dialog": "^1.0.5",
|
"dependencies": {
|
||||||
"@radix-ui/react-dropdown-menu": "^2.0.6",
|
"@radix-ui/react-dialog": "^1.0.5",
|
||||||
"@radix-ui/react-scroll-area": "^1.0.5",
|
"@radix-ui/react-dropdown-menu": "^2.0.6",
|
||||||
"@radix-ui/react-separator": "^1.0.3",
|
"@radix-ui/react-scroll-area": "^1.0.5",
|
||||||
"@radix-ui/react-slot": "^1.0.2",
|
"@radix-ui/react-separator": "^1.0.3",
|
||||||
"@tanstack/react-table": "^8.12.0",
|
"@radix-ui/react-slot": "^1.0.2",
|
||||||
"@tauri-apps/api": "2.0.0-beta.1",
|
"@tanstack/react-table": "^8.12.0",
|
||||||
"@tauri-apps/plugin-dialog": "2.0.0-beta.0",
|
"@tauri-apps/api": "2.0.0-beta.1",
|
||||||
"@tauri-apps/plugin-fs": "github:tauri-apps/tauri-plugin-fs#v2",
|
"@tauri-apps/plugin-dialog": "2.0.0-beta.0",
|
||||||
"@tauri-apps/plugin-shell": "github:tauri-apps/tauri-plugin-shell#v2",
|
"@tauri-apps/plugin-fs": "github:tauri-apps/tauri-plugin-fs#v2",
|
||||||
"class-variance-authority": "^0.7.0",
|
"@tauri-apps/plugin-shell": "github:tauri-apps/tauri-plugin-shell#v2",
|
||||||
"lucide-react": "^0.334.0",
|
"class-variance-authority": "^0.7.0",
|
||||||
"magika": "^0.2.5",
|
"lucide-react": "^0.334.0",
|
||||||
"next": "14.1.0",
|
"magika": "^0.2.5",
|
||||||
"next-themes": "^0.2.1",
|
"next": "14.1.0",
|
||||||
"react": "^18.2.0",
|
"next-themes": "^0.2.1",
|
||||||
"react-dom": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
"tailwindcss-animate": "^1.0.7"
|
"react-dom": "^18.2.0",
|
||||||
},
|
"tailwindcss-animate": "^1.0.7"
|
||||||
"devDependencies": {
|
},
|
||||||
"@release-it/bumper": "^6.0.1",
|
"devDependencies": {
|
||||||
"@release-it/conventional-changelog": "^8.0.1",
|
"@release-it/bumper": "^6.0.1",
|
||||||
"@tauri-apps/cli": "2.0.0-beta.1",
|
"@release-it/conventional-changelog": "^8.0.1",
|
||||||
"@types/node": "^20.11.19",
|
"@tauri-apps/cli": "2.0.0-beta.1",
|
||||||
"@types/react": "^18.2.56",
|
"@types/node": "^20.11.19",
|
||||||
"@types/react-dom": "^18.2.19",
|
"@types/react": "^18.2.56",
|
||||||
"autoprefixer": "^10.4.17",
|
"@types/react-dom": "^18.2.19",
|
||||||
"clsx": "^2.1.0",
|
"autoprefixer": "^10.4.17",
|
||||||
"eslint": "^8.56.0",
|
"clsx": "^2.1.0",
|
||||||
"eslint-config-next": "14.1.0",
|
"eslint": "^8.56.0",
|
||||||
"postcss": "^8.4.35",
|
"eslint-config-next": "14.1.0",
|
||||||
"release-it": "^17.1.1",
|
"postcss": "^8.4.35",
|
||||||
"tailwind-merge": "^2.2.1",
|
"release-it": "^17.1.1",
|
||||||
"tailwindcss": "^3.4.1",
|
"tailwind-merge": "^2.2.1",
|
||||||
"typescript": "^5.3.3"
|
"tailwindcss": "^3.4.1",
|
||||||
}
|
"typescript": "^5.3.3"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue