-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
78 lines (78 loc) · 2.27 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "vergihesaplayici.com",
"version": "7.8.0",
"description": "vergihesaplayici.com, vergi hesaplar.",
"license": "GPL-3.0",
"homepage": "https://vergihesaplayici.com/",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/ozgurg/vergihesaplayici.com"
},
"scripts": {
"tsc": "tsc",
"dev": "nuxt",
"generate": "npm run prepare-csp-nonce && nuxt generate",
"emulator:hosting": "npm run generate && firebase emulators:start --only hosting",
"lint:fix": "npm run lint -- --fix",
"lint": "eslint --ext \".js,.vue\" .",
"test": "vitest run",
"lint-staged": "lint-staged",
"prepare": "husky",
"prepare-csp-nonce": "node create-csp-nonce-txt.js && node create-firebase-json.js",
"deploy": "firebase deploy --only hosting"
},
"author": {
"email": "ozgurgorgulu54@gmail.com",
"name": "Özgür Görgülü",
"url": "https://github.com/ozgurg"
},
"keywords": [
"website",
"vue",
"nuxtjs",
"tax-calculator"
],
"dependencies": {
"firebase": "10.10.0",
"js-file-downloader": "1.1.25",
"nuxt": "2.17.3",
"vue": "2.7.16",
"vue-html2canvas": "0.0.4",
"vuetify": "2.7.2",
"vuex": "3.6.2"
},
"devDependencies": {
"@babel/eslint-parser": "7.24.1",
"@mdi/js": "7.4.47",
"@nuxt/content": "1.15.1",
"@nuxt/types": "2.17.3",
"@nuxtjs/dotenv": "1.4.2",
"@nuxtjs/eslint-config": "12.0.0",
"@nuxtjs/eslint-module": "3.1.0",
"@nuxtjs/pwa": "3.3.5",
"@nuxtjs/sitemap": "2.4.0",
"@nuxtjs/style-resources": "1.2.2",
"@nuxtjs/svg": "0.4.1",
"@nuxtjs/vuetify": "1.12.3",
"eslint": "8.57.0",
"eslint-config-google": "0.14.0",
"eslint-plugin-nuxt": "4.0.0",
"eslint-plugin-vue": "9.24.0",
"husky": "9.0.11",
"lint-staged": "15.2.2",
"typescript": "5.4.3",
"vitest": "1.4.0"
},
"overrides": {
"webpack-dev-middleware": "5.0.0"
},
"engines": {
"node": ">=18.0.0"
},
"lint-staged": {
"*.{js,vue}": [
"eslint"
]
}
}