This repository has been archived by the owner on Dec 27, 2023. It is now read-only.
forked from projectsend/projectsend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.68 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
{
"name": "projectsend",
"description": "ProjectSend is an open source, clients-oriented, private file sharing web application.",
"repository": {
"type": "git",
"url": "git+https://github.com/projectsend/projectsend.git"
},
"author": "Ignacio Nelson <[email protected]>",
"license": "GPL-3.0-or-later",
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^23.1.0",
"@yaireo/tagify": "4.12.0",
"axios": "^1.1.3",
"bootstrap": "5.2.1",
"bootstrap-datepicker": "1.9.0",
"bootstrap-toggle": "2.2.2",
"chart.js": "^2.9.4",
"codemirror-minified": "^5.65.2",
"font-awesome": "4.7.0",
"footable": "2.0.6",
"jquery": "^3.5.0",
"jquery-migrate": "3.0.1",
"jquery-validation": "^1.19.5",
"js-cookie": "2.2.0",
"node-jen": "1.1.0",
"prop-types": "^15.8.1",
"select2": "^4.1.0-rc.0",
"select2-bootstrap-5-theme": "^1.3.0",
"sjcl": "^1.0.8",
"sprintf-js": "1.1.2",
"sweetalert2": "^11.4.37",
"toastr": "^2.1.4",
"vanilla-context-menu": "^1.3.0"
},
"devDependencies": {
"babel-preset-env": "^1.7.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"postcss-scss": "^4.0.4",
"pump": "^1.0.3",
"sass": "^1.54.8"
},
"//": {
"semantic-ui": "^2.2.13"
}
}