29 lines
723 B
JSON
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"
|
|
}
|
|
}
|