-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.94 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
{
"name": "drink-counter",
"title": "飲酒カウンター",
"description": "飲酒量を家計簿のように記録することで、自分の飲酒傾向を把握して飲酒量や頻度の見直しを図ることを目的としたアプリです。",
"url": "https://drink-counter-theta.vercel.app",
"version": "1.19.9",
"license": "MIT",
"engines": {
"node": "20"
},
"author": {
"name": "Kai Shoya",
"email": "[email protected]"
},
"private": true,
"packageManager": "[email protected]+sha256.61bd66913b52012107ec25a6ee4d6a161021ab99e04f6acee3aa50d0e34b4af9",
"scripts": {
"build": "nuxi generate",
"dev": "nuxt dev",
"lint": "eslint **/*.{ts,vue}",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"test": "vitest"
},
"devDependencies": {
"@nuxt/devtools": "^1.3.3",
"@nuxt/test-utils": "^3.13.1",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/i18n": "^8.3.1",
"@nuxtjs/supabase": "^1.3.5",
"@pinia/testing": "^0.1.3",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^2.4.6",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.26.0",
"happy-dom": "^14.12.0",
"nuxt": "^3.12.2",
"nuxt-icon": "^0.6.10",
"playwright-core": "^1.44.1",
"sass": "^1.77.6",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
},
"dependencies": {
"@fullcalendar/core": "^6.1.14",
"@fullcalendar/daygrid": "^6.1.14",
"@fullcalendar/vue3": "^6.1.14",
"@pinia/nuxt": "^0.5.1",
"@supabase/supabase-js": "^2.45.0",
"animate.css": "^4.1.1",
"bulma": "^1.0.1",
"bulma-toast": "^2.4.4",
"pinia": "^2.1.7",
"string-width": "7.1.0",
"timezone-support": "^3.1.0",
"vue-google-charts": "^1.1.0",
"vue-gtag": "^2.0.1",
"vuedraggable": "github:KaiShoya/vue.draggable.next"
}
}