-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.83 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 1.83 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "spent",
"license": "AGPL-3.0-only",
"version": "0.1.0",
"description": "Spent — offline expense tracker with multi-tagging and analytics.",
"author": {
"name": "Eldar Malyshov",
"email": "eldar.malyshov@gmail.com",
"url": "https://github.com/janibek6119"
},
"repository": {
"type": "git",
"url": "https://github.com/janibek6119/spent"
},
"homepage": "https://github.com/janibek6119/spent#readme",
"bugs": {
"url": "https://github.com/janibek6119/spent/issues"
},
"keywords": [
"finance",
"budget",
"tracker"
],
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@nuxtjs/i18n": "10.4.0",
"@pinia/nuxt": "0.11.3",
"@primeuix/themes": "2.0.3",
"@tailwindcss/vite": "4.3.1",
"@vueuse/nuxt": "14.3.0",
"date-fns": "4.4.0",
"dexie": "4.4.4",
"nuxt": "4.4.8",
"pinia": "3.0.4",
"pinia-plugin-persistedstate": "4.7.1",
"primeicons": "7.0.0",
"primevue": "4.5.5",
"tailwindcss": "4.3.1",
"tailwindcss-primeui": "0.6.1",
"zod": "4.4.3"
},
"devDependencies": {
"@nuxt/eslint": "1.16.0",
"@primevue/nuxt-module": "4.5.5",
"@types/node": "catalog:",
"eslint": "10.6.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-better-tailwindcss": "4.6.0",
"eslint-plugin-prettier": "5.5.6",
"prettier": "3.9.1",
"prettier-plugin-classnames": "0.10.3",
"prettier-plugin-merge": "0.10.1",
"prettier-plugin-tailwindcss": "0.8.0",
"tsx": "4.22.4",
"typescript": "6.0.3",
"vue-eslint-parser": "10.4.1",
"vue-tsc": "3.3.5"
},
"packageManager": "pnpm@11.9.0"
}