mirror of
https://github.com/lmg-anon/mikupad.git
synced 2026-08-16 20:14:32 +00:00
The marked package was added to mikupad.html's import map in commit 8fe8b9f
but was not added to project/package.json, causing the build to fail.
24 lines
517 B
JSON
24 lines
517 B
JSON
{
|
|
"name": "mikupad",
|
|
"source": "mikupad.html",
|
|
"scripts": {
|
|
"start": "parcel",
|
|
"build": "parcel build"
|
|
},
|
|
"dependencies": {
|
|
"scrollview-resize" : "^1.0.2",
|
|
"htm": "^3.1.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"marked": "^16.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@parcel/transformer-inline-string": "^2.9.3",
|
|
"scrollview-resize" : "^1.0.2",
|
|
"htm": "^3.1.1",
|
|
"parcel": "^2.9.3",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"marked": "^16.4.1"
|
|
}
|
|
}
|