Skip to content

Commit

Permalink
feat(aio): ✨ web components
Browse files Browse the repository at this point in the history
  • Loading branch information
BeiyanYunyi committed Oct 1, 2024
1 parent 419147c commit 94da31a
Show file tree
Hide file tree
Showing 9 changed files with 167 additions and 145 deletions.
2 changes: 2 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import antfu from '@antfu/eslint-config'

export default antfu({
unocss: true,
vue: true,
formatters: { css: true, html: true },
ignores: [
'**/*.md',
'**/*.yaml',
Expand Down
12 changes: 3 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@project-trans/suggestion-box",
"type": "module",
"version": "0.2.1",
"version": "0.3.0",
"packageManager": "[email protected]+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b",
"description": "Suggestion box for Project Trans",
"author": {
Expand Down Expand Up @@ -54,10 +54,7 @@
"scripts": {
"dev": "vite",
"dev:server": "pnpm -F server run dev",
"build": "pnpm build:script && pnpm build:style && pnpm build:types",
"build:style": "tsx ./script/buildStyle.ts",
"build:script": "rollup -c rollup.config.ts --configPlugin esbuild",
"build:types": "vue-tsc",
"build": "tsx ./script/buildStyle.ts && vue-tsc --declaration --emitDeclarationOnly",
"preview": "vite preview",
"lint": "eslint --cache . && pnpm -F server run lint",
"typecheck": "vue-tsc --noEmit && pnpm -F server run typecheck",
Expand All @@ -72,17 +69,14 @@
"@antfu/eslint-config": "^3.7.3",
"@iconify-json/octicon": "^1.2.0",
"@iconify-json/svg-spinners": "^1.2.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-replace": "^6.0.1",
"@types/node": "^22.7.4",
"@unocss/eslint-plugin": "^0.63.1",
"@unocss/reset": "^0.63.1",
"@vitejs/plugin-vue": "^5.1.4",
"eslint": "^9.11.1",
"eslint-plugin-format": "^0.1.2",
"lightningcss": "^1.27.0",
"rimraf": "^6.0.1",
"rollup": "^4.22.5",
"rollup-plugin-esbuild": "^6.1.1",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"unocss": "^0.63.1",
Expand Down
155 changes: 72 additions & 83 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 94da31a

Please sign in to comment.