Initial commit

This commit is contained in:
2022-07-21 16:50:03 -04:00
parent 182c3ce4dd
commit 2211879de0
106 changed files with 6270 additions and 2948 deletions

View File

@@ -1,29 +1,15 @@
{
"name": "my-blog",
"version": "1.0.0",
"description": "",
"main": "index.js",
"private": true,
"scripts": {
"start": "npx @11ty/eleventy --serve & postcss ./tailwind.css --o _site/assets/styles/tailwind.css --watch",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"build": "npx @11ty/eleventy & postcss ./tailwind.css --o _site/assets/styles/tailwind.css"
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": ">=0.11.1",
"@11ty/eleventy-plugin-syntaxhighlight": ">=3.0.4",
"eslint": ">=7.12.1",
"html-minifier": ">=3.5.21"
},
"dependencies": {
"@tailwindcss/typography": "^0.4.0",
"autoprefixer": "^10.2.4",
"markdown-it-anchor": "^7.0.1",
"postcss-cli": "^8.3.1",
"tailwindcss": ">=2.0.2"
"@nuxt/content": "^2.0.1",
"@nuxtjs/tailwindcss": "^5.3.0",
"nuxt": "3.0.0-rc.6",
"sitemap": "^7.1.1"
}
}