-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.32 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "trompa-annotation-component",
"version": "0.1.0",
"private": true,
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"dependencies": {
"@apollo/client": "^3.3.11",
"@inrupt/lit-generated-vocab-common": "^0.3.11",
"@inrupt/oidc-client-ext": "1.11.2",
"@inrupt/solid-client": "^1.20.1",
"@inrupt/solid-client-authn-browser": "^1.11.7",
"@inrupt/solid-ui-react": "^2.7.0",
"@inrupt/vocab-solid-common": "0.7.5",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.4.0",
"@types/jsonld": "^1.5.6",
"@types/node": "^17.0.18",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@ungap/global-this": "^0.4.4",
"bootstrap": "^5.1.3",
"graphql": "^15.0.0",
"jsonld": "^5.2.0",
"jwt-decode": "^3.1.2",
"lodash.throttle": "^4.1.1",
"react": "^16.14.0",
"react-bootstrap-v5": "^1.4.0",
"react-dom": "^16.14.0",
"react-error-overlay": "^6.0.9",
"react-router-dom": "^6.2.1",
"react-scripts": "4.0.3",
"trompa-multimodal-component": "^1.4.0",
"typescript": "~4.4.0",
"uuid": "^8.3.2",
"wavesurfer.js": "^6.0.1",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build-react-scripts": "react-scripts build",
"build": "tsc --noEmit false && copyfiles -u 1 src/**/*.css dist",
"test": "react-scripts test",
"eject": "react-scripts eject",
"clean": "rm -rf ./dist",
"prebuild": "npm run clean",
"prepublish": "npm run build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/jsonld": "^1.5.5",
"@types/lodash.throttle": "^4.1.6",
"@types/react-router-dom": "^5.3.3",
"@types/solid__react": "^1.6.4",
"@types/solid-auth-client": "^2.4.1",
"@types/ungap__global-this": "^0.3.1",
"@types/wavesurfer.js": "^6.0.0",
"copyfiles": "^2.4.1"
}
}