-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
115 lines (115 loc) · 3.37 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "edatos-graphs",
"version": "1.0.0-SNAPSHOT",
"private": true,
"homepage": "./",
"dependencies": {
"@craco/craco": "^7.1.0",
"@fontsource/open-sans": "^5.0.12",
"@fontsource/roboto": "^5.0.1",
"@fortawesome/fontawesome-pro": "file:public/repository/npm/fontawesome-pro/fortawesome-fontawesome-pro-6.5.2.tgz",
"@rawgraphs/rawgraphs-core": "^1.0.0-beta.16",
"@rdfjs-elements/sparql-editor": "^0.1.6",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"array-insert": "^2.0.0",
"array-move": "^3.0.1",
"axios": "^1.4.0",
"bootstrap": "^4.5.0",
"classnames": "^2.2.6",
"clipboard": "^2.0.8",
"comlink": "^4.3.0",
"core-js": "3",
"css": "^3.0.0",
"d3": "^7.2.0",
"d3-gridding": "^0.2.0",
"d3-sankey": "^0.12.3",
"dayjs": "^1.8.33",
"echarts": "^5.4.0",
"echarts-for-react": "^3.0.2",
"headless-stepper": "^1.10.0",
"i18next": "^22.0.6",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^2.0.1",
"js-sha3": "^0.8.0",
"leaflet": "^1.9.3",
"leaflet-bing-layer": "^3.3.1",
"leaflet.wms": "^0.2.0",
"lit-html": "^1.3.0",
"lodash": "^4.17.15",
"louvain": "^1.2.0",
"lru-cache": "^6.0.0",
"moment": "^2.29.4",
"papaparse": "^5.4.1",
"primereact": "^10.5.3",
"rdf-literal": "^1.2.0",
"react": "^18.2.0",
"react-bootstrap": "^2.7.2",
"react-bootstrap-typeahead": "^5.2.2",
"react-color": "2.17.3",
"react-cookie": "^4.1.1",
"react-data-grid": "^7.0.0-beta.28",
"react-dnd": "^14.0.5",
"react-dnd-html5-backend": "^14.1.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-full-screen": "^1.1.1",
"react-i18next": "^12.0.0",
"react-icons": "^3.10.0",
"react-leaflet": "^4.2.1",
"react-scripts": "^5.0.1",
"react-uuid": "^2.0.0",
"react-xml-parser": "^1.1.8",
"sparql-http-client": "^2.4.0",
"sparqljs": "^3.5.1",
"typeface-inter": "^3.12.0",
"worker-loader": "^3.0.2"
},
"scripts": {
"format": "prettier --write src",
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "craco eject",
"build:widget": "webpack --config widget/build-utils/webpack.config.js --env env=prod",
"build:all": "npm run build:widget && craco build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"browserslistComments": {
"IE 11": "Required for compatibility with react-data-grid library until update to react-scripts 5 and react 18"
},
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@svgr/webpack": "^7.0.0",
"css-loader": "^6.7.3",
"dotenv-webpack": "^8.0.1",
"node-sass": "^8.0.0",
"prettier": "^2.1.2",
"process": "^0.11.10",
"webpack-cli": "^4.0.0",
"webpack-merge": "^5.8.0"
},
"engines": {
"node": "^18"
}
}