fakhr-khaleej-blog
Version:
Moving and relocation services blog
48 lines (47 loc) • 1.22 kB
JSON
{
"name": "fakhr-khaleej-blog",
"version": "0.1.0",
"description": "Moving and relocation services blog",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"analyze": "cross-env ANALYZE=true next build",
"deploy": "next build && next start",
"build:clean": "rimraf --glob .next && next build",
"production": "npm run build:clean && next start",
"prod:full": "npm ci && npm run lint && npm run build:clean && next start"
},
"dependencies": {
"canvas": "^3.1.0",
"date-fns": "^4.1.0",
"next": "^12.3.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-markdown": "^8.0.7"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.4.19",
"autoprefixer": "^10.4.13",
"cross-env": "^7.0.3",
"eslint": "^8.28.0",
"eslint-config-next": "^13.0.5",
"postcss": "^8.4.19",
"rimraf": "^5.0.1",
"tailwindcss": "^3.2.4"
},
"keywords": [
"moving",
"relocation",
"furniture",
"blog"
],
"author": "slymanfatn569",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/slymanfatn569/moving3.git"
}
}