-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.26 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.26 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
{
"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": {
"axios": "^0.21",
"laravel-mix": "^6.0.37",
"lodash": "^4.17.19",
"persian-date": "^1.1.0",
"postcss": "^8.1.14",
"resolve-url-loader": "^4.0.0",
"sass": "^1.42.1",
"sass-loader": "^12.1.0",
"webpack-cli": "^4.8.0"
},
"dependencies": {
"@popperjs/core": "^2.10.1",
"bootstrap": "^5.1.1",
"jquery": "^3.6.0",
"jquery-circle-progress": "^1.2.2",
"jquery-ui": "^1.12.1",
"leaflet": "^1.7.1",
"lightgallery": "^2.2.1",
"md.bootstrappersiandatetimepicker": "^3.11.5",
"mdb-vue-ui-kit": "^1.3.0",
"owl.carousel": "^2.3.4",
"persian-datepicker": "^1.2.0",
"select2": "^4.1.0-rc.0",
"slick-carousel": "^1.8.1",
"sweetalert": "^2.1.2",
"sweetalert2": "^11.1.4",
"tinymce": "^5.9.2",
"vue-slick": "^1.1.16"
},
"name": "adv-laravel"
}