forked from cgwire/kitsu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 2.58 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
90
{
"name": "kitsu",
"version": "0.15.50",
"description": "Production Management Software (user interface)",
"author": "Frank Rousseau <[email protected]>",
"repository": "https://github.com/cgwire/kitsu",
"license": "AGPL v3.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"format": "prettier ./src --no-semi --trailing-comma none --arrow-parens avoid --trailing-comma none --single-quote --write",
"test:unit": "vitest tests/unit"
},
"dependencies": {
"@animxyz/vue": "0.6.7",
"@arch-inc/fabricjs-psbrush": "0.0.20",
"@google/model-viewer": "1.10.1",
"@vitejs/plugin-vue2": "2.2.0",
"async": "3.2.0",
"autoprefixer": "10.4.13",
"bowser": "2.11.0",
"chart.js": "2.9.4",
"color-hash": "2.0.1",
"color-string": "1.9.1",
"email-validator": "2.0.4",
"eslint-plugin-prettier": "^4.2.1",
"fabric": "cgwire/fabric.js",
"js-3d-model-viewer": "0.1.6",
"marked": "4.0.10",
"moment": "2.29.1",
"moment-timezone": "0.5.33",
"panzoom": "9.4.3",
"papaparse": "5.3.1",
"pify": "5.0.0",
"postcss": "8.4.20",
"qrcode.vue": "1.7.0",
"sanitize-html": "2.8.1",
"sass": "1.37.5",
"socket.io-client": "2.4.0",
"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",
"vite": "4.0.3",
"vue": "2.7.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.6.5",
"vue-scroll": "2.1.13",
"vue-slider-component": "2.8.16",
"vue-template-compiler": "2.7.14",
"vue-textarea-autosize": "1.1.1",
"vue-websocket-next": "0.2.5",
"vuedraggable": "2.24.3",
"vuejs-datepicker": "1.6.2",
"vuex": "3.6.2",
"vuex-router-sync": "5.0.0",
"wavesurfer.js": "5.2.0"
},
"devDependencies": {
"@vue/compiler-sfc": "2.7.14",
"@vue/test-utils": "1.3.3",
"eslint": "8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-vue": "9.8.0",
"esm": "3.2.25",
"jsdom": "20.0.3",
"localStorage": "1.0.4",
"prettier": "2.8.4",
"vite-plugin-eslint": "^1.8.1",
"vitest": "0.26.2",
"vitest-localstorage-mock": "0.0.1"
},
"engines": {
"node": ">=16.0"
}
}