-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.57 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.57 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
{
"name": "template",
"version": "1.0.0",
"port": 8080,
"domain": "https://consolidproject.github.io/pluginTemplate/",
"scripts": {
"start": "webpack serve --config config/webpack.dev.js",
"build": "webpack --config config/webpack.prod.js"
},
"dependencies": {
"@comunica/actor-init-sparql": "^1.22.0",
"@inrupt/solid-client-authn-browser": "^1.11.2",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"assert": "^2.0.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"consolid": "^1.0.2",
"consolid-react-ui": "0.0.11",
"crypto-browserify": "^3.12.0",
"events": "^3.3.0",
"fetch-sparql-endpoint": "^2.3.1",
"graphql-ld-comunica-solid": "^1.0.1",
"jszip": "^3.7.1",
"mime-types": "^2.1.32",
"n3": "^1.11.1",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-query": "^3.24.3",
"react-router-dom": "^5.2.0",
"recoil": "^0.4.1",
"stream-browserify": "^3.0.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",
"source-map-loader": "^3.0.0",
"style-loader": "^2.0.0",
"webpack": "^5.4.0",
"webpack-cli": "^4.1.0",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.2.0"
}
}