This repository has been archived by the owner on Aug 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.6 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
{
"name": "LinkDaLe",
"version": "0.1.0",
"private": true,
"homepage": "http://linkdale.org/",
"dependencies": {
"ajv": "^6.5.4",
"babyparse": "^0.4.6",
"codemirror": "^5.40.2",
"csv-stringify": "^4.3.1",
"d3": "^5.7.0",
"gh-pages": "^2.0.1",
"har-validator": "^5.0.3",
"highlight.js": "^9.12.0",
"material-ui": "^0.20.2",
"prop-types": "^15.6.2",
"radium": "^0.25.0",
"rdf-ext": "0.3.0",
"rdf-serializer-abstract": "^0.3.1",
"rdf-serializer-jsonld": "0.3.0",
"rdf-serializer-jsonld-ext": "^1.2.0",
"rdf-serializer-n3": "0.3.0",
"rdf-serializer-ntriples": "^0.3.0",
"rdf-serializer-sparql-update": "^0.3.0",
"rdfstore": "^0.9.17",
"react": "^16.5.2",
"react-codemirror": "^1.0.0",
"react-digraph": "^4.1.7",
"react-dom": "^16.5.2",
"react-highlight": "^0.12.0",
"react-icons": "^3.1.0",
"react-markdown": "^4.0.2",
"react-tap-event-plugin": "^3.0.3",
"request": "^2.88.0",
"sparql-client-2": "^0.6.2",
"sparqljs": "^2.1.0",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.6.0",
"jsdom": "^12.2.0",
"jsdom-global": "3.0.2",
"react-scripts": "^2.0.4",
"react-test-renderer": "^16.5.2"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}