Skip to content

Commit

Permalink
feat: v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskang committed Jul 17, 2024
1 parent 1c89b44 commit 07032be
Show file tree
Hide file tree
Showing 14 changed files with 1,939 additions and 362 deletions.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"references.preferredLocation": "peek",
"eslint.experimental.useFlatConfig": true
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
},
"scripts": {
"dev": "npm-run-all --parallel preset:dev docs:dev",
"dev": "npm-run-all --parallel docs:dev",
"docs:dev": "vitepress dev site",
"docs:build": "pnpm build && vitepress build site",
"docs:preview": "vitepress preview site",
Expand All @@ -35,6 +35,7 @@
},
"dependencies": {
"@floating-ui/vue": "^1.1.1",
"@radix-ui/colors": "^3.0.0",
"@vueuse/core": "^10.11.0",
"kotl": "^2.1.4",
"mitt": "^3.0.1"
Expand All @@ -46,11 +47,10 @@
"@heroicons/vue": "^2.1.5",
"@jaskang/eslint-config": "^3.1.0",
"@jaskang/tsconfig": "^1.0.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@tailwindcss/vite": "^4.0.0-alpha.17",
"@types/jsdom": "^21.1.7",
"@types/mdast": "^4.0.4",
"@types/node": "^20.14.10",
"@types/node": "^20.14.11",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"autoprefixer": "^10.4.19",
Expand All @@ -66,11 +66,11 @@
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"rimraf": "^6.0.1",
"tailwindcss": "^3.4.4",
"tsup": "^8.1.0",
"tailwindcss": "^4.0.0-alpha.17",
"tsup": "^8.1.1",
"typescript": "^5.5.3",
"unist-util-visit": "^5.0.0",
"vite": "^5.3.3",
"vite": "^5.3.4",
"vite-plugin-dts": "^3.9.1",
"vite-plugin-inspect": "^0.8.4",
"vite-plugin-vue-devtools": "^7.3.6",
Expand Down
Loading

0 comments on commit 07032be

Please sign in to comment.