45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "ocogeclub",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"scripts": {
|
|
"clean": "rimraf dist",
|
|
"start": "npm run serve",
|
|
"serve": "npm run clean && cross-env NODE_ENV=development eleventy --serve",
|
|
"watch": "npm run clean && cross-env NODE_ENV=development eleventy --watch",
|
|
"build": "npm run clean && cross-env NODE_ENV=production eleventy",
|
|
"debug": "DEBUG=Eleventy* npm run build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://git.ocoge.club/ocogeclub/pages.git"
|
|
},
|
|
"author": "ocogeclub",
|
|
"license": "CC BY-SA 4.0",
|
|
"bugs": {
|
|
"url": "https://https://git.ocoge.club/ocogeclub/issues"
|
|
},
|
|
"homepage": "https://https://git.ocoge.club/ocogeclub#readme",
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^0.11.1",
|
|
"@tailwindcss/typography": "^0.3.1",
|
|
"cross-env": "^7.0.3",
|
|
"eleventy-plugin-tailwindcss": "^0.3.0",
|
|
"html-minifier": "^4.0.0",
|
|
"luxon": "^1.24.1",
|
|
"rimraf": "^3.0.2",
|
|
"terser": "^4.8.0"
|
|
},
|
|
"dependencies": {
|
|
"@11ty/eleventy-fetch": "^3.0.0",
|
|
"markdown-it": "^12.3.2",
|
|
"metascraper": "^5.29.3",
|
|
"metascraper-description": "^5.29.3",
|
|
"metascraper-image": "^5.29.3",
|
|
"metascraper-logo": "^5.29.3",
|
|
"metascraper-logo-favicon": "^5.29.3",
|
|
"metascraper-publisher": "^5.29.3",
|
|
"metascraper-title": "^5.29.3",
|
|
"metascraper-url": "^5.29.3"
|
|
}
|
|
} |