-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
47 lines (47 loc) · 1.08 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
{
"name": "vidat2",
"private": true,
"version": "2.0.7",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@quasar/extras": "^1.15.10",
"@vueuse/core": "^8.9.4",
"jszip": "^3.10.1",
"lodash.clonedeep": "^4.5.0",
"monaco-editor": "^0.34.1",
"mp4box": "^0.5.2",
"pinia": "^2.0.29",
"quasar": "^2.11.5",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@quasar/vite-plugin": "^1.6.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@vitejs/plugin-vue": "^4.6.2",
"sass": "^1.33.0",
"unplugin-vue-components": "^0.26.0",
"vite": "^4.5.2",
"vite-plugin-monaco-editor": "^1.1.0"
},
"prettier": {
"printWidth": 120,
"semi": false,
"trailingComma": "none",
"singleQuote": true,
"singleAttributePerLine": true,
"importOrder": [
"^\\~/(.*)$",
"^[./]"
],
"importOrderSortSpecifiers": true,
"importOrderSeparation": true,
"plugins": [
"@trivago/prettier-plugin-sort-imports"
]
}
}