-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.22 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
{
"name": "patchgraph",
"version": "0.1.0",
"description": "knowledge graph in scuttleverse",
"license": "ISC",
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"dev": "webpack serve",
"deploy-app": "patchboot-install public/bundle.js 'patchgraph' 'Collaboratively create a knowledge graph in scuttleverse'",
"deploy": "run-s build deploy-app"
},
"devDependencies": {
"@rdfjs/data-model": "git+https://github.com/tpluscode/data-model.git#named-exports",
"@rdfjs/dataset": "^1.0.1",
"@triply/yasgui": "4.1.3",
"cross-env": "^7.0.2",
"css-loader": "^5.0.1",
"level-js": "6.1.0",
"memdown": "6.1.1",
"n3": "1.11.2",
"node-sass": "^5.0.0",
"npm-run-all": "^4.1.5",
"patchboot": "0.0.1",
"quadstore": "9.1.0",
"rdfjs-svelte": "0.9.8",
"serve": "^11.3.2",
"sirv-cli": "^1.0.8",
"style-loader": "^2.0.0",
"svelte": "3.29.4",
"svelte-loader": "2.13.6",
"svelte-spa-router": "3.0.5",
"web-ext": "^5.3.0",
"webpack": "webpack-4",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0"
},
"engineStrict": true,
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
"quadstore-comunica": "^1.1.0"
}
}