-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
79 lines (79 loc) · 2.2 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "softinux-base",
"version": "1.0.0",
"description": "Softinux Base",
"main": "index.js",
"homepage": "https://github.com/SOFTINUX/Base/Base#readme",
"keywords": [
"softinux",
"extcore"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/SOFTINUX/Base.git"
},
"author": "Softinux",
"bugs": {
"url": "https://github.com/SOFTINUX/Base/issues"
},
"scripts": {
"buildts": "tsc",
"gulp": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.0",
"@popperjs/core": "^2.11.6",
"@ttskch/select2-bootstrap4-theme": "^1.5.2",
"@types/jquery": "^3.5.14",
"@codemirror/autocomplete": "^6.3.0",
"@codemirror/commands": "^6.1.2",
"@codemirror/language": "^6.3.0",
"@codemirror/lint": "^6.0.0",
"@codemirror/search": "^6.2.2",
"@codemirror/state": "^6.1.3",
"@codemirror/view": "^6.4.2",
"admin-lte": "3.2.0",
"bootstrap": "^5.2.2",
"bs-custom-file-input": "^1.3.4",
"datatables.net": "^1.13.1",
"datatables.net-bs4": "^1.13.1",
"datatables.net-buttons": "^2.3.2",
"datatables.net-buttons-bs4": "^2.3.2",
"datatables.net-select": "^1.5.0",
"datatables.net-select-bs4": "^1.5.0",
"daterangepicker": "^3.1.0",
"html5tooltipsjs": "^1.7.3",
"icheck": "^1.0.2",
"inputmask": "^5.0.7",
"ionicons": "^6.0.4",
"jquery": "^3.6.1",
"jquery-validation": "^1.19.5",
"jquery-validation-unobtrusive": "^4.0.0",
"js-cookie": "^3.0.1",
"moment": "^2.29.4",
"normalize.css": "^8.0.1",
"popper.js": "^1.16.1",
"select2": "4.1.0-rc.0",
"toastr": "^2.1.4",
"wfk-opensans": "^1.0.1"
},
"devDependencies": {
"del": "^7.0.0",
"eslint": "^8.27.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^5.0.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^5.0.1",
"gulp-terser": "^2.1.0",
"merge-stream": "^2.0.0",
"sass": "^1.56.1",
"terser": "^5.15.1"
}
}