-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.37 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
{
"name": "shliste.app",
"version": "0.9.1",
"private": false,
"keywords": [
"nuxt",
"docker",
"vue",
"lists",
"recipes",
"shopping"
],
"repository": {
"type": "git",
"url": "https://github.com/shroomlife/shliste.git"
},
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"docker:build": "docker build -t shroomlife/shliste:latest .",
"generate": "nuxt generate",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"pb": "docker build -t shroomlife/shliste:latest . && docker push shroomlife/shliste:latest",
"preview": "nuxt preview"
},
"dependencies": {
"@nuxtjs/seo": "2.0.2",
"@nuxtjs/sitemap": "7.0.0",
"@pinia/nuxt": "0.9.0",
"cheerio": "1.0.0",
"googleapis": "144.0.0",
"lodash-es": "4.17.21",
"moment": "2.30.1",
"nuxt": "^3.14.1592",
"openai": "4.76.0",
"sweetalert2": "11.14.5",
"uuid": "11.0.3",
"yup": "1.5.0"
},
"devDependencies": {
"@nuxt/eslint": "0.7.2",
"@nuxt/kit": "^3.14.1592",
"@nuxt/ui": "2.19.2",
"@types/cheerio": "0.22.35",
"@types/lodash-es": "4.17.12",
"@types/uuid": "10.0.0",
"eslint": "9.16.0",
"sass": "1.82.0",
"tailwindcss": "3.4.16",
"tsc": "2.0.4",
"typescript": "5.7.2",
"vite-svg-loader": "5.1.0",
"vue": "3.5.13"
}
}