-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.4 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.4 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
{
"name": "love-me-app",
"type": "module",
"version": "0.0.1",
"prerelease": false,
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "nuxt build",
"dev": "nuxt dev --dotenv .env.development",
"generate": "nuxt generate --dotenv .env.production",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"prepare": "husky",
"generate:types": "openapi-typescript http://192.168.0.237:3000/api-json -o ./src/shared/api.types.ts"
},
"dependencies": {
"@iconify-json/heroicons": "^1.2.2",
"@internationalized/date": "^3.8.2",
"@nuxt/ui": "3.3.0",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/i18n": "^9.5.6",
"@pinia/nuxt": "^0.11.1",
"axios": "^1.10.0",
"gsap": "^3.13.0",
"leaflet": "^1.9.4",
"nuxt": "^3.17.5",
"pinia": "^3.0.3",
"qrcode.vue": "^3.6.0",
"tailwindcss": "^4.1.11",
"uuid": "^11.1.0",
"vue-tg": "0.9.0-beta.3"
},
"devDependencies": {
"@antfu/eslint-config": "^4.16.1",
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@nuxt/devtools": "^2.6.0",
"@nuxt/eslint": "^1.4.1",
"@vueuse/core": "^13.4.0",
"@vueuse/nuxt": "^13.4.0",
"eslint": "^9.30.0",
"git-cliff": "^2.9.1",
"husky": "^9.1.7",
"openapi-typescript": "^7.13.0",
"typescript": "^5.8.3"
}
}