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

22 lines
362 B
JSON
Raw Normal View History

2021-04-20 19:11:14 +09:00
{
"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"
}
}