-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.58 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.58 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
{
"name": "rotor",
"version": "1.0.0",
"description": "Rotor",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"build:brotli": "BROTLI=1 vite build",
"preview": "vite preview",
"watch": "vite build --watch"
},
"dependencies": {
"@fancyapps/ui": "^6.1.7",
"@fortawesome/fontawesome-free": "^7.2",
"@popperjs/core": "^2.11.8",
"@tiptap/core": "^3.22.1",
"@tiptap/extension-character-count": "^3.22.3",
"@tiptap/extension-color": "^3.22.1",
"@tiptap/extension-file-handler": "^3.22.3",
"@tiptap/extension-image": "^3.22.1",
"@tiptap/extension-mention": "^3.22.3",
"@tiptap/extension-placeholder": "^3.22.1",
"@tiptap/extension-table": "^3.22.3",
"@tiptap/extension-text-align": "^3.22.1",
"@tiptap/extension-text-style": "^3.22.1",
"@tiptap/starter-kit": "^3.22.1",
"@tiptap/suggestion": "^3.22.3",
"bootstrap": "^5.3.8",
"bootstrap5-tags": "^1.7.16",
"chartist": "^1.5.0",
"notyf": "^3.10.0"
},
"devDependencies": {
"laravel-vite-plugin": "^3.0.1",
"sass": "^1.91.2",
"vite": "^8.0.3",
"vite-plugin-compression2": "^2.5.3"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/visavi/rotor.git"
},
"author": "Alexander Grigorev",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/visavi/rotor/issues"
},
"homepage": "https://github.com/visavi/rotor#readme"
}