feat: add blog

This commit is contained in:
Andrea
2023-02-28 14:07:59 +01:00
parent 3a68df6fd0
commit 92a08aca83
26 changed files with 1469 additions and 5205 deletions

View File

@@ -1,37 +1,30 @@
{
"name": "remix-template-remix",
"private": true,
"description": "",
"license": "",
"sideEffects": false,
"scripts": {
"build": "npm run build:css && remix build",
"build:css": "tailwindcss -o ./app/styles.css",
"dev": "concurrently -p \"[{name}]\" -n \"tailwind,remix\" -c \"yellow.bold,red.bold\" \"npm:dev:css\" \"npm:dev:remix\"",
"dev:remix": "remix dev",
"dev:css": "tailwindcss -o ./app/styles.css --watch",
"start": "remix-serve build"
"build": "remix build",
"dev": "remix dev",
"start": "remix-serve build",
"typecheck": "tsc"
},
"dependencies": {
"@remix-run/node": "^1.11.0",
"@remix-run/react": "^1.11.0",
"@remix-run/serve": "^1.11.0",
"@code-hike/mdx": "^0.8.0",
"@remix-run/node": "^1.13.0",
"@remix-run/react": "^1.13.0",
"@remix-run/serve": "^1.13.0",
"isbot": "^3.6.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.7.1"
"react-dom": "^18.2.0"
},
"devDependencies": {
"@remix-run/dev": "^1.11.0",
"@remix-run/eslint-config": "^1.11.0",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.10",
"autoprefixer": "^10.4.8",
"concurrently": "^7.3.0",
"eslint": "^8.21.0",
"nodemon": "^2.0.19",
"postcss": "^8.4.21",
"tailwindcss": "^3.1.8",
"typescript": "^4.7.4"
"@remix-run/dev": "^1.13.0",
"@remix-run/eslint-config": "^1.13.0",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"eslint": "^8.27.0",
"react-icons": "^4.7.1",
"tailwindcss": "^3.2.7",
"typescript": "^4.8.4"
},
"engines": {
"node": ">=14"