-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 962 Bytes
/
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
{
"name": "rswebsync",
"version": "1.0.0",
"description": "Reporting Service Web Sync",
"main": "index.html",
"scripts": {
"start": "parcel index.html",
"test": "parcel build index.html"
},
"author": "NeetoSoft",
"license": "ISC",
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"@types/isomorphic-fetch": "0.0.35",
"parcel-bundler": "^1.12.5",
"sass": "^1.32.8",
"typescript": "^4.2.3"
},
"dependencies": {
"bootstrap": "^4.6.0",
"bytes": "^3.1.0",
"dropzone": "^5.8.1",
"es6-promise": "^4.2.8",
"fetch": "^1.1.0",
"file-saver": "^2.0.5",
"gasparesganga-jquery-loading-overlay": "^2.1.7",
"istextorbinary": "^5.12.0",
"jquery": "^3.6.0",
"jquery.fancytree": "^2.38.0",
"jszip": "^3.6.0",
"knockout": "^3.5.1",
"lodash": "^4.17.21",
"popper.js": "^1.16.1",
"portable-fetch": "^3.0.0",
"toastr": "^2.1.4",
"url": "^0.11.0"
}
}