-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.87 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
{
"name": "journal-observatory-browser",
"version": "1.0.0",
"private": true,
"dependencies": {
"@comunica/actor-rdf-serialize-shaclc": "^2.6.7",
"@comunica/query-sparql": "^2.5.2",
"@comunica/query-sparql-rdfjs": "^2.6.7",
"@comunica/types": "^2.6.7",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.11.9",
"@mui/material": "^5.11.8",
"@reduxjs/toolkit": "^1.9.2",
"jsonld": "^8.1.0",
"memory-level": "^1.0.0",
"n3": "^1.16.3",
"prop-types": "^15.8.1",
"quadstore": "^11.0.8",
"quadstore-comunica": "^3.0.9",
"rdf-data-factory": "^1.1.1",
"react": "^18.2.0",
"react-dom": "18.2.0",
"react-linkify-it": "^1.0.7",
"react-markdown": "^8.0.7",
"react-redux": "^8.0.5",
"react-router-dom": "^6.8.1",
"react-scripts": "^5.0.1",
"react-scroll-to-top": "3.0.0",
"redux": "^4.2.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@types/jsonld": "^1.5.8",
"@types/n3": "^1.10.4",
"@types/react": "^18.0.27",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"eslint": "^8.32.0",
"eslint-plugin-react": "^7.32.1",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.3",
"typescript-eslint-language-service": "^5.0.0",
"typescript-language-server": "^3.0.3"
},
"prettier": {
"tabWidth": 4,
"singleQuote": false
}
}