generated from scenaristeur/portfolio
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.79 KB
/
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
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
{
"name": "ipgs",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"git": "npm run build && git add . && git commit -m",
"postgit": "git push && git subtree push --prefix dist origin gh-pages",
"generate-docs": "jsdoc -r src"
},
"dependencies": {
"@inrupt/solid-client": "^1.17.0",
"@inrupt/solid-client-authn-browser": "^1.11.3",
"@inrupt/vocab-common-rdf": "^1.0.3",
"@inrupt/vocab-solid-common": "^0.7.5",
"@ldflex/rdflib": "^1.0.0",
"@mapbox/node-pre-gyp": "^1.0.3",
"@rdfjs/data-model": "^2.0.0",
"@solid/query-ldflex": "^2.11.3",
"bootstrap": "^5.1.3",
"bootstrap-vue": "^2.21.1",
"bootswatch": "^5.1.3",
"chokidar": "^3.5.2",
"core-js": "^3.20.1",
"ipfs": "^0.61.0",
"jsonld": "^5.2.0",
"jsqr": "^1.3.1",
"libp2p-bootstrap": "^0.14.0",
"qrcode": "^1.5.0",
"register-service-worker": "^1.7.1",
"solid-auth-client": "^2.5.6",
"solid-file-client": "^2.1.0",
"uint8arrays": "^3.0.0",
"vis-data": "^7.1.2",
"vis-network": "^9.1.0",
"vis-util": "^5.0.2",
"vue": "^2.6.14",
"vue-router": "^3.5.3",
"vue-social-sharing": "^3.0.8",
"vue-swatches": "^2.1.1",
"vue-vis-network": "^1.0.2",
"vue2x-ace-editor": "^0.1.3",
"vuex": "^3.4.0"
},
"devDependencies": {
"@vue/cli": "^4.5.15",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-pwa": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"vue-template-compiler": "^2.6.11",
"jsdoc": "^3.6.7"
}
}