-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.2 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
68
69
70
71
72
{
"name": "tridoc-cockpit",
"version": "2.0.0",
"private": true,
"description": "Webapplication for tridoc",
"author": {
"name": "https://github.com/tridoc"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"main": "src/js/index.js",
"dependencies": {
"@babel/compat-data": "^7.12.7",
"@github/time-elements": "^3.1.2",
"@tridoc/frontend": "^2.1.2",
"core-js": "^3.8.2",
"ipfs-only-hash": "^4.0.0",
"pdfvuer": "^1.6.1",
"vue": "^2.6.12",
"vue-class-component": "^7.2.6",
"vue-property-decorator": "^8.5.1",
"vue-router": "^3.2.0",
"vuetify": "^2.4.2",
"vuex": "^3.4.0"
},
"devDependencies": {
"@types/serviceworker-webpack-plugin": "^1.0.3",
"@types/workbox-expiration": "^4.3.1",
"@types/workbox-precaching": "^4.3.1",
"@types/workbox-routing": "^4.3.1",
"@types/workbox-strategies": "^4.3.1",
"@types/workbox-webpack-plugin": "^5.1.8",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"@vue/cli-plugin-babel": "~4.2.0",
"@vue/cli-plugin-eslint": "~4.2.0",
"@vue/cli-plugin-router": "^4.5.11",
"@vue/cli-plugin-typescript": "^4.5.10",
"@vue/cli-plugin-vuex": "^4.5.11",
"@vue/cli-service": "~4.2.0",
"@vue/eslint-config-standard": "^5.1.0",
"@vue/eslint-config-typescript": "^5.1.0",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.1.0",
"eslint-plugin-vue": "^6.1.2",
"sass": "^1.32.4",
"sass-loader": "^8.0.2",
"serviceworker-webpack-plugin": "^1.0.1",
"typescript": "^3.8.3",
"vue-cli-plugin-vuetify": "^2.0.9",
"vue-template-compiler": "^2.6.12",
"vuetify-loader": "^1.6.0",
"workbox-webpack-plugin": "^6.5.4"
},
"_id": "[email protected]",
"bugs": {
"url": "https://github.com/tridoc/tridoc-cockpit/issues"
},
"homepage": "https://tridoc.me",
"license": "ISC",
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/tridoc/tridoc-cockpit.git"
}
}