markblog/package.json
2020-06-05 06:33:01 +00:00

56 lines
1.5 KiB
JSON

{
"name": "@dzeio/markblog",
"version": "1.0.1",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export && node scripts/export && yarn move_next && node scripts/generateSitemap",
"start": "next start",
"move_next": "mv out/_next out/assets",
"serve": "serve out",
"prod": "yarn build && yarn export && yarn serve",
"lint": "eslint . --ext .ts,.tsx"
},
"dependencies": {
"@types/node-emoji": "^1.8.1",
"@zeit/next-stylus": "^1.0.1",
"file-loader": "^6.0.0",
"glob": "^7.1.6",
"gray-matter": "^4.0.2",
"image-trace-loader": "^1.0.2",
"imagemin-cli": "^5.1.0",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-optipng": "^7.1.0",
"imagemin-svgo": "^7.0.0",
"jimp": "^0.13.0",
"next": "^9.1.7",
"next-offline": "^5.0.0",
"next-optimized-images": "^2.5.4",
"node-emoji": "^1.10.0",
"raw-loader": "^4.0.0",
"react": "^16.12.0",
"react-amphtml": "^4.0.2",
"react-dom": "^16.12.0",
"react-feather": "^2.0.3",
"react-markdown": "^4.3.0",
"replace-in-file": "^6.0.0",
"responsive-loader": "^1.2.0",
"serve": "^11.3.0",
"stylus": "^0.54.7",
"ts-node": "^8.6.2",
"typescript": "^3.7.4",
"webp-loader": "^0.6.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
},
"devDependencies": {
"@types/node": "^13.1.4",
"@types/react": "^16.9.17",
"@typescript-eslint/eslint-plugin": "^2.19.0",
"@typescript-eslint/parser": "^2.19.0",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.18.3"
}
}