-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.44 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
{
"name": "twitch-tools",
"version": "0.0.1",
"description": "A random collection of tools for Twitch streamers and mods",
"productName": "Snazzy's Twitch Tools",
"author": "SnazzyFox <12706268+snazzyfox@users.noreply.github.com>",
"private": false,
"scripts": {
"dev": "quasar dev",
"lint": "eslint --ext .js,.ts,.vue ./",
"format": "prettier --write \"**/*.{js,ts,vue,,html,md,json}\" --ignore-path .gitignore",
"test": "echo \"No test specified\" && exit 0",
"build": "quasar build"
},
"dependencies": {
"@quasar/extras": "^1.15.5",
"@vueuse/core": "^9.2.0",
"core-js": "^3.6.5",
"ky": "^1.1.3",
"lz-string": "^1.4.4",
"pinia": "^2.0.23",
"quasar": "^2.10.0",
"spotify-web-api-js": "^1.5.2",
"tmi.js": "^1.8.5",
"twitch-js": "^2.0.0-beta.43",
"vue": "^3.2.41",
"vue-router": "^4.1.5",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@quasar/app-webpack": "^3.6.2",
"@types/node": "^18.11.0",
"@types/tmi.js": "^1.8.6",
"@types/webfontloader": "^1.6.35",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-vue": "^9.6.0",
"prettier": "^2.7.1"
},
"browserslist": [
"last 12 Chrome versions",
"last 12 Firefox versions",
"last 6 Edge versions"
],
"engines": {
"node": ">= 14.19",
"npm": ">= 6.13.4"
}
}