-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.43 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.43 KB
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": "koba-production-main-github-page",
"homepage": "https://kobaproduction.github.io/",
"productName": "Koba Production",
"author": "Arthur Koba | Koba Production",
"version": "0.3.1",
"private": false,
"type": "module",
"scripts": {
"lint": "eslint -c ./eslint.config.js \"./src*/**/*.{ts,js,cjs,mjs,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",
"postinstall": "quasar prepare",
"deploy" : "npm run build && gh-pages -d dist/spa"
},
"dependencies": {
"@fingerprintjs/fingerprintjs": "^4.5.1",
"@quasar/extras": "^1.16.4",
"axios": "^1.7.9",
"dotenv": "^16.4.7",
"pinia": "^2.3.0",
"pinia-plugin-persistedstate": "^4.2.0",
"quasar": "^2.16.0",
"vue": "^3.4.18",
"vue-i18n": "^9.2.2",
"vue-router": "^4.0.12",
"vue-tg": "^0.8.0"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@quasar/app-vite": "^2.0.8",
"@types/node": "^20.5.9",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.1.3",
"autoprefixer": "^10.4.2",
"eslint": "^9.14.0",
"eslint-plugin-vue": "^9.30.0",
"gh-pages": "^6.3.0",
"globals": "^15.12.0",
"prettier": "^3.3.3",
"typescript": "~5.5.3",
"vite-plugin-checker": "^0.8.0",
"vue-tsc": "^2.0.29"
}
}