-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.93 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
{
"name": "dathostplus",
"version": "0.0.1",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^0.21.1",
"bootstrap-vue": "^2.21.2",
"clone": "^1.0.4",
"codemirror": "^5.61.1",
"core-js": "^3.6.5",
"dathost": "^0.0.10",
"debounce": "^1.2.1",
"downloadjs": "^1.4.7",
"filepond": "^4.28.2",
"filepond-plugin-file-encode": "^2.1.10",
"filepond-plugin-file-validate-size": "^2.2.4",
"jszip": "^3.6.0",
"register-service-worker": "^1.7.1",
"vue": "^2.6.11",
"vue-class-component": "^7.2.3",
"vue-codemirror": "^4.0.6",
"vue-filepond": "^6.0.3",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.2.0",
"vue-tree-list": "^1.5.0",
"vuedraggable": "^2.24.3",
"websocket-ts": "^1.1.0"
},
"devDependencies": {
"@types/chai": "^4.2.11",
"@types/clone": "^2.1.0",
"@types/debounce": "^1.2.0",
"@types/downloadjs": "^1.4.2",
"@types/mocha": "^5.2.4",
"@types/node": "^15.6.0",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-pwa": "^4.5.13",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-plugin-unit-mocha": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/eslint-config-typescript": "^7.0.0",
"@vue/test-utils": "^1.0.3",
"chai": "^4.1.2",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^6.2.2",
"typescript": "~4.1.5",
"vue-template-compiler": "^2.6.11"
}
}