Skip to content

Commit

Permalink
feat: refactor css
Browse files Browse the repository at this point in the history
  • Loading branch information
dest1n1s committed Jul 21, 2023
1 parent 3d68085 commit a12f23a
Show file tree
Hide file tree
Showing 33 changed files with 2,662 additions and 2,228 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/src/assets/treehole.svg" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/simplemde/latest/simplemde.min.css">
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/simplemde/latest/simplemde.min.css"> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>旦夕树洞</title>
</head>
Expand Down
21 changes: 3 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,40 +9,26 @@
"lint": "eslint --ext .js --ext .ts --ext .vue --fix ."
},
"dependencies": {
"@editorjs/checklist": "^1.3.0",
"@editorjs/code": "^2.7.0",
"@editorjs/delimiter": "^1.2.0",
"@editorjs/editorjs": "^2.25.0",
"@editorjs/embed": "^2.5.2",
"@editorjs/header": "^2.6.2",
"@editorjs/inline-code": "^1.3.1",
"@editorjs/link": "^2.4.1",
"@editorjs/list": "^1.7.0",
"@editorjs/quote": "^2.4.0",
"@editorjs/simple-image": "^1.4.1",
"@editorjs/table": "^2.0.4",
"@types/markdown-it": "^12.2.3",
"@types/remove-markdown": "^0.3.1",
"axios": "^0.27.2",
"easymde": "^2.18.0",
"js-cookie": "^3.0.1",
"katex": "^0.16.0",
"lodash": "^4.17.21",
"marked": "^4.0.17",
"pdfobject": "^2.2.8",
"pinia": "^2.0.21",
"reflect-metadata": "^0.1.13",
"remove-markdown": "^0.5.0",
"rollup-plugin-visualizer": "^5.8.1",
"sass": "^1.53.0",
"sass": "^1.64.0",
"typora-parser": "^1.0.3",
"vue": "^3.2.25",
"vue-router": "^4.1.1",
"vue3-markdown-it": "^1.0.10",
"vuetify": "3.1.2"
},
"devDependencies": {
"@editorjs/image": "^2.6.2",
"@types/markdown-it": "^12.2.3",
"@types/remove-markdown": "^0.3.1",
"@mdi/font": "^7.0.96",
"@tailwindcss/line-clamp": "^0.4.0",
"@tailwindcss/typography": "^0.5.2",
Expand All @@ -56,7 +42,6 @@
"@typescript-eslint/parser": "^5.20.0",
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.5",
"editorjs-math": "^1.0.2",
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-html": "^6.2.0",
Expand Down
Loading

0 comments on commit a12f23a

Please sign in to comment.