-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
50 lines (50 loc) · 1.46 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
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"devDependencies": {
"@popperjs/core": "^2.11.6",
"axios": "^1.7.7",
"bootstrap": "^5.2.3",
"cross-env": "^7",
"laravel-mix": "^6.0.19",
"lodash": "^4.17.21",
"postcss-loader": "^8.1.1",
"pusher-js": "^8.4.0-rc2",
"resolve-url-loader": "^5.0",
"sass": "^1.56.1",
"sass-loader": "^16.0.3",
"vue": "^3.2",
"webpack": "^5.94.0"
},
"dependencies": {
"@popperjs/core": "^2.9.2",
"bootstrap": "^5.0.2",
"bootstrap-icons": "^1.5.0",
"bootstrap-sass": "^3.4.1",
"bootswatch": "^5.0.2",
"cryptiles": "^4.1.3",
"dotenv": "^16.0",
"dropzone": "^6.0.0-beta.1",
"fs": "0.0.1-security",
"fullcalendar": "^6.1.11",
"jquery": "^3.5.1",
"laravel-echo": "^1.6.1",
"laravel-mix-purgecss": "^6.0.0",
"lightbox2": "^2.11.1",
"moment": "^2.29.4",
"npm": "^10.5",
"save-dev": "0.0.1-security",
"select2": "^4.1.0-rc.0",
"select2-bootstrap-css": "^1.4.6",
"swagger-ui": "^5.18.2",
"sweetalert2": "^11.4"
}
}