-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathpackage.json
111 lines (111 loc) · 3.12 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
{
"name": "sparnatural",
"version": "10.1.2",
"description": "Visual client-side SPARQL query builder and knowledge graph exploration tool",
"main": "dist/sparnatural.js",
"module": "dist/sparnatural.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js --mode production",
"build-dev": "rm -rf dist && webpack --mode development",
"start": "webpack serve --hot --config webpack.config.js --mode development",
"pretty": "prettier --write \"./src/**/*.{ts,js,json}\""
},
"keywords": [
"knowledge graphs",
"visual",
"SPARQL",
"RDF",
"OWL",
"SHACL",
"query builder",
"react",
"angular",
"Typescript"
],
"homepage": "https://sparnatural.eu/",
"bugs": {
"url": "https://github.com/sparna-git/Sparnatural/issues"
},
"author": {
"name": "Thomas Francart",
"url": "https://github.com/tfrancart"
},
"contributors": [
{
"name": "Pascal Steiner",
"url": "https://github.com/SteinerPascal"
},
{
"name": "Antoine Dupré",
"url": "https://github.com/antoine37120"
}
],
"repository": {
"type": "git",
"url": "https://github.com/sparna-git/Sparnatural"
},
"license": "GNU LGPL-3.0",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@types/awesomplete": "^1.1.15",
"@types/jquery": "^3.5.14",
"@types/leaflet": "1.9.8",
"@types/n3": "^1.10.4",
"@types/rdfjs__dataset": "^2.0.0",
"@types/select2": "^4.0.55",
"@types/sortablejs": "^1.13.0",
"@types/sparqljs": "^3.1.3",
"@types/streamify-string": "^1.0.0",
"@webpack-cli/serve": "^1.6.1",
"babel-loader": "^8.0.6",
"babel-polyfill": "^6.26.0",
"buffer": "^6.0.3",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^3.1.0",
"file-loader": "^6.2.0",
"filemanager-webpack-plugin": "^8.0.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.6.0",
"prettier": "^2.6.2",
"querystring-es3": "^0.2.1",
"sass": "^1.79.2",
"sass-loader": "^16.0.1",
"stream-browserify": "^3.0.0",
"ts-loader": "^9.3.0",
"typescript": "^4.6.3",
"url": "^0.11.0",
"url-loader": "^4.1.1",
"util": "^0.12.4",
"webpack": "^5.72.1",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-bundle-size-analyzer": "^3.1.0",
"webpack-cli": "^4.9.2",
"webpack-dashboard": "^3.3.7",
"webpack-dev-server": "^4.9.1",
"write-file-webpack-plugin": "^4.5.1"
},
"dependencies": {
"@chenfengyuan/datepicker": "^1.0.10",
"@geoman-io/leaflet-geoman-free": "2.16.0",
"@rdfjs/types": "^1.1.0",
"awesomplete": "^1.1.5",
"bootstrap": "^5.1.3",
"chatgpt-md-translator": "^1.7.1",
"jquery": "^3.6.0",
"jquery-nice-select": "^1.1.0",
"jstree": "^3.3.12",
"leaflet": "1.9.4",
"n3": "^1.3.5",
"rdf-data-factory": "^1.1.2",
"rdf-parse": "^2.1.0",
"rdf-stores": "^1.0.0",
"select2": "^4.0.13",
"sortablejs": "^1.14.0",
"sparqljs": "^3.7.1",
"streamify-string": "^1.0.1",
"tippy.js": "^6.3.5"
}
}