-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
67 lines (67 loc) · 1.98 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
62
63
64
65
66
67
{
"name": "PoPock",
"version": "0.1.178",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"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": {
"@ckeditor/ckeditor5-build-inline": "^31.0.0",
"@ckeditor/ckeditor5-vue2": "^1.0.5",
"@inrupt/solid-client": "^0.1.0",
"@inrupt/vocab-common-rdf": "^0.5.5",
"@rdfjs/data-model": "^1.1.2",
"axios": "^0.20.0",
"bootstrap": "^4.5.2",
"bootstrap-vue": "^2.17.3",
"core-js": "^3.8.0",
"cross-fetch": "^3.0.6",
"git": "^0.1.5",
"markdown": "^0.5.0",
"p5": "^1.1.9",
"rdf-namespaces": "^1.8.0",
"register-service-worker": "^1.7.1",
"save": "^2.4.0",
"solid-auth-client": "^2.5.1",
"source-map-loader": "^1.1.0",
"tripledoc": "^4.3.4",
"uuid": "^8.3.1",
"vis-data": "^7.1.1",
"vis-network": "^8.5.4",
"vis-util": "^4.3.4",
"vue": "^2.6.12",
"vue-beautiful-chat": "^2.5.0",
"vue-easymde": "^1.3.1",
"vue-i18n": "^8.22.2",
"vue-infinite-scroll": "^2.0.2",
"vue-native-notification": "^1.1.1",
"vue-router": "^3.4.6",
"vue-vis-network": "^1.0.2",
"vue2vis": "0.0.18",
"vuex": "^3.6.0"
},
"devDependencies": {
"@kazupon/vue-i18n-loader": "^0.5.0",
"@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-unit-mocha": "~4.4.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/test-utils": "^1.1.0",
"babel-eslint": "^10.1.0",
"chai": "^4.1.2",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"solid-file-client": "^1.1.0",
"vue-loader": "^15.9.3",
"vue-template-compiler": "^2.6.12",
"watchpack": "^2.3.0"
}
}