1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00
_/parcel/package.json

12 lines
216 B
JSON
Raw Normal View History

2021-10-15 23:15:46 +09:00
{
"devDependencies": {
"@exampledev/new.css": "^1.1.3",
"parcel": "^2.0.0",
"preact": "^10.5.15"
},
"scripts": {
"dev": "parcel src/index.html",
"build": "parcel build src/index.html"
}
}