-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
executable file
·44 lines (44 loc) · 1.32 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
{
"private": true,
"license": "GPL-3.0-or-later",
"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.27.2",
"bootstrap": "^5.3.0",
"cross-env": "^7.0",
"jquery": "^3.2",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.13",
"popper.js": "^1.12",
"resolve-url-loader": "^3.1.2",
"sass": "^1.32.11",
"sass-loader": "^11.0.1",
"vue-template-compiler": "^2.7.10"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"@ghalamborm/bootstrap4-rtl": "^1.6.0",
"alertifyjs": "^1.13.1",
"animate.css": "^4.1.0",
"bootstrap-select": "^1.13.17",
"bootstrap-tagsinput": "^0.7.1",
"chart.js": "^2.9.3",
"fontawesome-iconpicker": "^3.2.0",
"jquery-autocomplete": "^1.2.8",
"jquery-migrate": "^3.3.0",
"jquery-sortable": "^0.9.13",
"rvnm": "^1.5",
"select2": "^4.1.0-rc.0",
"trix": "^1.2.3",
"uprogress": "^1.0.4",
"vazir-font": "^29.0.0"
}
}