Files
eleventy-with-tailwind/package.json
Philipp Klüter 61bf73dc36 setup NPM
2021-09-15 07:22:52 +02:00

29 lines
723 B
JSON

{
"name": "eleventy-with-tailwind",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^0.12.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.1.2",
"@tailwindcss/typography": "^0.4.1",
"autoprefixer": "^10.3.4",
"cross-env": "^7.0.3",
"css-loader": "^6.2.0",
"mini-css-extract-plugin": "^2.3.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.3.6",
"postcss-import": "^14.0.2",
"postcss-loader": "^6.1.1",
"tailwindcss": "^2.2.15",
"webpack": "^5.52.1",
"webpack-cli": "^4.8.0"
}
}