-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.28 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --host 0.0.0.0",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/content": "3.4.0",
"@nuxt/eslint": "1.3.0",
"@nuxt/icon": "1.12.0",
"@nuxt/image": "1.10.0",
"@nuxt/scripts": "0.11.6",
"@nuxt/ui": "^3.0.2",
"@nuxtjs/color-mode": "3.5.2",
"@tailwindcss/vite": "^4.1.4",
"@unhead/vue": "^2.0.3",
"crypto": "^1.0.1",
"crypto-bot-api": "^0.3.5",
"eslint": "^9.0.0",
"mysql2": "^3.6.5",
"nanoid": "^5.0.4",
"nuxt": "^3.16.2",
"tailwindcss": "^4.1.4",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"yaml": "^2.7.1"
},
"packageManager": "pnpm@10.6.2+sha512.47870716bea1572b53df34ad8647b42962bc790ce2bf4562ba0f643237d7302a3d6a8ecef9e4bdfc01d23af1969aa90485d4cebb0b9638fa5ef1daef656f6c1b",
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"better-sqlite3",
"esbuild",
"sharp"
]
},
"devDependencies": {
"@typescript-eslint/parser": "^8.31.0",
"@vitejs/plugin-basic-ssl": "^2.0.0",
"dotenv": "^16.5.0",
"eslint-plugin-vue": "^10.0.0",
"vue-eslint-parser": "^10.1.3"
}
}