-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.01 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.01 KB
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
64
65
66
67
68
69
70
{
"name": "sample-react-app",
"version": "0.1.0",
"private": true,
"homepage": "./",
"description": "Consent Receipt Suite (CR)",
"repository": {
"type": "git",
"url": "git+https://github.com/datafund/dr-editor-sample.git"
},
"dependencies": {
"@datafund/consent-viewer": "^0.1.5",
"@datafund/data-receipt": "^0.1.25",
"web3": "1.0.0-beta.37",
"base64json": "^1.0.3",
"bootstrap": "^4.1.3",
"classnames": "^2.2.6",
"console-feed": "^2.8.8",
"export-from-json": "^1.1.3",
"fds.js": "git+https://github.com/fairDataSociety/fds.js.git#multibox",
"js-file-download": "^0.4.7",
"jsoneditor-react": "^1.0.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.11",
"lunchtype.css": "^1.0.1",
"node-sass": "^4.9.4",
"node-sass-chokidar": "^1.3.4",
"npm-run-all": "^4.1.5",
"react": "^16.8.6",
"react-csv": "^1.1.1",
"react-dom": "^16.8.6",
"react-json-pretty": "^1.7.9",
"react-json-to-html": "0.0.3",
"react-jsonschema-form-bs4": "^1.5.1",
"react-loader-advanced": "^1.7.1",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.8",
"react-table": "^6.10.0",
"react-toastify": "^5.3.2",
"reactstrap": "^5.0.0",
"simple-react-validator": "0.0.6",
"uuid": "^3.3.2",
"qrcode.react": "^0.9.3"
},
"peerDependencies": {
"jquery": "^3.4.1"
},
"scripts": {
"start": "npm-run-all -p build:css watch:css start-react",
"build": "npm-run-all -p build:css build-react",
"test": "react-scripts test",
"eject": "react-scripts eject",
"build:css": "node-sass-chokidar src/styles/main.scss -o src/styles/",
"watch:css": "node-sass-chokidar src/styles -o src/styles --watch --recursive",
"start-react": "react-scripts start",
"build-react": "react-scripts build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"bugs": {
"url": "https://github.com/datafund/dr-editor-sample/issues"
}
}