2024-05-24 02:29:14 -07:00
|
|
|
{
|
|
|
|
"name": "blog",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
2025-02-15 13:14:22 -08:00
|
|
|
"scripts": {},
|
2024-05-24 02:29:14 -07:00
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
2025-02-15 13:14:22 -08:00
|
|
|
"scripts": {
|
|
|
|
"build": "rollup -c"
|
|
|
|
},
|
2024-05-24 02:29:14 -07:00
|
|
|
"devDependencies": {
|
2024-05-24 20:00:57 -07:00
|
|
|
"@rollup/plugin-terser": "^0.4.4",
|
2024-05-24 02:29:14 -07:00
|
|
|
"@tailwindcss/typography": "^0.5.13",
|
|
|
|
"autoprefixer": "^10.4.19",
|
|
|
|
"postcss": "^8.4.38",
|
2024-05-24 20:00:57 -07:00
|
|
|
"postcss-minify": "^1.1.0",
|
|
|
|
"rollup-plugin-postcss": "^4.0.2",
|
2025-02-15 13:14:22 -08:00
|
|
|
"tailwindcss": "^3.4.3",
|
|
|
|
"rollup": "^4.34.7"
|
2024-05-24 02:29:14 -07:00
|
|
|
}
|
|
|
|
}
|