-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.49 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
{
"name": "deck20",
"version": "0.9.3",
"description": "Connect Roll20 to a Stream-Deck and add DSA related helpers/tools!",
"productName": "Deck20",
"author": "Maximilian Ertl <[email protected]>",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue ./",
"test": "echo \"No test specified\" && exit 0",
"dev": "quasar d -m bex",
"build": "quasar build -m bex",
"deploy-bex": "quasar build -m bex && git add -f dist/bex && node -p -e \"'[ BEX BUILD ] Deck20 '+ require('./package.json').version\" | git commit -F - --no-gpg-sign && git subtree push --prefix dist/bex origin release/bex",
"force-push-deployment": "git push origin `git subtree split --prefix dist/bex main`:release/bex --force"
},
"dependencies": {
"@quasar/extras": "1.16.6",
"apexcharts": "3.42.0",
"events": "3.3.0",
"express": "4.18.2",
"idb": "7.1.1",
"pinia": "2.1.6",
"quasar": "2.12.6",
"vue": "3.3.4",
"vue-router": "4.2.4",
"vue3-apexcharts": "1.4.4"
},
"devDependencies": {
"@quasar/app-vite": "1.6.2",
"autoprefixer": "10.4.16",
"eslint": "8.43.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-n": "16.0.2",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-vue": "9.17.0",
"postcss": "8.4.29"
},
"engines": {
"node": "^18 || ^16",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
},
"resolutions": {
"vite": "4.4.9",
"@vitejs/plugin-vue": "4.3.4"
}
}