-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
86 lines (86 loc) · 2.63 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
86
{
"name": "music-scholars-annotator",
"version": "0.0.1",
"description": "TROMPA music scholars annotator component",
"main": "index.js",
"scripts": {
"start": "PORT=8080 react-scripts start",
"build": "react-scripts build",
"build-dev": "babel src --out-dir lib --source-maps inline",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"author": "Federico Zubani, Goldsmiths University of London, dept. of Computing and 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",
"@types/react-modal": "^3.12.1",
"@types/react-router-dom": "^5.1.8",
"@types/redux-promise": "^0.5.29",
"@types/solid-auth-client": "^2.4.1",
"@types/solid__react": "^1.6.4",
"eslint-plugin-react-hooks": "^4.2.0",
"gh-pages": "^3.1.0",
"prettier": "^2.3.2",
"react-router-dom": "^5.2.0"
},
"dependencies": {
"@apollo/client": "^3.3.15",
"@inrupt/lit-generated-vocab-common": "^0.3.11",
"@inrupt/solid-client": "^1.3.0",
"@inrupt/solid-client-authn-browser": "^1.9.1",
"@inrupt/solid-ui-react": "^2.3.1",
"@material-ui/core": "^4.12.1",
"@material-ui/icons": "^4.11.2",
"@solid/react": "^1.9.0",
"@types/jest": "^26.0.24",
"@types/node": "^16.3.2",
"@types/react": "^17.0.14",
"@types/react-dom": "^17.0.9",
"@types/react-toggle": "^4.0.3",
"@types/solid-auth-client": "^2.4.1",
"bootstrap": "^5.0.2",
"browserslist": "^4.11.0",
"fibers": "^5.0.0",
"graphql": "^14.7.0",
"meld-clients-core": "oerc-music/meld-clients-core#new-solid-auth-tooling",
"node-sass": "^4.13.1",
"prop-types": "^15.7.2",
"react": "^16.13.0",
"react-accessible-accordion": "^3.3.4",
"react-bootstrap-v5": "^1.4.0",
"react-dom": "^16.13.0",
"react-modal": "^3.12.1",
"react-player": "^1.11.0",
"react-redux": "^7.2.0",
"react-scripts": "^3.1.1",
"react-toggle": "^4.1.1",
"redux": "^4.0.5",
"redux-promise": "^0.6.0",
"redux-thunk": "^2.3.0",
"sass": "^1.26.3",
"selectable-score": "trompamusic/selectable-score#new-solid-auth-tooling",
"trompa-multimodal-component": "^1.4.0",
"typescript": "^4.3.5",
"uuid": "^8.3.2"
},
"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": [
"plugin:react-hooks/recommended"
]
}
}