Skip to content

Commit 0174eeb

Browse files
committed
feat!: migrate from snowpack to vite
1 parent 49bdda4 commit 0174eeb

13 files changed

+595
-3301
lines changed

package.json

+9-10
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
{
22
"$schema": "https://json.schemastore.org/package",
33
"scripts": {
4-
"build": "snowpack build",
4+
"build": "tsc && vite build",
55
"test": "echo \"Error: no test specified\" && exit 1"
66
},
77
"dependencies": {
8-
"alpinejs": "^3.9.5"
8+
"alpinejs": "^3.10.3"
99
},
1010
"devDependencies": {
11-
"@snowpack/plugin-postcss": "^1.4.3",
12-
"@tailwindcss/forms": "^0.5.0",
13-
"@types/tailwindcss": "^3.0.10",
14-
"autoprefixer": "^10.4.4",
15-
"cssnano": "^5.1.7",
16-
"postcss": "^8.4.12",
17-
"snowpack": "^3.8.8",
18-
"tailwindcss": "^3.0.23"
11+
"@tailwindcss/forms": "^0.5.3",
12+
"@types/alpinejs": "^3.7.0",
13+
"autoprefixer": "^10.4.8",
14+
"postcss": "^8.4.16",
15+
"tailwindcss": "^3.1.8",
16+
"typescript": "^4.8.2",
17+
"vite": "^3.0.9"
1918
}
2019
}

0 commit comments

Comments
 (0)