-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
49 lines (49 loc) · 1.56 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"prod:build": "vite build",
"sass:lint": "stylelint resources/sass/"
},
"dependencies": {
"@alpinejs/focus": "^3.12.3",
"@conedevelopment/qkie": "^1.1.1",
"@hotwired/turbo": "^8.0.0",
"@tiptap/core": "^2.9.1",
"@tiptap/extension-highlight": "^2.9.1",
"@tiptap/extension-history": "^2.9.1",
"@tiptap/extension-image": "^2.9.1",
"@tiptap/extension-link": "^2.9.1",
"@tiptap/extension-text-align": "^2.9.1",
"@tiptap/extension-underline": "^2.9.1",
"@tiptap/pm": "^2.9.1",
"@tiptap/starter-kit": "^2.9.1",
"acorn": "^8.10.0",
"alpinejs": "^3.12.3",
"apexcharts": "^3.42.0",
"axios": "^1.4.0",
"laravel-vite-plugin": "^1.1.1",
"postcss": "^8.4.38",
"prosemirror-commands": "^1.5.0",
"prosemirror-dropcursor": "^1.6.1",
"prosemirror-gapcursor": "^1.3.1",
"prosemirror-history": "^1.3.0",
"prosemirror-keymap": "^1.2.0",
"prosemirror-schema-list": "^1.2.2",
"resolve-url-loader": "^3.1.2",
"sass": "^1.81.0",
"sass-loader": "^8.0.0",
"sprucecss": "^2.3.3",
"tiptap": "^1.32.2",
"vite": "^6.0.0"
},
"devDependencies": {
"stylelint": "^16.10.0",
"stylelint-config-sass-guidelines": "^12.1.0",
"stylelint-order": "^6.0.4"
},
"engines": {
"node": "^18.0 || ^19.0 || ^20.0 || ^21.0 || ^22.0"
}
}