forked from Ontotext-AD/graphdb-workbench
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
106 lines (106 loc) · 3.75 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
{
"name": "graphdb-workbench",
"version": "2.8.0-TR11",
"description": "The web application for GraphDB APIs",
"scripts": {
"build": "webpack --config=webpack.config.prod.js",
"build-dev": "webpack --config=webpack.config.dev.js",
"start": "webpack-dev-server --config=webpack.config.dev.js --open",
"lint": "eslint ./src",
"less:watch": "less-watch-compiler --config=./less-watch-compiler.config.json",
"less:preprocess": "less-watch-compiler --config=./less-compiler.config.json",
"license-report": "license-checker --production --json --customPath license-checker-format.json --out dist/license-checker.json",
"postbuild": "npm run license-report && copyfiles -V -f license-checker/license-checker-static.json dist/"
},
"files": [
"dist/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Ontotext-AD/graphdb-workbench.git"
},
"keywords": [
"graphdb",
"workbench"
],
"author": {
"name": "\"Sirma AI\" JSC, trading as Ontotext",
"url": "https://www.ontotext.com/"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Ontotext-AD/graphdb-workbench/issues"
},
"homepage": "https://github.com/Ontotext-AD/graphdb-workbench#readme",
"devDependencies": {
"@babel/runtime": "^7.19.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.1.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"copyfiles": "^2.4.1",
"css-loader": "^3.3.2",
"ejs-loader": "^0.5.0",
"eslint": "^5.16.0",
"eslint-config-google": "^0.13.0",
"expose-loader": "^0.7.5",
"extract-loader": "^5.1.0",
"file-loader": "^4.3.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"is-obj": "^2.0.0",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"license-checker": "^25.0.1",
"mini-css-extract-plugin": "^0.8.0",
"minimist": "^1.2.5",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"puppeteer": "^5.3.1",
"sonarqube-scanner": "^3.3.0",
"style-loader": "^0.23.1",
"url-loader": "^2.3.0",
"webpack": "^4.41.2",
"webpack-auto-inject-version": "^1.2.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.2.1",
"webpack-merge-and-include-globally": "^2.1.20"
},
"dependencies": {
"@awesome.me/kit-94ffd2fc4a": "^1.0.105",
"angular-animate": "1.3.8",
"angular-bowser": "0.0.4",
"angular-cookies": "1.3.8",
"angular-local-storage": "0.1.5",
"angular-pageslide-directive": "^2.2.0",
"angular-route": "1.3.8",
"angular-sanitize": "1.3.11",
"angular-toastr": "^2.1.1",
"angular-translate": "^2.18.3",
"angular-translate-loader-static-files": "^2.18.3",
"angular-ui-bootstrap": "0.14.3",
"angular-ui-scroll": "^1.7.6",
"angular-xeditable": "^0.10.0",
"angularjs-slider": "^7.0.0",
"autofill-event": "0.0.1",
"d3": "^7.8.5",
"echarts": "^5.4.3",
"font-awesome": "^4.7.0",
"jquery": "^3.4.1",
"jsonld": "^8.3.2",
"jsrsasign": "^11.0.0",
"lodash": "^4.17.21",
"markdown-it": "^14.1.0",
"ng-custom-element": "^2.0.3",
"ng-file-upload": "^12.2.13",
"ng-tags-input": "^3.2.0",
"oclazyload": "^1.1.0",
"ontotext-yasgui-web-component": "1.3.19",
"shepherd.js": "^11.2.0"
},
"resolutions": {
"minimist": "^1.2.5"
}
}