-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
81 lines (81 loc) · 2.38 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
{
"scripts": {
"prod": "webpack --mode production",
"dev": "webpack --mode development --watch"
},
"keywords": [
"Semantic web",
"ontology"
],
"name": "AskOmics",
"version": "4.5.0",
"description": "Visual SPARQL query builder",
"author": "Xavier Garnier",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/askomics/askomics.git"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"eslint": "^7.9.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-standard": "^4.0.1",
"npm-check-updates": "^16.3.4",
"terser-webpack-plugin": "^4.2.2",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.14.0",
"@fortawesome/free-brands-svg-icons": "^5.14.0",
"@fortawesome/free-regular-svg-icons": "^5.14.0",
"@sentry/browser": "^7.119.1",
"axios": "^1.6.0",
"babel-preset-env": "^1.7.0",
"bootstrap": "^4.5.2",
"css-loader": "^6.8.1",
"dedent": "^0.7.0",
"dompurify": "^2.0.17",
"file-loader": "^6.1.0",
"history": "^5.0.0",
"immutability-helper": "^3.1.1",
"js-file-download": "^0.4.12",
"pretty-time": "^1.1.0",
"prismjs": "^1.27.0",
"qs": "^6.10.3",
"rc-switch": "^4.1.0",
"react": "^16.13.1",
"react-ace": "^9.1.3",
"react-addons-update": "^15.6.3",
"react-autosuggest": "^10.1.0",
"react-bootstrap-table-next": "^4.0.3",
"react-bootstrap-table2-editor": "^1.4.0",
"react-bootstrap-table2-paginator": "^2.1.2",
"react-contextmenu": "^2.14.0",
"react-datepicker": "^3.6.0",
"react-dom": "^16.13.1",
"react-force-graph": "^1.39.2",
"react-force-graph-3d": "^1.22.0",
"react-resize-detector": "^5.2.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-simple-code-editor": "^0.11.0",
"react-sizeme": "^3.0.2",
"react-syntax-highlighter": "^15.4.3",
"react-tooltip": "^5.13.1",
"reactstrap": "^8.6.0",
"style-loader": "^1.2.1",
"three": "^0.150.1",
"three-spritetext": "^1.6.5",
"url-loader": "^4.1.0"
}
}