-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.71 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "treehole-frontend-next",
"private": true,
"version": "1.1.0-qf1",
"scripts": {
"dev": "vite --port 8080",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview --port 8080",
"lint": "eslint --ext .js --ext .ts --ext .vue --fix ."
},
"dependencies": {
"axios": "^0.27.2",
"easymde": "^2.18.0",
"js-cookie": "^3.0.1",
"katex": "^0.16.0",
"lodash": "^4.17.21",
"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.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": {
"@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",
"@types/js-cookie": "^3.0.2",
"@types/katex": "^0.14.0",
"@types/lodash": "^4.14.182",
"@types/marked": "^4.0.3",
"@types/node": "^18.0.6",
"@types/pdfobject": "^2.2.3",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.5",
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.7.1",
"material-design-icons-iconfont": "^6.7.0",
"postcss": "^8.4.12",
"prettier": "^2.6.2",
"tailwindcss": "^3.0.24",
"typescript": "^4.5.4",
"vite": "^4.0.0",
"vite-plugin-vuetify": "^1.0.1",
"vue-tsc": "^1.0.12"
}
}