-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
63 lines (63 loc) · 1.81 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
{
"name": "file-sharing",
"version": "4.1.0",
"commitDate": "2023-09-01T21:15:00+02:00",
"description": "Third party JS and CSS files for File Sharing",
"keywords": [
"gulp",
"templating",
"skeleton",
"boilerplate",
"bootstrap",
"fontawesome",
"css user agent",
"cssua",
"cookieconsent",
"cookie",
"datatables",
"jquery"
],
"author": {
"name": "CodelineRed",
"email": "software@codelinered.net"
},
"bugs": {
"url": "https://github.com/CodelineRed/file-sharing/issues"
},
"license": "MIT",
"homepage": "https://fs.codelinered.net",
"repository": {
"type": "git",
"url": "git://github.com/CodelineRed/file-sharing.git"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.4.2",
"bootstrap": "^5.3.1",
"browser-sync": "^2.29.3",
"cookieconsent": "^3.1.1",
"cookieconsent-scss-less": "^3.0.6",
"cssuseragent": "^2.1.31",
"datatables.net": "^1.13.6",
"datatables.net-bs5": "^1.13.6",
"del": "^6.1.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^6.0.0",
"gulp-favicons": "^3.0.0",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-jsonminify": "^1.1.0",
"gulp-sass": "^5.1.0",
"gulp-sass-lint": "^1.4.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify-es": "^3.0.0",
"jquery": "^3.7.1",
"sass": "~1.64.2",
"string-format-js": "^1.0.0"
},
"scripts": {
"postinstall": "node npm-postinstall.js"
}
}