mirror of
https://github.com/kou029w/_.git
synced 2025-01-30 22:08:02 +00:00
21 lines
362 B
JSON
21 lines
362 B
JSON
{
|
|
"scripts": {
|
|
"start": "wmr",
|
|
"build": "wmr build --prerender",
|
|
"serve": "wmr serve"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "preact"
|
|
},
|
|
"alias": {
|
|
"react": "preact/compat",
|
|
"react-dom": "preact/compat"
|
|
},
|
|
"dependencies": {
|
|
"preact": "^10.5.12",
|
|
"preact-iso": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"wmr": "^1.2.0"
|
|
}
|
|
}
|