-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 937 Bytes
/
package.json
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
{
"name": "myip",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@vueuse/core": "^10.9.0",
"axios": "^1.6.8",
"buffer": "^6.0.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"lucide-vue-next": "^0.363.0",
"maxmind": "^4.3.18",
"mmdb-lib": "^2.1.0",
"radix-vue": "^1.6.0",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"vue": "^3.4.21"
},
"devDependencies": {
"@iconify-json/radix-icons": "^1.1.14",
"@iconify/vue": "^4.1.1",
"@internationalized/date": "^3.5.2",
"@types/maxmind": "^2.0.5",
"@types/node": "^20.12.2",
"@vitejs/plugin-vue": "^5.0.4",
"autoprefixer": "^10.4.19",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.3",
"vite": "^5.2.0",
"vue-tsc": "^2.0.6"
}
}