-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.64 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.64 KB
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
{
"name": "alchive1",
"version": "0.0.0",
"private": true,
"scripts": {
"serve": "vite preview",
"build": "vite build",
"build:extension": "bestzip dist.zip dist/",
"dev": "vite",
"dev:extension": "vite build --watch",
"preview": "vite preview"
},
"dependencies": {
"@tiptap/extension-underline": "^2.2.6",
"@tiptap/pm": "^2.2.4",
"@tiptap/starter-kit": "^2.2.5",
"@tiptap/vue-3": "^2.2.5",
"@toast-ui/editor": "^3.2.2",
"@toast-ui/editor-plugin-code-syntax-highlight": "^3.1.0",
"@toast-ui/editor-plugin-color-syntax": "^3.1.0",
"axios": "^1.6.8",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^4.0.0",
"marked": "^14.1.3",
"pinia": "^2.1.7",
"prismjs": "^1.29.0",
"swiper": "^11.1.0",
"vue": "^3.4.21",
"vue-jwt-decode": "^0.1.0",
"vue-router": "4"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.6",
"@types/jwt-decode": "^3.1.0",
"@types/node": "^20.12.2",
"@types/vue": "^2.0.0",
"@types/webfontloader": "^1.0.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"autoprefixer": "^10.4.19",
"bestzip": "^2.2.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.24.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.2",
"typescript": "^5.2.2",
"vite": "^5.2.4",
"vite-plugin-node": "^3.1.0",
"vite-plugin-vuetify": "^1.0.0-alpha.12",
"vue-cli-plugin-vuetify": "~2.5.8",
"vue-tsc": "^2.0.6"
},
"type": "module"
}