-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.34 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.34 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
51
52
{
"name": "nuxt-telegram-mini-app",
"description": "Structure and configurations for building a Telegram Mini App using Nuxt and TailWind, hosted on Netlify.",
"version": "0.0.7",
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"test": "vitest run",
"test:watch": "vitest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/patricktobias86/nuxt-telegram-mini-app.git"
},
"author": {
"name": "Patrick Tobias",
"url": "https://github.com/patricktobias86"
},
"dependencies": {
"@nuxt/eslint": "^1.16.0",
"@nuxt/fonts": "^0.14.0",
"@nuxt/icon": "^2.4.1",
"eslint": "^10.8.0",
"nuxt": "^4.5.1",
"vue": "^3.5.40",
"vue-router": "^5.2.0"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^6.14.0",
"@types/node": "^26.1.2",
"@vitest/coverage-v8": "^4.1.10",
"@vue/test-utils": "^2.4.11",
"happy-dom": "^20.11.1",
"jsdom": "^30.0.0",
"typescript": "^7.0.2",
"vitest": "^4.1.10"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"allowScripts": {
"@parcel/watcher@2.5.6": true,
"fsevents@2.3.3": true,
"unrs-resolver@1.12.2": true,
"esbuild@0.27.7": true
}
}