-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.11 KB
/
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
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "task-manager-ui",
"author": "acrossoffwest & savayer",
"description": "Task Manager. Take under control your life.",
"version": "3.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "jest --verbose ./tests",
"format": "prettier . --write"
},
"dependencies": {
"@bomdi/codebox": "^2.0.0",
"@calumk/editorjs-columns": "^0.3.2",
"@editorjs/checklist": "^1.6.0",
"@editorjs/code": "^2.9.2",
"@editorjs/delimiter": "^1.4.2",
"@editorjs/editorjs": "^2.30.6",
"@editorjs/embed": "^2.7.6",
"@editorjs/header": "^2.8.8",
"@editorjs/image": "^2.10.0",
"@editorjs/inline-code": "^1.5.1",
"@editorjs/link": "^2.6.2",
"@editorjs/list": "^1.10.0",
"@editorjs/marker": "^1.4.0",
"@editorjs/quote": "^2.7.2",
"@editorjs/raw": "^2.5.0",
"@editorjs/table": "^2.4.2",
"@editorjs/warning": "^1.4.0",
"@headlessui/vue": "^1.7.13",
"@heroicons/vue": "^2.0.17",
"@pusher/push-notifications-web": "^1.1.0",
"@radial-color-picker/vue-color-picker": "^5.0.1",
"axios": "^1.2.2",
"canvas-confetti": "^1.6.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"core-js": "^3.27.1",
"dateformat": "^5.0.3",
"editorjs-drag-drop": "^1.1.16",
"gsap": "^3.12.5",
"lucide-vue-next": "^0.453.0",
"md-editor-v3": "^4.17.4",
"popper.js": "^1.16.1",
"radix-vue": "^1.9.7",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"vue": "^3.5.12",
"vue-content-loader": "^2.0.1",
"vue-router": "^4.1.6",
"vuedraggable": "^4.1.0",
"vuex": "^4.1.0"
},
"devDependencies": {
"@types/dateformat": "^5.0.2",
"@types/jest": "^29.4.0",
"@vitejs/plugin-vue": "^5.1.4",
"autoprefixer": "^10.4.20",
"jest": "^29.4.3",
"laravel-echo": "^1.14.2",
"path": "^0.12.7",
"postcss": "^8.4.49",
"prettier": "^2.8.3",
"prettier-plugin-tailwindcss": "^0.2.2",
"pusher-js": "^8.0.0",
"sass-embedded": "^1.80.6",
"tailwindcss": "^3.4.14",
"ts-jest": "^29.0.5",
"typescript": "~5.6.2",
"vite": "^5.4.10",
"vue-tsc": "^2.1.8"
},
"engines": {
"node": ">= 12.22.4",
"npm": ">= 6.14.14"
}
}