-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
85 lines (85 loc) · 2.45 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
85
{
"name": "clara",
"version": "0.9.0",
"description": "Companion for Long-term Analyses of Rehearsal Attempts ",
"main": "index.js",
"scripts": {
"start": "PORT=8080 react-app-rewired start",
"build": "react-app-rewired build",
"build-dev": "babel src --out-dir lib --source-maps inline"
},
"proxy": "http://localhost:8000",
"author": "David M. Weigl, IWK, University of Music and Performing Arts Vienna",
"license": "BSD-3-Clause",
"devDependencies": {
"@babel/cli": "^7.6.0",
"@babel/core": "^7.6.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.21.5",
"chai": "^3.5.0",
"jsdom": "^8.1.0",
"mocha": "^7.1.1",
"react-app-rewired": "^2.2.1"
},
"dependencies": {
"@inrupt/lit-generated-vocab-common": "^0.3.11",
"@inrupt/oidc-client-ext": "^1.15.0",
"@inrupt/solid-client": "^1.10.0",
"@inrupt/solid-client-authn-browser": "^1.15.0",
"@inrupt/solid-ui-react": "^2.8.2",
"@inrupt/vocab-solid-common": "^0.7.5",
"@lit-labs/react": "^2.0.0",
"@types/jest": "^29.1.2",
"@types/node": "^18.8.4",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/redux-promise": "^0.5.29",
"axios": "^1.4.0",
"bootstrap": "^5.3.1",
"browserslist": "^4.11.0",
"create-react-app": "^4.0.3",
"crypto-browserify": "^3.12.0",
"events": "^3.3.0",
"fiber": "^1.0.4",
"fibers": "^4.0.2",
"html-midi-player": "^1.5.0",
"meld-clients-core": "oerc-music/meld-clients-core#new-solid-auth-tooling",
"midimessage": "^1.0.5",
"react": "^16.14.0",
"react-bootstrap": "^2.9.0-beta.1",
"react-dom": "^16.14.0",
"react-dropzone": "^14.2.3",
"react-icons": "^4.10.1",
"react-player": "^1.11.0",
"react-redux": "^7.2.0",
"react-router": "^6.4.3",
"react-router-dom": "^6.4.3",
"react-scripts": "^5.0.1",
"redux": "^4.0.5",
"redux-promise": "^0.6.0",
"redux-thunk": "^2.3.0",
"selectable-score": "trompamusic/selectable-score#new-solid-auth-tooling",
"stop-runaway-react-effects": "^2.0.0",
"swr": "^2.1.5",
"typescript": "^4.9.5",
"usehooks-ts": "^2.9.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
}
}