18 lines
389 B
JSON
18 lines
389 B
JSON
{
|
|
"name": "portfolio",
|
|
"version": "1.0.50",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev": "bun run --watch ./index.tsx"
|
|
},
|
|
"dependencies": {
|
|
"gray-matter": "^4.0.3",
|
|
"marked": "^16.4.1",
|
|
"react-dom": "19.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "^1.3.0",
|
|
"@types/react-dom": "^19.2.3"
|
|
},
|
|
"module": "src/index.js"
|
|
} |