-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 886 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 886 Bytes
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
{
"name": "timeconverter",
"version": "1.1.0",
"description": "Beautiful, fast, and ad-free timezone converter",
"author": "MiguVT",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/MiguVT/Timeconverter"
},
"dependencies": {
"@nuxtjs/color-mode": "3.5.2",
"@vercel/analytics": "1.5.0",
"@vercel/speed-insights": "1.2.0",
"@vueuse/nuxt": "14.0.0",
"nuxt": "4.2.0",
"vue": "3.5.22",
"vue-router": "4.6.3"
},
"private": true,
"scripts": {
"build": "nuxi build",
"dev": "nuxi dev",
"generate": "nuxi generate",
"preview": "nuxi preview",
"postinstall": "nuxi prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "nuxi typecheck"
},
"type": "module",
"devDependencies": {
"@tailwindcss/postcss": "4.1.16",
"tailwindcss": "4.1.16"
}
}