1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

69 lines
2.0 KiB
JSON

{
"name": "gustavlindqvist.se",
"version": "2.0.0",
"description": "Personal website using Eleventy",
"main": "eleventy.js",
"scripts": {
"build": "npx @11ty/eleventy",
"serve": "npx @11ty/eleventy --serve --incremental --ignore-initial"
},
"author": "Gustav Lindqvist",
"license": "MIT",
"devDependencies": {
"browser-sync": "^2.27.10",
"gulp": "*",
"gulp-autoprefixer": "*",
"gulp-clean-css": "*",
"gulp-csscomb": "*",
"gulp-plumber": "*",
"gulp-rename": "*",
"gulp-sass": "*",
"gulp-sass-glob": "*",
"gulp-sourcemaps": "*",
"sass": "^1.58.3",
"stylelint": "^14.8.5",
"stylelint-config-idiomatic-order": "^8.1.0",
"stylelint-config-standard": "^25.0.0",
"stylelint-scss": "^4.2.0"
},
"dependencies": {
"@11ty/eleventy": "^2.0.0",
"@11ty/eleventy-fetch": "^3.0.0",
"@11ty/eleventy-img": "^3.0.0",
"@11ty/eleventy-navigation": "^0.3.3",
"@11ty/eleventy-plugin-rss": "^1.1.2",
"@11ty/eleventy-upgrade-help": "^2.0.5",
"@gerhobbelt/markdown-it-checkbox": "^1.2.0-3",
"@quasibit/eleventy-plugin-schema": "^1.10.1",
"cheerio": "^1.0.0-rc.12",
"d3": "^7.4.4",
"dotenv": "^16.0.1",
"eleventy-plugin-page-assets": "github:maxboeck/eleventy-plugin-page-assets",
"exifr": "^7.1.3",
"fast-xml-parser": "^4.1.3",
"fs": "^0.0.1-security",
"lodash": "^4.17.21",
"luxon": "^3.2.1",
"markdown-it": "^13.0.1",
"markdown-it-abbr": "^1.0.4",
"markdown-it-attrs": "^4.1.4",
"markdown-it-container": "^3.0.0",
"markdown-it-custom-block": "^0.1.2",
"markdown-it-footnote": "^3.0.3",
"markdown-it-kbd": "^2.2.2",
"markdown-it-multimd-table": "^4.1.3",
"markdown-it-sup": "^1.0.0",
"markdown-it-task-lists": "^2.1.1",
"moment": "^2.29.4",
"netlify-plugin-cache": "^1.0.3",
"node-fetch": "^2.6.9",
"opml": "^0.4.24",
"path": "^0.12.7",
"probe-image-size": "^7.2.3",
"rss-parser": "^3.12.0",
"sanitize-html": "^2.10.0",
"slugify": "^1.6.5",
"strava-v3": "^2.1.0"
}
}