generated from scenaristeur/portfolio
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.jsonESLINTERR
60 lines (60 loc) · 1.75 KB
/
package.jsonESLINTERR
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
{
"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.6.0",
"@inrupt/solid-client-authn-browser": "^1.7.2",
"@ldflex/rdflib": "^1.0.0",
"@mapbox/node-pre-gyp": "^1.0.3",
"@rdfjs/data-model": "^1.2.0",
"@solid/query-ldflex": "^2.11.3",
"bootstrap": "^4.5.3",
"bootstrap-vue": "^2.21.1",
"bootswatch": "^4.6.0",
"core-js": "^3.9.1",
"ipfs": "^0.54.4",
"jsonld": "^5.2.0",
"jsqr": "^1.3.1",
"qrcode": "^1.4.4",
"register-service-worker": "^1.7.1",
"solid-auth-client": "^2.5.4",
"solid-file-client": "^1.2.2",
"uint8arrays": "^2.1.3",
"vfa-picker": "^5.9.1",
"vis-data": "^7.1.2",
"vis-network": "^9.0.4",
"vis-util": "^5.0.2",
"vue": "^2.6.12",
"vue-float-action-button": "^0.7.8",
"vue-google-login": "^2.0.5",
"vue-router": "^3.2.0",
"vue-social-sharing": "^3.0.7",
"vue-swatches": "^2.1.1",
"vue-vis-network": "^1.0.2",
"vue2x-ace-editor": "^0.1.3",
"vuex": "^3.4.0",
"watermarkjs": "^2.1.1"
},
"devDependencies": {
"@vue/cli": "^4.5.12",
"@vue/cli-plugin-babel": "^4.5.12",
"@vue/cli-plugin-eslint": "^4.5.12",
"@vue/cli-plugin-pwa": "^4.5.12",
"@vue/cli-plugin-router": "^4.5.12",
"@vue/cli-plugin-vuex": "^4.5.12",
"@vue/cli-service": "^4.5.12",
"eslint": "7.0.0",
"eslint-plugin-vue": "^7.8.0",
"jsdoc": "^3.6.6",
"vue-template-compiler": "^2.6.11"
}
}