-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.4 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
{
"name": "osd2f",
"version": "0.0.1",
"description": "![Python application](https://github.com/uvacw/osd2f/workflows/Python%20application/badge.svg?branch=main) <a href=\"https://github.com/psf/black\"><img alt=\"Code style: black\" src=\"https://img.shields.io/badge/code%20style-black-000000.svg\"></a> # OSD2F: Open Source Data Donation Framework",
"main": "static/js/file_upload.js",
"private": true,
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"test": "jest",
"develop": "webpack watch --mode development",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uvacw/osd2f.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/uvacw/osd2f/issues"
},
"homepage": "https://github.com/uvacw/osd2f#readme",
"dependencies": {
"blob-polyfill": "^5.0.20210201",
"bootstrap": "^4.6.0",
"bootstrap-vue": "^2.21.2",
"datatransfer-files-promise": "^1.3.1",
"glob-parent": "^5.1.1",
"jsonpath": "^1.1.1",
"libarchive.js": "^1.3.0",
"vue": "^2.6.12"
},
"devDependencies": {
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.2",
"jest": "^27.5.1",
"postcss": "^8.2.15",
"style-loader": "^2.0.0",
"vue-loader": "^15.9.6",
"vue-template-compiler": "^2.6.12",
"webpack": "^5.21.2",
"webpack-cli": "^4.9.2"
}
}