forked from collectiveaccess/providence
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.42 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
{
"name": "CollectiveAccess_Providence",
"version": "0.7.9",
"description": "[![Build Status](https://secure.travis-ci.org/collectiveaccess/providence.png?branch=master)](http://travis-ci.org/collectiveaccess/providence)",
"main": "index.js",
"directories": {
"test": "tests"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5",
"axios": "^0.23.0",
"babel": "^6.23.0",
"babel-loader": "^8.2.3",
"bootstrap": "^5.1.3",
"css-loader": "^6.4.0",
"expose-loader": "^3.1.0",
"filesize": "^8.0.3",
"jquery": "^3.6.0",
"mini-css-extract-plugin": "^2.4.3",
"postcss-loader": "^6.2.0",
"precss": "^4.0.0",
"react": "^17.0.2",
"react-bootstrap": "^2.0.0",
"react-dom": "^17.0.2",
"react-dropzone": "^11.4.2",
"sass": "^1.43.4",
"sass-loader": "^12.2.0",
"style-loader": "^3.3.1",
"tus": "^0.1.7",
"tus-js-client": "^2.3.0",
"webpack": "^5.59.1",
"webpack-cli": "^4.9.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CollectiveAccess/providence.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/CollectiveAccess/providence/issues"
},
"homepage": "https://github.com/CollectiveAccess/providence#readme"
}