-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 769 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 769 Bytes
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
{
"private": true,
"scripts": {
"prod": "gulp --production",
"dev": "gulp watch"
},
"devDependencies": {
"gulp": "^3.9.1",
"laravel-elixir": "^5.0.0"
},
"dependencies": {
"bootstrap": "^3.3.7",
"bootstrap-tour": "^0.11.0",
"datatables.net": "^1.10.12",
"datatables.net-bs": "^1.10.12",
"del": "~2.2.2",
"dom-autoscroller": "^1.3.1",
"dragula": "^3.7.2",
"font-awesome": "git+https://github.com/FortAwesome/Font-Awesome.git",
"highcharts": "^4.2.6",
"jquery": "^3.1.1",
"jquery-contextmenu": "git+https://github.com/swisnl/jQuery-contextMenu.git",
"jquery-validation": "git+https://github.com/jzaefferer/jquery-validation.git",
"select2": "git+https://github.com/select2/select2.git"
}
}