forked from cuixueshe/dida
-
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.
feat: migrate to monorepo (cuixueshe#103)
- Loading branch information
1 parent
4308947
commit 72b0a55
Showing
82 changed files
with
542 additions
and
445 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 |
---|---|---|
|
@@ -5,3 +5,4 @@ npm-debug.log* | |
.pnpm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
.turbo |
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ | ||
"name": "frontend", | ||
"type": "module", | ||
"version": "0.0.0", | ||
"private": true, | ||
"scripts": { | ||
"dev": "vite", | ||
"build": "vue-tsc --noEmit && vite build", | ||
"preview": "vite preview", | ||
"test": "pnpm test-unit-run", | ||
"test-unit": "vitest", | ||
"test-component": "cypress open --component", | ||
"test-e2e": "cross-env NODE_ENV=developer cypress open --e2e", | ||
"test-unit-run": "vitest --run", | ||
"test-component-run": "cypress run --component", | ||
"test-e2e-run": "cross-env NODE_ENV=developer cypress run --e2e" | ||
}, | ||
"dependencies": { | ||
"@imengyu/vue3-context-menu": "^1.1.10", | ||
"dexie": "^3.2.2", | ||
"fuse.js": "^6.6.2", | ||
"ink-mde": "^0.18.1", | ||
"naive-ui": "^2.34.3", | ||
"pinia": "^2.0.28", | ||
"vue": "^3.2.45", | ||
"vue-router": "4.1.6", | ||
"vue3-emoji-picker": "^1.1.7", | ||
"vuedraggable": "^4.1.0" | ||
}, | ||
"devDependencies": { | ||
"@iconify-json/carbon": "^1.1.13", | ||
"@iconify-json/mdi": "^1.1.41", | ||
"@iconify/vue": "^4.0.2", | ||
"@peculiar/webcrypto": "^1.4.1", | ||
"@unocss/reset": "^0.48.3", | ||
"@vitejs/plugin-vue": "^4.0.0", | ||
"@vitejs/plugin-vue-jsx": "^3.0.0", | ||
"@vue/test-utils": "^2.2.7", | ||
"@vueuse/core": "^9.10.0", | ||
"cross-env": "^7.0.3", | ||
"cypress": "^12.3.0", | ||
"cypress-promise": "^1.1.0", | ||
"jsdom": "^21.0.0", | ||
"typescript": "^4.9.4", | ||
"unocss": "^0.48.3", | ||
"vite": "^4.0.4", | ||
"vitest": "^0.27.0", | ||
"vue-tsc": "^1.0.24" | ||
} | ||
} |
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
Empty file.
Oops, something went wrong.