mirror of
https://github.com/kou029w/_.git
synced 2025-01-30 22:08:02 +00:00
11 lines
216 B
JSON
11 lines
216 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|