-
Notifications
You must be signed in to change notification settings - Fork 752
/
package.json
47 lines (47 loc) · 1.33 KB
/
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
39
40
41
42
43
44
45
46
47
{
"name": "myip",
"private": true,
"version": "4.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": {
"@analytics/google-analytics": "^1.0.7",
"@cloudflare/speedtest": "^1.3.0",
"@khmyznikov/pwa-install": "^0.4.8",
"@thumbmarkjs/thumbmarkjs": "^0.16.0",
"analytics": "^0.8.14",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"code-inspector-plugin": "^0.17.6",
"concurrently": "^9.0.1",
"country-code-lookup": "^0.1.3",
"detect-gpu": "^5.0.54",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"express-rate-limit": "^7.4.1",
"express-slow-down": "^2.0.3",
"flag-icons": "^7.2.3",
"http-proxy-middleware": "^3.0.3",
"maxmind": "^4.3.22",
"nodemon": "^3.1.7",
"pinia": "^2.2.5",
"svgmap": "^2.11.1",
"ua-parser-js": "^1.0.39",
"vue": "^3.5.12",
"vue-i18n": "^10.0.4",
"vue-router": "^4.4.5",
"whoiser": "^1.18.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"vite": "^5.4.10",
"vite-plugin-pwa": "^0.20.5"
}
}