-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
419147c
commit 94da31a
Showing
9 changed files
with
167 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": { | ||
|
@@ -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", | ||
|
@@ -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", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.