forked from jk-oster/collab-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 885 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 885 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
{
"name": "collab-extension",
"version": "0.1.8",
"scripts": {
"dev": "vite build --watch --mode development",
"build": "vite build",
"preview": "vite preview",
"start:firefox": "web-ext run --source-dir ./dist/"
},
"dependencies": {
"@tiptap/pm": "^2.1.11",
"@tiptap/starter-kit": "^2.1.11",
"@tiptap/vue-3": "^2.1.11",
"firebase": "^9.23.0",
"vue": "^3.3.4",
"vue-icomoon": "^0.6.1"
},
"devDependencies": {
"@asigloo/prettier-config": "^0.2.0",
"@iconify/json": "^1.1.461",
"@vitejs/plugin-vue": "^1.10.2",
"@vue/compiler-sfc": "^3.3.4",
"autoprefixer": "^10.4.16",
"sass": "^1.68.0",
"vite": "^2.9.16",
"vite-plugin-chrome-extension": "^0.0.7",
"vite-plugin-components": "^0.13.3",
"vite-plugin-icons": "^0.6.5",
"vite-require": "^0.2.3",
"webextension-polyfill": "^0.10.0"
}
}