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
51 lines (51 loc) · 1.42 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.42 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
{
"name": "myip",
"private": true,
"version": "5.0.0",
"type": "module",
"scripts": {
"dev": "concurrently \"vite\" \"nodemon backend-server.js\"",
"build": "vite 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.1",
"@khmyznikov/pwa-install": "^0.6.3",
"@thumbmarkjs/thumbmarkjs": "^1.7.7",
"bootstrap": "^5.3.8",
"bootstrap-icons": "^1.13.1",
"chart.js": "^4.5.1",
"circle-progress.vue": "^3.4.1",
"code-inspector-plugin": "^1.5.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.3.2",
"express-slow-down": "^3.1.0",
"firebase": "^12.12.0",
"flag-icons": "^7.5.0",
"http-proxy-middleware": "^3.0.5",
"maxmind": "^5.0.6",
"nodemon": "^3.1.14",
"pinia": "^3.0.4",
"svgmap": "2.19.3",
"tar": "^7.5.13",
"ua-parser-js": "^2.0.9",
"vue": "^3.5.32",
"vue-i18n": "^11.3.2",
"vue-markdown-render": "^2.3.0",
"vue-router": "^5.0.4",
"whoiser": "^1.18.0"
},
"devDependencies": {
"@serwist/vite": "^9.5.7",
"@vitejs/plugin-vue": "^6.0.6",
"serwist": "^9.5.7",
"vite": "^8.0.8"
}
}