-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.13 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.13 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --host 0.0.0.0",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"format": "prettier --write .",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@nuxt/eslint": "^1.7.1",
"@pinia/colada": "^0.17.1",
"@pinia/colada-nuxt": "^0.2.0",
"@pinia/nuxt": "^0.11.2",
"@tailwindcss/vite": "^4.0.9",
"@vite-pwa/nuxt": "^0.10.6",
"@vueuse/nuxt": "^13.0.0",
"daisyui": "^5.0.0",
"eslint": "^9.32.0",
"kuromoji": "^0.1.2",
"node-telegram-bot-api": "^0.66.0",
"nuxt": "^4.0.2",
"nuxt-mongoose": "^1.0.6",
"openai": "^5.0.1",
"pinia": "^3.0.3",
"tailwindcss": "^4.0.9",
"unofficial-jisho-api": "^2.3.4",
"vue": "^3.5.18",
"vue-router": "^4.5.0"
},
"overrides": {
"cheerio": "1.0.0-rc.12"
},
"devDependencies": {
"@types/node-telegram-bot-api": "^0.64.8",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.13"
}
}