forked from LaravelRUS/SleepingOwlAdmin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 941 Bytes
/
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
{
"private": true,
"scripts": {
"prod": "gulp --production",
"dev": "gulp watch"
},
"devDependencies": {
"admin-lte": "^2.3.5",
"bootstrap": "^3.3.7",
"bootstrap-daterangepicker": "^2.1.24",
"datatables.net": "^1.10.12",
"dropzone": "4.3.0",
"eonasdan-bootstrap-datetimepicker": "^4.15.35",
"font-awesome": "^4.6.3",
"gulp": "^3.9.1",
"i18next": "^3.4.1",
"imports-loader": "^0.6.5",
"jquery": "^2.1.1",
"laravel-elixir": "^6.0.0-11",
"laravel-elixir-vue-2": "^0.3.0",
"laravel-elixir-webpack-official": "^1.0.2",
"lodash": "^4.17.4",
"magnific-popup": "^1.1.0",
"metismenu": "^2.5.2",
"moment": "^2.14.1",
"nestable": "^0.2.0",
"noty": "^2.3.8",
"select2": "^4.0.3",
"sortablejs": "1.4.2",
"sweetalert2": "^4.1.0",
"vue": "^2.3.3",
"vue-multiselect": "^2.0.2",
"vue-resource": "^1.3.3",
"x-editable": "^1.5.1"
}
}