Skip to content

Commit

Permalink
Move all Tweeq-related files to submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
baku89 committed Oct 2, 2023
1 parent 0be5407 commit 2f06555
Show file tree
Hide file tree
Showing 80 changed files with 194 additions and 7,093 deletions.
20 changes: 0 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,41 +16,21 @@
"dev_modules/*"
],
"devDependencies": {
"@material/material-color-utilities": "^0.2.7",
"@traptitech/markdown-it-katex": "^3.6.0",
"@types/chroma-js": "^2.4.1",
"@types/lodash": "^4.14.199",
"@types/wicg-file-system-access": "^2020.9.6",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"@vitejs/plugin-vue": "^4.3.4",
"@vueuse/core": "^10.4.1",
"@vueuse/gesture": "^2.0.0-beta.1",
"case": "^1.6.3",
"chroma-js": "^2.4.2",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-prettier-vue": "^5.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"eslint-plugin-vue": "^9.17.0",
"fast-fuzzy": "^1.12.0",
"fp-ts": "^2.16.1",
"fuzzy": "^0.1.3",
"line-intersect": "^3.0.0",
"lodash": "^4.17.21",
"markdown-it": "^13.0.2",
"markdown-it-anchor": "^8.6.7",
"markdown-it-deflist": "^2.1.0",
"markdown-it-footnote": "^3.0.3",
"markdown-it-toc-done-right": "^4.2.0",
"monaco-editor": "^0.43.0",
"monaco-themes": "^0.4.4",
"paper": "^0.12.17",
"paperjs-offset": "^1.0.8",
"regl": "^2.1.0",
"reset-css": "^5.0.2",
"stylus": "^0.60.0",
"typescript": "^5.2.2",
"vite": "^4.4.9",
Expand Down
6 changes: 1 addition & 5 deletions src/components/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import {useCssVar, useTitle} from '@vueuse/core'
import * as acorn from 'acorn'
import {mat2d, scalar, vec2} from 'linearly'
import Tq, {ErrorInfo, useTweeq} from 'tweeq'
import {
computed,
nextTick,
Expand All @@ -20,7 +21,6 @@ import paper from 'paper'
import PaperOffset from 'paperjs-offset'
PaperOffset(paper)
import Tq, {ErrorInfo, useTweeq} from '@/tweeq'
import {useCommentMeta} from '@/use/useCommentMeta'
import {useZUI} from '@/use/useZUI'
import {replaceTextBetween} from '@/utils'
Expand Down Expand Up @@ -453,8 +453,6 @@ window.addEventListener('drop', async e => {
</template>

<style lang="stylus" scoped>
@import '../tweeq/common.styl'
.title
.zoom
font-numeric()
Expand Down Expand Up @@ -517,5 +515,3 @@ window.addEventListener('drop', async e => {
border 0
border-radius 0.8rem
</style>
@/tweeq/useAppStorage ../tweeq/Tabs
@/tweeq/FloatingPane@/tweeq/MonacoEditor@/tweeq/useAppStorage
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import '@/tweeq/global.styl'
import 'tweeq/global.styl'

import {createApp} from 'vue'

Expand Down
23 changes: 0 additions & 23 deletions src/tweeq/ColorIcon/ColorIcon.vue

This file was deleted.

2 changes: 0 additions & 2 deletions src/tweeq/ColorIcon/index.ts

This file was deleted.

158 changes: 0 additions & 158 deletions src/tweeq/CommandPalette/CommandPalette.vue

This file was deleted.

2 changes: 0 additions & 2 deletions src/tweeq/CommandPalette/index.ts

This file was deleted.

0 comments on commit 2f06555

Please sign in to comment.