-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·64 lines (64 loc) · 1.89 KB
/
package.json
File metadata and controls
executable file
·64 lines (64 loc) · 1.89 KB
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": "projectquery",
"version": "1.0.0",
"port": 8083,
"domain": "https://consolidproject.github.io/pluginQuery/",
"scripts": {
"start": "webpack serve --config config/webpack.dev.js",
"build:dev": "webpack --config config/webpack.dev.js",
"build": "webpack --config config/webpack.prod.js"
},
"dependencies": {
"@comunica/actor-init-sparql": "^1.22.0",
"@frogcat/ttl2jsonld": "0.0.6",
"@inrupt/solid-client-authn-browser": "^1.11.2",
"@ldflex/comunica": "^3.4.2",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@solid/query-ldflex": "^2.11.3",
"assert": "^2.0.0",
"browserify-fs": "^1.0.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"consolid": "^1.1.0",
"consolid-react-ui": "0.0.10",
"crypto-browserify": "^3.12.0",
"events": "^3.3.0",
"graphql-ld": "^1.2.0",
"graphql-ld-comunica-solid": "^1.0.1",
"https-browserify": "^1.0.0",
"ldflex": "^2.12.1",
"mem": "^9.0.0",
"n3": "^1.10.0",
"os-browserify": "^0.3.0",
"path": "^0.12.7",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"react": "^17.0.1",
"react-bootstrap": "^1.6.0",
"react-dom": "^17.0.1",
"react-query": "^3.24.4",
"react-router-dom": "^5.2.0",
"recoil": "^0.4.1",
"source-map-loader": "^3.0.0",
"sparqlalgebrajs": "^3.0.2",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"util": "^0.12.4"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.1",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.0.0",
"html-webpack-plugin": "^4.5.0",
"style-loader": "^2.0.0",
"webpack": "^5.4.0",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.2.0"
}
}