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
49 lines (49 loc) · 1.38 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.38 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": "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.7.0",
"@khmyznikov/pwa-install": "^0.6.3",
"@thumbmarkjs/thumbmarkjs": "^1.7.0",
"bootstrap": "^5.3.8",
"bootstrap-icons": "^1.13.1",
"chart.js": "^4.5.1",
"circle-progress.vue": "^3.4.1",
"code-inspector-plugin": "^1.4.2",
"concurrently": "^9.2.1",
"country-code-lookup": "^0.1.3",
"detect-gpu": "^5.0.70",
"dotenv": "^17.2.4",
"express": "^5.2.1",
"express-rate-limit": "^8.2.1",
"express-slow-down": "^3.0.1",
"firebase": "^12.9.0",
"flag-icons": "^7.5.0",
"http-proxy-middleware": "^3.0.5",
"maxmind": "^5.0.5",
"nodemon": "^3.1.11",
"pinia": "^3.0.4",
"svgmap": "2.19.2",
"ua-parser-js": "^2.0.9",
"vue": "^3.5.28",
"vue-i18n": "^11.2.8",
"vue-markdown-render": "^2.3.0",
"vue-router": "^5.0.2",
"whoiser": "^1.18.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.4",
"vite": "^7.3.1",
"vite-plugin-pwa": "^1.2.0"
}
}