-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 806 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 806 Bytes
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
{
"name": "temput",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@tiptap/extension-underline": "^2.0.3",
"@tiptap/pm": "^2.0.3",
"@tiptap/starter-kit": "^2.0.3",
"@tiptap/vue-3": "^2.0.3",
"dayjs": "^1.11.9",
"file-saver": "^2.0.5",
"uuid": "^9.0.0",
"vue": "^3.2.47",
"vuetify": "^3.1.15"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.15",
"@mdi/js": "^7.2.96",
"@types/chrome": "^0.0.241",
"@types/file-saver": "^2.0.5",
"@types/uuid": "^9.0.1",
"@vitejs/plugin-vue": "^4.1.0",
"sass": "^1.64.1",
"typescript": "^4.9.3",
"vite": "^4.2.0",
"vue-tsc": "^1.2.0"
}
}