forked from jason5ng32/MyIP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 981 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
{
"name": "myip",
"private": true,
"version": "3.0.0",
"type": "module",
"scripts": {
"dev": "concurrently \"vite\" \"npm run start-server\"",
"build": "vite build",
"preview": "vite preview",
"start-server": "node server.js",
"start-static": "node static-server.js",
"start": "concurrently \"npm run start-static\" \"npm run start-server\""
},
"dependencies": {
"@analytics/google-analytics": "^1.0.7",
"@cloudflare/speedtest": "^1.3.0",
"@khmyznikov/pwa-install": "^0.3.3",
"analytics": "^0.8.9",
"bootstrap": "^5.3.2",
"bootstrap-icons": "^1.11.3",
"concurrently": "^8.2.2",
"dotenv": "^16.4.1",
"express": "^4.18.2",
"flag-icons": "^7.1.0",
"http-proxy-middleware": "^2.0.6",
"svgmap": "^2.10.1",
"vue": "^3.3.11",
"vue-i18n": "^9.9.0",
"vuex": "^4.1.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.2",
"vite": "^5.0.8",
"vite-plugin-pwa": "^0.17.5"
}
}