create-vite-extra
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "create-vite-extra", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -5,3 +5,3 @@ # Vite + Deno + Lit + TypeScript | ||
You need to have Deno v1.28.0 or later intalled to run this repo. | ||
You need to have Deno v1.28.0 or later installed to run this repo. | ||
@@ -8,0 +8,0 @@ Start a dev server: |
@@ -5,3 +5,3 @@ # Vite + Deno + Preact + TypeScript | ||
You need to have Deno v1.28.0 or later intalled to run this repo. | ||
You need to have Deno v1.28.0 or later installed to run this repo. | ||
@@ -8,0 +8,0 @@ Start a dev server: |
@@ -5,3 +5,3 @@ # Vite + Deno + Preact | ||
You need to have Deno v1.28.0 or later intalled to run this repo. | ||
You need to have Deno v1.28.0 or later installed to run this repo. | ||
@@ -8,0 +8,0 @@ Start a dev server: |
@@ -5,3 +5,3 @@ # Vite + Deno + React + TypeScript | ||
You need to have Deno v1.28.0 or later intalled to run this repo. | ||
You need to have Deno v1.28.0 or later installed to run this repo. | ||
@@ -8,0 +8,0 @@ Start a dev server: |
@@ -5,3 +5,3 @@ # Vite + Deno + React | ||
You need to have Deno v1.28.0 or later intalled to run this repo. | ||
You need to have Deno v1.28.0 or later installed to run this repo. | ||
@@ -8,0 +8,0 @@ Start a dev server: |
@@ -5,3 +5,3 @@ # Vite + Deno + Svelte + TypeScript | ||
You need to have Deno v1.28.0 or later intalled to run this repo. | ||
You need to have Deno v1.28.0 or later installed to run this repo. | ||
@@ -8,0 +8,0 @@ Start a dev server: |
@@ -1,2 +0,2 @@ | ||
import { vitePreprocess } from 'npm:@sveltejs/vite-plugin-svelte@^2.0.0' | ||
import { vitePreprocess } from 'npm:@sveltejs/vite-plugin-svelte@^2.0.2' | ||
@@ -3,0 +3,0 @@ export default { |
@@ -5,3 +5,3 @@ # Vite + Deno + Svelte | ||
You need to have Deno v1.28.0 or later intalled to run this repo. | ||
You need to have Deno v1.28.0 or later installed to run this repo. | ||
@@ -8,0 +8,0 @@ Start a dev server: |
@@ -5,3 +5,3 @@ # Vite + Deno + Vue | ||
You need to have Deno v1.28.0 or later intalled to run this repo. | ||
You need to have Deno v1.28.0 or later installed to run this repo. | ||
@@ -8,0 +8,0 @@ Start a dev server: |
@@ -24,4 +24,4 @@ { | ||
"typescript": "^4.9.4", | ||
"vite": "^4.0.0" | ||
"vite": "^4.0.4" | ||
} | ||
} |
@@ -23,4 +23,4 @@ { | ||
"devDependencies": { | ||
"vite": "^4.0.0" | ||
"vite": "^4.0.4" | ||
} | ||
} |
@@ -21,8 +21,9 @@ { | ||
"devDependencies": { | ||
"@preact/preset-vite": "^2.4.0", | ||
"@preact/preset-vite": "^2.5.0", | ||
"@types/express": "^4.17.16", | ||
"@types/node": "^18.11.12", | ||
"cross-env": "^7.0.3", | ||
"typescript": "^4.9.4", | ||
"vite": "^4.0.0" | ||
"vite": "^4.0.4" | ||
} | ||
} |
@@ -21,6 +21,6 @@ { | ||
"devDependencies": { | ||
"@preact/preset-vite": "^2.4.0", | ||
"@preact/preset-vite": "^2.5.0", | ||
"cross-env": "^7.0.3", | ||
"vite": "^4.0.0" | ||
"vite": "^4.0.4" | ||
} | ||
} |
@@ -21,9 +21,11 @@ { | ||
"devDependencies": { | ||
"@types/express": "^4.17.16", | ||
"@types/node": "^18.11.12", | ||
"@types/react": "^18.0.26", | ||
"@types/react-dom": "^18.0.9", | ||
"@vitejs/plugin-react": "^3.0.0", | ||
"@vitejs/plugin-react": "^3.0.1", | ||
"cross-env": "^7.0.3", | ||
"typescript": "^4.9.4", | ||
"vite": "^4.0.0" | ||
"vite": "^4.0.4" | ||
} | ||
} |
@@ -23,6 +23,6 @@ { | ||
"@types/react-dom": "^18.0.9", | ||
"@vitejs/plugin-react": "^3.0.0", | ||
"@vitejs/plugin-react": "^3.0.1", | ||
"cross-env": "^7.0.3", | ||
"vite": "^4.0.0" | ||
"vite": "^4.0.4" | ||
} | ||
} |
@@ -20,6 +20,8 @@ { | ||
"devDependencies": { | ||
"@types/express": "^4.17.16", | ||
"@types/node": "^18.11.12", | ||
"cross-env": "^7.0.3", | ||
"vite": "^4.0.0", | ||
"vite": "^4.0.4", | ||
"vite-plugin-solid": "^2.5.0" | ||
} | ||
} |
@@ -21,5 +21,5 @@ { | ||
"cross-env": "^7.0.3", | ||
"vite": "^4.0.0", | ||
"vite": "^4.0.4", | ||
"vite-plugin-solid": "^2.5.0" | ||
} | ||
} |
@@ -19,11 +19,13 @@ { | ||
"devDependencies": { | ||
"@sveltejs/vite-plugin-svelte": "^2.0.0", | ||
"@types/express": "^4.17.16", | ||
"@types/node": "^18.11.12", | ||
"@sveltejs/vite-plugin-svelte": "^2.0.2", | ||
"@tsconfig/svelte": "^3.0.0", | ||
"cross-env": "^7.0.3", | ||
"svelte": "^3.54.0", | ||
"svelte-check": "^2.10.2", | ||
"svelte-check": "^3.0.3", | ||
"tslib": "^2.4.1", | ||
"typescript": "^4.9.4", | ||
"vite": "^4.0.0" | ||
"vite": "^4.0.4" | ||
} | ||
} |
@@ -19,7 +19,7 @@ { | ||
"devDependencies": { | ||
"@sveltejs/vite-plugin-svelte": "^2.0.0", | ||
"@sveltejs/vite-plugin-svelte": "^2.0.2", | ||
"cross-env": "^7.0.3", | ||
"svelte": "^3.54.0", | ||
"vite": "^4.0.0" | ||
"vite": "^4.0.4" | ||
} | ||
} |
@@ -10,4 +10,4 @@ { | ||
"devDependencies": { | ||
"vite": "^4.0.0" | ||
"vite": "^4.0.4" | ||
} | ||
} |
@@ -19,8 +19,8 @@ { | ||
"devDependencies": { | ||
"@types/express": "^4.17.14", | ||
"@types/express": "^4.17.16", | ||
"@types/node": "^18.11.12", | ||
"cross-env": "^7.0.3", | ||
"typescript": "^4.9.4", | ||
"vite": "^4.0.0" | ||
"vite": "^4.0.4" | ||
} | ||
} |
@@ -20,4 +20,4 @@ { | ||
"cross-env": "^7.0.3", | ||
"vite": "^4.0.0" | ||
"vite": "^4.0.4" | ||
} | ||
} |
@@ -20,8 +20,10 @@ { | ||
"devDependencies": { | ||
"@types/express": "^4.17.16", | ||
"@types/node": "^18.11.12", | ||
"@vitejs/plugin-vue": "^4.0.0", | ||
"cross-env": "^7.0.3", | ||
"typescript": "^4.9.4", | ||
"vite": "^4.0.0", | ||
"vue-tsc": "^1.0.12" | ||
"vite": "^4.0.4", | ||
"vue-tsc": "^1.0.24" | ||
} | ||
} |
@@ -22,4 +22,4 @@ { | ||
"cross-env": "^7.0.3", | ||
"vite": "^4.0.0" | ||
"vite": "^4.0.4" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
362516
375
5157