-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
37 lines (37 loc) · 937 Bytes
/
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
{
"name": "cc-lcp-editor",
"private": true,
"version": "0.3.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@massif/lancer-data": "^3.1.6",
"@mdi/font": "^7.1.96",
"@tiptap/extension-text-align": "^2.0.0-beta.218",
"@tiptap/extension-underline": "^2.0.0-beta.218",
"@tiptap/pm": "^2.0.0-beta.217",
"@tiptap/starter-kit": "^2.0.0-beta.217",
"@tiptap/vue-3": "^2.0.0-beta.217",
"axios": "^1.3.3",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"promisify-file-reader": "^4.1.0",
"uuid": "^9.0.0",
"vue": "^3.2.45",
"vue-router": "4",
"vuetify": "3.1.2",
"vuex": "^4.0.2"
},
"devDependencies": {
"@types/lodash": "^4.14.191",
"@types/uuid": "^9.0.0",
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "^4.9.3",
"vite": "^4.1.0"
}
}