-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
30 lines (30 loc) · 953 Bytes
/
package.json
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
{
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"start": "webpack serve --open"
},
"dependencies": {
"@inrupt/solid-client": "^1.29.0",
"@inrupt/solid-client-access-grants": "^2.3.1",
"@inrupt/solid-client-authn-browser": "^1.16.0",
"@inrupt/solid-client-notifications": "^1.3.0",
"@inrupt/vocab-common-rdf": "^1.0.5",
"@inrupt/vocab-solid": "^1.0.4",
"@knight-lab/timelinejs": "^3.9.2",
"caman": "^4.1.2",
"gun": "^0.2020.1239",
"isomorphic-git": "^1.24.0",
"nvm": "^0.0.4",
"quadstore": "^12.0.1",
"stream-browserify": "^3.0.0",
"webtorrent": "^2.0.27"
},
"devDependencies": {
"css-loader": "^6.8.1",
"style-loader": "^3.3.3",
"webpack": "^5.85.0",
"webpack-cli": "^5.1.1",
"webpack-dev-server": "^4.15.0"
}
}