mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 07:10:41 +00:00
Update vite to v3
This commit is contained in:
11
package.json
11
package.json
@@ -8,7 +8,7 @@
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "tsc && vite build",
|
||||
"serve": "vite preview",
|
||||
"preview": "vite preview",
|
||||
"lint": "eslint . --ext .ts,.tsx"
|
||||
},
|
||||
"keywords": [],
|
||||
@@ -41,9 +41,8 @@
|
||||
"sourcemapped-stacktrace": "^1.1.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@preact/preset-vite": "^2.2.0",
|
||||
"@rollup/plugin-alias": "^3.1.9",
|
||||
"@rollup/plugin-html": "^0.2.3",
|
||||
"@preact/preset-vite": "^2.4.0",
|
||||
"@rollup/plugin-html": "^1.0.1",
|
||||
"@types/google.analytics": "0.0.40",
|
||||
"@types/gtag.js": "^0.0.10",
|
||||
"@types/howler": "^2.2.4",
|
||||
@@ -60,7 +59,7 @@
|
||||
"preact-router": "^3.2.1",
|
||||
"rollup-plugin-visualizer": "^5.6.0",
|
||||
"typescript": "^4.7.3",
|
||||
"vite": "^2.9.13",
|
||||
"vite-plugin-static-copy": "^0.5.0"
|
||||
"vite": "^3.2.4",
|
||||
"vite-plugin-static-copy": "^0.12.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user