-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.2 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.2 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
{
"name": "consolid",
"version": "1.0.0",
"main": "src/index.js",
"keywords": [],
"author": "Jeroen Werbrouck",
"license": "ISC",
"dependencies": {
"@comunica/actor-init-sparql": "^1.21.1",
"@solid/query-ldflex": "^2.11.3",
"browserify-fs": "^1.0.0",
"browserify-zlib": "^0.2.0",
"crypto": "^1.0.1",
"crypto-browserify": "^3.12.0",
"graphql-ld": "^1.2.0",
"graphql-ld-comunica-solid": "^1.0.1",
"https-browserify": "^1.0.0",
"mime-types": "^2.1.31",
"n3": "^1.11.1",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"turtle-validator": "^1.1.1"
},
"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.1.0",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.2.0"
}
}