-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.18 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.18 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
{
"name": "adminarchitect-mix",
"version": "1.1.0",
"description": "Admin Architect Webpack Mix tasks.",
"main": "mix.js",
"repository": {
"type": "git",
"url": "git@github.com:adminarchitect/mix.git"
},
"author": "endi1982@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/adminarchitect/mix/issues"
},
"homepage": "http://adminarchitect.com",
"dependencies": {
"axios": "^0.16.2",
"bootstrap": "^3.3.7",
"bootstrap-datepicker": "git+https://github.com/uxsolutions/bootstrap-datepicker.git",
"bootstrap-daterangepicker": "git+https://github.com/dangrossman/bootstrap-daterangepicker.git",
"ckeditor": "^4.7.0",
"fancybox": "^3.0.0",
"font-awesome": "^4.7.0",
"jquery-toggles": "git+https://github.com/simontabor/jquery-toggles.git",
"jquery-ui": "^1.12.1",
"medium-editor": "^5.23.1",
"moment": "^2.18.1",
"nestedSortable": "git+https://github.com/ilikenwf/nestedSortable.git",
"selectize": "^0.12.4",
"tinymce": "^4.6.4",
"vue": "^2.4.2",
"vue-clip": "^1.0.0",
"vuex": "^2.3.1"
}
}