-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.31 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
{
"name": "booklice",
"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"
},
"dependencies": {
"@inrupt/solid-client": "^1.11.0",
"@inrupt/solid-client-authn-browser": "^1.11.2",
"@inrupt/vocab-common-rdf": "^1.0.1",
"@inrupt/vocab-inrupt-common": "^0.7.5",
"@inrupt/vocab-solid-common": "^0.7.5",
"@johmun/vue-tags-input": "^2.1.0",
"bootstrap": "4.5.3",
"bootstrap-vue": "^2.21.2",
"core-js": "^3.16.3",
"register-service-worker": "^1.7.1",
"underscore": "^1.13.1",
"vis": "^4.21.0-EOL",
"vis-network": "^9.1.0",
"vis-util": "^5.0.2",
"vue": "^2.6.11",
"vue-router": "^3.2.0",
"vue-vis-network": "^1.0.2",
"vuex": "^3.4.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "^3.1.1",
"@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.13",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^6.2.2",
"vue-template-compiler": "^2.6.11"
}
}