-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.23 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "@prov4itdata/ui",
"version": "0.2.0",
"private": false,
"dependencies": {
"@comunica/actor-rdf-dereference-fallback": "^1.21.1",
"@comunica/actor-rdf-resolve-hypermedia-links-queue-fifo": "^1.21.1",
"@comunica/bus-rdf-resolve-hypermedia-links-queue": "^1.21.1",
"@prov4itdata/actor-init-sparql": "^1.1.0",
"@prov4itdata/actor-optimize-query-operation-provenance-wrapper": "^1.1.0",
"@prov4itdata/actor-query-operation-collect-provenance": "^1.1.1",
"@prov4itdata/actor-rdf-metadata-extract-annotate-provenance": "^1.0.0",
"@prov4itdata/actor-rdf-resolve-quad-pattern-federated": "^1.0.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"bootstrap": "^4.5.3",
"jquery": "^3.5.1",
"proper-url-join": "^2.1.1",
"react": "^17.0.1",
"react-bootstrap": "^1.4.0",
"react-dom": "^17.0.1",
"react-scripts": "4.0.1",
"react-syntax-highlighter": "^15.4.3",
"solid-auth-client": "^2.5.5",
"solid-file-client": "^1.2.5",
"web-vitals": "^0.2.4"
},
"scripts": {
"start": "react-scripts start",
"start:nb": "BROWSER=none yarn run start",
"start:ci": "react-scripts start --no-clipboard --listen ${PORT:-3000}",
"start:ci-bg": "BROWSER=none PORT=3001 react-scripts start --no-clipboard --listen ${PORT:-3000} &",
"build": "react-scripts build",
"eject": "react-scripts eject",
"cypress": "cypress open",
"cypress:open": "cypress open",
"cypress:verify": "cypress verify",
"cypress:info": "cypress info",
"cypress:run": "cypress run",
"cypress:run-headless": "cypress run --headless",
"test": "yarn run start:ci-bg && yarn run cypress:run-headless"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest",
"plugin:cypress/recommended"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"cypress": "^6.2.1",
"eslint-plugin-cypress": "^2.11.2",
"tsc": "^1.20150623.0"
},
"proxy": "https://localhost:3000"
}