-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.75 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.75 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
65
66
67
68
69
70
{
"name": "querymodule",
"version": "1.0.0",
"description": "",
"keywords": [
"pilet"
],
"devDependencies": {
"@dbeining/react-atom": "4.1.21",
"@libre/atom": "1.3.3",
"@types/node": "latest",
"@types/react": "^17",
"@types/react-dom": "^17",
"@types/react-router": "^5",
"@types/react-router-dom": "^5",
"history": "4.10.1",
"path-to-regexp": "1.8.0",
"piral-cli": "^0.14.31",
"piral-cli-webpack5": "^0.14.32",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-router": "5.3.3",
"react-router-dom": "5.3.3",
"tslib": "2.4.0",
"typescript": "latest"
},
"scripts": {
"start": "pilet debug --port 2004",
"build": "pilet build",
"upgrade": "pilet upgrade"
},
"main": "dist/index.js",
"files": [
"dist"
],
"source": "src/index.tsx",
"piral": {
"comment": "Keep this section to use the Piral CLI.",
"name": "consolid-shell"
},
"peerDependencies": {
"@dbeining/react-atom": "*",
"@libre/atom": "*",
"history": "*",
"path-to-regexp": "*",
"react": "*",
"react-dom": "*",
"react-router": "*",
"react-router-dom": "*",
"tslib": "*"
},
"peerModules": [],
"dependencies": {
"@babel/preset-typescript": "^7.18.6",
"@comunica/query-sparql": "^2.4.3",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@inrupt/solid-client-authn-browser": "^1.12.2",
"@mui/icons-material": "^5.10.6",
"@mui/material": "^5.10.6",
"@mui/x-data-grid": "^5.17.4",
"buffer": "^6.0.3",
"consolid-daapi": "^0.0.8",
"consolid-raapi": "^0.0.9",
"consolid-shell": "github:AECOstore/shell",
"react-service-worker": "^0.1.1",
"sparqlalgebrajs": "^4.0.3",
"stream-browserify": "^3.0.0"
}
}