mirror of
https://github.com/apophenia-news/apophenia.news.git
synced 2026-03-17 03:11:01 +00:00
18 lines
338 B
JSON
18 lines
338 B
JSON
{
|
|
"name": "apophenia.news",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "node build.js",
|
|
"dev": "npm run build && npx vite dist --open",
|
|
"preview": "npx vite preview dist"
|
|
},
|
|
"dependencies": {
|
|
"gray-matter": "^4.0.3",
|
|
"marked": "^15.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"vite": "^6.3.5"
|
|
}
|
|
}
|