-
Notifications
You must be signed in to change notification settings - Fork 80
/
package.json
53 lines (53 loc) · 1.58 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
52
53
{
"name": "Joomla-Issue-Tracker",
"version": "1.0.0-beta",
"description": "Joomla! Issue Tracker",
"main": "www/index.php",
"engines": {
"node": ">=16",
"npm": ">=8.5.5"
},
"scripts": {
"dev": "mix",
"watch": "mix watch",
"prod": "mix --production"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.2",
"at.js": "^1.5.4",
"blueimp-canvas-to-blob": "^3.29.0",
"blueimp-file-upload": "^10.32.0",
"blueimp-load-image": "^5.16.0",
"blueimp-tmpl": "^3.0.0",
"bootstrap": "^5.3.2",
"bootstrap-select": "1.14.0-beta3",
"chart.js": "^4.4.1",
"d3": "^3.5.17",
"jquery": "^3.7.1",
"jquery-simple-color": "github:recurser/jquery-simple-color",
"jquery-textrange": "^1.4.0",
"jquery-validation": "^1.19.4",
"jquery.caret": "^0.3.1",
"markItUp!": "github:markitup/1.x",
"octicons": "^4.4.0",
"skipto": "^4.1.7",
"twbs-pagination": "^1.4.2",
"vanillajs-datepicker": "^1.3.4"
},
"devDependencies": {
"cross-env": "^6.0.3",
"laravel-mix": "^6.0.43",
"resolve-url-loader": "^5.0.0",
"sass": "^1.50.0",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.14"
},
"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"
}