forked from sage-org/sage-widget
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.55 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
{
"name": "sage-widget",
"version": "1.4.2",
"description": "A simple widget to evaluate SPARQL queries using a Sage server",
"main": "src/App.js",
"scripts": {
"lint": "standard src/*.js --fix",
"build": "webpack",
"test": "echo 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sage-org/sage-widget.git"
},
"keywords": [
"sage client",
"sparql query",
"widget",
"react"
],
"author": "Corentin Marionneau <[email protected]> (https://github.com/Slaanaroth)",
"contributors": [
"Thomas Minier <[email protected]> (https://callidon.github.io/)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/sage-org/sage-widget/issues"
},
"homepage": "https://github.com/sage-org/sage-client#readme",
"dependencies": {
"chart.js": "^2.7.2",
"lodash.sortby": "^4.7.0",
"protobufjs": "^6.8.8",
"react": "^16.6.0",
"react-chartjs": "^1.2.0",
"react-dom": "^16.6.0",
"react-table": "^6.8.6",
"sage-client": "^1.1.4",
"yasgui-yasqe": "^2.11.22"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^1.0.1",
"mini-css-extract-plugin": "^0.4.4",
"standard": "^11.0.1",
"uglifyjs-webpack-plugin": "^1.3.0",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2"
},
"standard": {
"env": [
"browser",
"react",
"mocha",
"chai"
],
"globals": [
"sage"
]
}
}