mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2025-10-30 14:17:55 +00:00
26 lines
444 B
JSON
26 lines
444 B
JSON
{
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vitepress dev"
|
|
},
|
|
"devDependencies": {
|
|
"postcss": "^8.2.14",
|
|
"tailwindcss": "3.x.x",
|
|
"vitepress": "^1.0.0-beta.1",
|
|
"vue": "^3.3.4"
|
|
},
|
|
"postcss": {
|
|
"plugins": {
|
|
"tailwindcss/nesting": {},
|
|
"tailwindcss": {
|
|
"config": {
|
|
"content": [
|
|
"./.vitepress/**/*.{js,vue}",
|
|
"./**/*.md"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|