-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.52 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
{
"name": "bybe-frontend",
"version": "2.3.0",
"description": "Beyond Your Bestiary Explorer (BYBE) is a one-stop shop for the most useful tools for Pathfinder Second Edition GMs",
"productName": "BYBE - Pathfinder 2e GM Tools",
"author": "TheAsel",
"type": "module",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.ts,.vue ./",
"format": "prettier --write \"**/*.{js,ts,vue,scss,html,md,json}\" --ignore-path .gitignore",
"test": "echo \"No test specified\" && exit 0",
"dev": "quasar dev",
"build": "quasar build",
"start": "./node_modules/@quasar/cli/bin/quasar.js serve dist/spa --history --hostname localhost"
},
"dependencies": {
"@quasar/extras": "^1.16.13",
"@unhead/vue": "^1.11.11",
"lodash-es": "^4.17.21",
"pinia": "^2.2.6",
"quasar": "^2.17.2",
"vue": "^3.5.12",
"vue-router": "^4.4.5",
"vue3-tour": "1.0.3"
},
"devDependencies": {
"@quasar/app-vite": "^2.0.0-beta.24",
"@quasar/cli": "2.4.1",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.9.0",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"autoprefixer": "^10.4.20",
"dotenv": "16.4.5",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.30.0",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vite-plugin-checker": "^0.8.0",
"vue-tsc": "^2.1.10"
},
"engines": {
"node": ">= 20",
"npm": ">= 10"
}
}