forked from joomla/jissues
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.51 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
45
46
47
48
49
50
51
{
"name": "Joomla-Issue-Tracker",
"version": "1.0.0-beta",
"description": "Joomla! Issue Tracker",
"main": "www/index.php",
"engines": {
"node": ">=8.9.4",
"npm": ">=5.6.0"
},
"scripts": {
"dev": "mix",
"watch": "mix watch",
"prod": "mix --production"
},
"dependencies": {
"at.js": "^1.5.4",
"blueimp-canvas-to-blob": "^3.16.0",
"blueimp-file-upload": "^9.34.0",
"blueimp-load-image": "^2.24.0",
"blueimp-tmpl": "^2.5.7",
"bootstrap-2.3.2": "^1.0.0",
"bootstrap-datepicker": "^1.9.0",
"bootstrap-select": "1.13.18",
"bootstrap-switch": "^3.4.0",
"d3": "^3.5.17",
"jquery": "1.12.4",
"jquery-simple-color": "github:recurser/jquery-simple-color",
"jquery-textrange": "^1.4.0",
"jquery-validation": "^1.19.3",
"jquery.caret": "^0.3.1",
"markItUp!": "github:markitup/1.x",
"octicons": "^4.4.0",
"twbs-pagination": "^1.4.1"
},
"devDependencies": {
"cross-env": "^6.0.3",
"laravel-mix": "^6.0.0",
"resolve-url-loader": "^3.1.0",
"sass": "^1.23.7",
"sass-loader": "^8.0.0",
"vue-template-compiler": "^2.6.10"
},
"author": "Joomla!",
"license": "GPL-2.0-or-later",
"bugs": "https://github.com/joomla/jissues",
"repository": {
"type": "git",
"url": "https://github.com/joomla/jissues"
},
"homepage": "https://github.com/joomla/jissues"
}