-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 997 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 997 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
32
33
34
35
36
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@popperjs/core": "^2.11.6",
"@types/bootstrap": "^5.2.9",
"axios": "^1.1.2",
"bootstrap": "^5.2.3",
"laravel-echo": "^1.16.1",
"laravel-vite-plugin": "^1.0",
"pusher-js": "^8.4.0-rc2",
"sass": "^1.56.1",
"vite": "^6.2.2"
},
"dependencies": {
"@types/jquery": "^3.5.27",
"@vitejs/plugin-vue": "^5.0.4",
"@yaireo/tagify": "^4.17.9",
"bootstrap-star-rating": "^4.1.2",
"canvas-confetti": "^1.9.2",
"easymde": "^2.18.0",
"fine-uploader": "^5.16.2",
"highlight.js": "^11.11.1",
"jquery": "^3.7.1",
"jquery.quicksearch": "^2.4.0",
"line-awesome": "^1.3.0",
"mathjax": "^3.2.2",
"multiselect": "^0.9.12",
"select2": "^4.1.0-rc.0",
"vue": "^3.4.25"
}
}