-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.09 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
{
"name": "@bkpecho/bk-bot",
"version": "0.0.1",
"description": "BK Bot",
"license": "MIT",
"author": "Bryan King Pecho <[email protected]>",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@google/generative-ai": "^0.12.0",
"@nuxt/image": "^1.7.0",
"@nuxtjs/tailwindcss": "^6.12.0",
"@pinia/nuxt": "^0.5.1",
"@types/cookie": "^0.6.0",
"compressorjs": "^1.2.1",
"cookie": "^0.6.0",
"date-and-time": "^3.3.0",
"markdown-it": "^14.1.0",
"nuxt": "^3.11.2",
"pinia": "^2.1.7",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.9.5"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.3.13",
"daisyui": "^4.11.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"nuxt-icon": "^0.6.10",
"prettier": "^3.3.1"
},
"volta": {
"node": "18.18.0"
}
}