forked from hawk-digital-environments/HAWKI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 770 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 770 Bytes
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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"concurrently": "^9.1.0",
"laravel-echo": "^1.16.1",
"laravel-vite-plugin": "^1.0.5",
"pusher-js": "^8.4.0-rc2",
"shelljs": "^0.8.5",
"vite": "^5.4.0"
},
"dependencies": {
"cropperjs": "^1.6.2",
"docx": "^9.0.3",
"highlight.js": "^11.10.0",
"jquery": "^3.7.1",
"jspdf": "^2.5.2",
"katex": "^0.16.15",
"laravel-echo": "^1.16.1",
"markdown-it": "^14.1.0",
"pako": "^2.1.0",
"pusher-js": "^8.4.0-rc2"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "*"
}
}