-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.72 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.72 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
59
60
61
62
63
64
65
{
"name": "creative-draw",
"version": "1.1.0",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sidekick-coder/creative-draw.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sidekick-coder/creative-draw/issues"
},
"homepage": "https://github.com/sidekick-coder/creative-draw#readme",
"description": "",
"dependencies": {
"@floating-ui/dom": "^1.7.3",
"@floating-ui/vue": "^1.1.6",
"@iconify/vue": "^5.0.0",
"@tiptap/extension-mention": "^3.0.7",
"@tiptap/pm": "^3.0.7",
"@tiptap/starter-kit": "^3.0.7",
"@tiptap/vue-3": "^3.0.7",
"@vueuse/core": "^13.2.0",
"date-fns": "^4.1.0",
"dexie": "^4.0.11",
"hotkeys-js": "^3.13.10",
"lodash-es": "^4.17.21",
"maska": "^3.1.1",
"mime": "^4.0.7",
"openai": "^5.10.2",
"tailwind-merge": "^3.3.0",
"vite": "^6.3.5",
"vue": "^3.5.14",
"vue-i18n": "^11.1.5",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@eslint/js": "^9.27.0",
"@tailwindcss/vite": "^4.1.7",
"@types/lodash-es": "^4.17.12",
"@types/mime": "^3.0.4",
"@types/node": "^22.15.21",
"@vitejs/plugin-vue": "^5.2.4",
"@vue/tsconfig": "^0.7.0",
"eruda": "^3.4.3",
"eslint": "^9.27.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.4.0",
"eslint-plugin-vue": "^10.1.0",
"globals": "^16.1.0",
"sass": "^1.89.2",
"typescript-eslint": "^8.32.1",
"unplugin-auto-import": "^19.2.0",
"unplugin-vue-components": "^28.5.0",
"unplugin-vue-router": "^0.12.0",
"vue-macros": "^3.0.0-beta.12"
}
}