-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.02 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
{
"name": "nuxt-app",
"type": "module",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"typecheck": "nuxt typecheck",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --check --write .",
"format:fail": "prettier --check ."
},
"dependencies": {
"telegram": "2.22.2",
"vconsole": "3.15.1"
},
"devDependencies": {
"@cdlab996/eslint-config-vue": "0.0.13",
"@cdlab996/prettier-config": "0.0.13",
"@nuxtjs/i18n": "8.3.1",
"@types/telegram-web-app": "7.2.1",
"@unocss/nuxt": "0.60.4",
"@vueuse/nuxt": "10.10.0",
"eslint": "8.57.0",
"nuxt": "3.11.2",
"nuxt-purgecss": "2.0.0",
"nuxt-svgo": "4.0.1",
"prettier": "3.3.1",
"sass": "1.77.4",
"vue": "3.4.27",
"vue-router": "4.3.2",
"vue-tsc": "2.0.21"
},
"pnpm": {
"overrides": {
"consola": "^3.2.3"
}
}
}