Skip to content

Commit

Permalink
feat!: migrate from snowpack to vite
Browse files Browse the repository at this point in the history
  • Loading branch information
lukin committed Sep 3, 2022
1 parent 49bdda4 commit 0174eeb
Show file tree
Hide file tree
Showing 13 changed files with 595 additions and 3,301 deletions.
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
{
"$schema": "https://json.schemastore.org/package",
"scripts": {
"build": "snowpack build",
"build": "tsc && vite build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"alpinejs": "^3.9.5"
"alpinejs": "^3.10.3"
},
"devDependencies": {
"@snowpack/plugin-postcss": "^1.4.3",
"@tailwindcss/forms": "^0.5.0",
"@types/tailwindcss": "^3.0.10",
"autoprefixer": "^10.4.4",
"cssnano": "^5.1.7",
"postcss": "^8.4.12",
"snowpack": "^3.8.8",
"tailwindcss": "^3.0.23"
"@tailwindcss/forms": "^0.5.3",
"@types/alpinejs": "^3.7.0",
"autoprefixer": "^10.4.8",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"typescript": "^4.8.2",
"vite": "^3.0.9"
}
}
Loading

0 comments on commit 0174eeb

Please sign in to comment.