-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.39 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
{
"name": "lincd",
"license": "MPL-2.0",
"version": "0.5.22",
"description": "LINCD is a JavaScript library for building user interfaces with linked data (also known as 'structured data', or RDF)",
"main": "lib/index.js",
"lincd": true,
"scripts": {
"build": "npm exec lincd build",
"dev": "npm exec lincd dev",
"test": "jest",
"format:check": "prettier --check .",
"format:write": "prettier --write .",
"prepublishOnly": "npm exec lincd build production"
},
"keywords": [
"lincd",
"linked",
"code",
"linked-data",
"graph",
"RDF",
"in-memory",
"interoperable",
"semantic-web",
"semantic"
],
"author": {
"name": "René Verheij",
"url": "https://github.com/flyon",
"email": "rene@semantu.com"
},
"dependencies": {
"@types/jest": "^29.2.5",
"@types/node": "^18.11.10",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"classnames": "^2.3.2",
"eventemitter3": "3.1.0",
"next-tick": "^1.0.0",
"rdflib": "^2.2.17",
"react": "^18.1",
"react-dom": "^18.1",
"react-usestateref": "^1.0.8",
"typedoc": "^0.23.7"
},
"devDependencies": {
"@jest/globals": "^29.1.2",
"buffer": "^6.0.3",
"jest": "^29.0.3",
"jest-environment-jsdom": "^29.3.1",
"lincd-cli": "^0.2.29",
"prettier": "^2.3.1",
"ts-jest": "^29.0.1",
"typescript": "4.8.4"
}
}