-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·68 lines (68 loc) · 1.94 KB
/
package.json
File metadata and controls
executable file
·68 lines (68 loc) · 1.94 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
{
"name": "lbdserver",
"main": "index.js",
"private": true,
"dependencies": {
"@comunica/actor-init-sparql": "^1.22.0",
"@inrupt/solid-client-authn-browser": "^1.11.2",
"@inrupt/solid-client-authn-node": "^1.11.2",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"assert": "^2.0.0",
"browserify": "^17.0.0",
"browserify-fs": "^1.0.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"componentsjs": "^4.0.6",
"consolid": "^1.1.0",
"consolid-react-ui": "0.0.22",
"crypto-browserify": "^3.12.0",
"events": "^3.3.0",
"history": "^5.0.0",
"https-browserify": "^1.0.0",
"install": "^0.13.0",
"mem": "^8.1.1",
"n3": "^1.11.1",
"node-polyfill-webpack-plugin": "^1.1.2",
"npm": "^7.21.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"querystring-es3": "^0.2.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-draggable": "^4.4.3",
"react-query": "^3.18.1",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"recoil": "^0.3.1",
"solid-auth-fetcher": "^1.5.3",
"solid-node-interactive-auth": "^1.0.2",
"source-map-loader": "^3.0.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"url": "^0.11.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
"graphql-ld-comunica-solid": "^1.0.1",
"html-webpack-plugin": "^4.5.0",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.2.0"
},
"scripts": {
"start": "webpack serve --config config/webpack.dev.js",
"build": "webpack --config config/webpack.prod.js"
},
"browser": {
"child_process": false
}
}