mirror of
https://github.com/usetrmnl/larapaper.git
synced 2026-08-13 14:28:54 -07:00
15 lines
250 B
JSON
15 lines
250 B
JSON
{
|
|
"name": "larapaper-docmd",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "docmd dev",
|
|
"build": "docmd build",
|
|
"preview": "npx serve site"
|
|
},
|
|
"dependencies": {
|
|
"@docmd/core": "^0.8.5"
|
|
}
|
|
}
|