mikupad/project/package.json
Gapeleon f129c7fffe Add missing 'marked' dependency to project/package.json
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.
2025-11-04 22:04:54 +11:00

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"
}
}