forked from jason5ng32/MyIP
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.88 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.88 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
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "myip",
"private": true,
"version": "6.2.0",
"type": "module",
"scripts": {
"dev": "concurrently \"vite\" \"nodemon backend-server.js\"",
"build": "vite build",
"test": "node --test tests/*.test.js",
"check": "npm run test && npm run build",
"preview": "vite preview",
"start-backend": "node backend-server.js",
"start-frontend": "node frontend-server.js",
"start": "concurrently \"npm run start-frontend\" \"npm run start-backend\""
},
"dependencies": {
"@cloudflare/speedtest": "^1.8.5",
"@iconify-json/circle-flags": "^1.2.10",
"@iconify/vue": "^5.0.1",
"@khmyznikov/pwa-install": "^0.6.3",
"@tanstack/vue-table": "^8.21.3",
"@thumbmarkjs/thumbmarkjs": "^1.9.0",
"@vueuse/core": "^14.3.0",
"chart.js": "^4.5.1",
"circle-progress.vue": "^3.4.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"concurrently": "^9.2.1",
"country-code-lookup": "^0.1.5",
"detect-gpu": "^5.0.70",
"dotenv": "^17.4.2",
"express": "^5.2.1",
"express-rate-limit": "^8.5.1",
"express-slow-down": "^3.1.0",
"firebase": "^12.13.0",
"http-proxy-middleware": "^4.0.0",
"lucide-vue-next": "^1.0.0",
"maxmind": "^5.0.6",
"pinia": "^3.0.4",
"pino": "^10.3.1",
"pino-http": "^11.0.0",
"pino-pretty": "^13.1.3",
"reka-ui": "^2.9.7",
"svgmap": "2.20.0",
"tailwind-merge": "^3.6.0",
"tar": "^7.5.15",
"tw-animate-css": "^1.4.0",
"ua-parser-js": "^2.0.9",
"vaul-vue": "^0.4.1",
"vue": "^3.5.34",
"vue-i18n": "^11.4.2",
"vue-markdown-render": "^2.3.0",
"vue-router": "^5.0.6",
"vue-sonner": "^2.0.9",
"whoiser": "^1.18.0"
},
"devDependencies": {
"@tailwindcss/vite": "^4.3.0",
"@vitejs/plugin-vue": "^6.0.6",
"code-inspector-plugin": "^1.5.1",
"nodemon": "^3.1.14",
"tailwindcss": "^4.3.0",
"vite": "^8.0.12"
}
}