-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.68 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.68 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
{
"name": "auth-pilet",
"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",
"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",
"webpack-cli": "^4.10.0"
},
"scripts": {
"start": "pilet debug --port 1001",
"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": {
"@comunica/query-sparql": "^2.4.3",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@inrupt/solid-client-authn-core": "^1.12.2",
"@inrupt/vocab-common-rdf": "^1.0.5",
"@mui/material": "^5.10.6",
"buffer": "^6.0.3",
"consolid-shell": "github:AECOstore/bundler",
"jwt-decode": "^3.1.2",
"piral-cli-webpack5": "^0.14.32",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"universal-cookie": "^4.0.4",
"uuid": "^9.0.0"
}
}