mirror of
https://github.com/youwen5/blog.git
synced 2025-02-22 10:11:11 -08:00
23 lines
493 B
JSON
23 lines
493 B
JSON
{
|
|
"name": "blog",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"scripts": {
|
|
"build": "rollup -c"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-terser": "^0.4.4",
|
|
"@tailwindcss/typography": "^0.5.13",
|
|
"autoprefixer": "^10.4.19",
|
|
"postcss": "^8.4.38",
|
|
"postcss-minify": "^1.1.0",
|
|
"rollup-plugin-postcss": "^4.0.2",
|
|
"tailwindcss": "^3.4.3",
|
|
"rollup": "^4.34.7"
|
|
}
|
|
}
|