forked from cgwire/kitsu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.6 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "kitsu",
"version": "0.13.2",
"description": "Production Management Software (user interface)",
"author": "Frank Rousseau <[email protected]>",
"repository": "https://github.com/cgwire/kitsu",
"license": "AGPL v3.0",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test:e2e": "vue-cli-service test:e2e",
"test:unit": "vue-cli-service test:unit",
"test:functional": "$(npm bin)/cypress open"
},
"dependencies": {
"async": "3.2.0",
"bowser": "2.11.0",
"chart.js": "2.9.4",
"color-hash": "2.0.1",
"cypress": "8.1.0",
"email-validator": "2.0.4",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.3.1",
"eslint-plugin-standard": "5.0.0",
"esm": "3.2.25",
"fabric": "4.5.1",
"js-3d-model-viewer": "0.1.6",
"marked": "2.1.3",
"moment": "2.29.1",
"moment-timezone": "0.5.33",
"papaparse": "5.3.1",
"pify": "5.0.0",
"sanitize-html": "2.4.0",
"sass": "1.37.5",
"sass-loader": "10.0.1",
"superagent": "6.1.0",
"textarea-caret": "3.1.0",
"thenby": "1.3.4",
"uuid": "8.3.2",
"v-autocomplete": "1.8.2",
"v-tooltip": "2.1.3",
"vue": "2.6.14",
"vue-at": "2.5.0-beta.2",
"vue-chartkick": "0.6.1",
"vue-color": "2.8.1",
"vue-cookie": "1.1.4",
"vue-drag-drop": "1.1.4",
"vue-feather-icons": "5.1.0",
"vue-i18n": "8.25.0",
"vue-infinite-scroll": "2.0.2",
"vue-lazyload": "1.3.3",
"vue-meta": "2.4.0",
"vue-pdf": "^4.3.0",
"vue-router": "3.5.2",
"vue-scroll": "2.1.13",
"vue-slider-component": "3.2.14",
"vue-textarea-autosize": "1.1.1",
"vue-upload-component": "2.8.22",
"vue-websocket": "git+https://github.com/cgwire/vue-websocket",
"vuedraggable": "2.24.3",
"vuejs-datepicker": "1.6.2",
"vuex": "3.6.2",
"vuex-router-sync": "5.0.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "4.5.13",
"@vue/cli-plugin-e2e-cypress": "4.5.13",
"@vue/cli-plugin-eslint": "5.0.0-beta.2",
"@vue/cli-plugin-unit-jest": "4.5.13",
"@vue/cli-service": "4.5.13",
"@vue/eslint-config-standard": "5.1.2",
"@vue/test-utils": "1.2.2",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.1.0",
"babel-jest": "27.0.6",
"babel-loader": "8.2.2",
"core-js": "3.16.0",
"eslint": "7.32.0",
"eslint-plugin-jest": "24.4.0",
"eslint-plugin-vue": "7.15.1",
"localStorage": "1.0.4",
"ncu": "0.2.1",
"vue-template-compiler": "2.6.14",
"webpack": "5.40.0"
},
"babel": {}
}