mirror of
https://github.com/dzeiocom/markblog.git
synced 2025-04-22 19:02:16 +00:00
35 lines
837 B
JSON
35 lines
837 B
JSON
{
|
|
"name": "@dzeio/markblog",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"export": "next export && node export.js && yarn move_next",
|
|
"start": "next start",
|
|
"move_next": "mv out/_next out/assets",
|
|
"serve": "serve out"
|
|
},
|
|
"dependencies": {
|
|
"@zeit/next-stylus": "^1.0.1",
|
|
"glob": "^7.1.6",
|
|
"gray-matter": "^4.0.2",
|
|
"next": "^9.1.7",
|
|
"next-offline": "^4.0.6",
|
|
"raw-loader": "^4.0.0",
|
|
"react": "^16.12.0",
|
|
"react-dom": "^16.12.0",
|
|
"react-feather": "^2.0.3",
|
|
"react-markdown": "^4.3.0",
|
|
"replace-in-file": "^5.0.2",
|
|
"serve": "^11.3.0",
|
|
"stylus": "^0.54.7",
|
|
"typescript": "^3.7.4",
|
|
"webpack": "^4.41.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^13.1.4",
|
|
"@types/react": "^16.9.17"
|
|
}
|
|
}
|