1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-30 22:08:02 +00:00
_/snowpack/package.json
2021-10-14 11:06:02 +09:00

11 lines
204 B
JSON

{
"devDependencies": {
"@snowpack/plugin-typescript": "^1.2.1",
"preact": "^10.5.15",
"snowpack": "^3.8.8"
},
"scripts": {
"dev": "snowpack dev",
"build": "snowpack build"
}
}