Skip to content

Commit

Permalink
🐳 chore: default usage bun
Browse files Browse the repository at this point in the history
  • Loading branch information
shurco committed Jul 19, 2024
1 parent 453b7e4 commit a6c0dc6
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 4,335 deletions.
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"npm.packageManager": "bun",

"css.customData": [".vscode/tailwind.json"]
}
Binary file added web/admin/bun.lockb
Binary file not shown.
28 changes: 14 additions & 14 deletions web/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@
"private": true,
"scripts": {
"dev": "VITE_CJS_IGNORE_WARNING=true vite --host",
"build": "VITE_CJS_IGNORE_WARNING=true vite build",
"build": "VITE_CJS_IGNORE_WARNING=true build --mode production",
"preview": "vite preview --host",
"update": "ncu -i --format group"
"update": "bun update --latest"
},
"dependencies": {
"@tiptap/extension-link": "^2.4.0",
"@tiptap/extension-placeholder": "^2.4.0",
"@tiptap/pm": "^2.4.0",
"@tiptap/starter-kit": "^2.4.0",
"@tiptap/vue-3": "^2.4.0",
"@tiptap/extension-link": "^2.5.4",
"@tiptap/extension-placeholder": "^2.5.4",
"@tiptap/pm": "^2.5.4",
"@tiptap/starter-kit": "^2.5.4",
"@tiptap/vue-3": "^2.5.4",
"@vee-validate/rules": "^4.13.2",
"notiwind": "^2.0.2",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"vee-validate": "^4.13.2",
"vue": "^3.4.31",
"vue": "^3.4.32",
"vue-router": "^4.4.0",
"vue-tippy": "v6"
"vue-tippy": "^6.4.4"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
Expand All @@ -30,12 +30,12 @@
"postcss": "^8.4.39",
"postcss-import": "^16.1.0",
"postcss-nesting": "^12.1.5",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"sass": "^1.77.6",
"tailwindcss": "^3.4.4",
"vite": "^5.3.3",
"sass": "^1.77.8",
"tailwindcss": "^3.4.6",
"vite": "^5.3.4",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-vue-devtools": "^7.3.5"
"vite-plugin-vue-devtools": "^7.3.6"
}
}
3,752 changes: 0 additions & 3,752 deletions web/admin/yarn.lock

This file was deleted.

Binary file added web/site/bun.lockb
Binary file not shown.
8 changes: 4 additions & 4 deletions web/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "npx tailwindcss -o ./public/assets/css/style.css --watch --minify",
"build": "npx tailwindcss -o ./public/assets/css/style.css --minify",
"update": "ncu -i --format group"
"dev": "tailwindcss -o ./public/assets/css/style.css --watch --minify",
"build": "tailwindcss -o ./public/assets/css/style.css --minify",
"update": "bun update --latest"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"tailwindcss": "^3.4.4"
"tailwindcss": "^3.4.6"
}
}
2 changes: 1 addition & 1 deletion web/site/public/assets/css/style.css

Large diffs are not rendered by default.

Loading

0 comments on commit a6c0dc6

Please sign in to comment.