You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
612 B
JSON

5 months ago
{
"name": "example-with-tailwindcss",
"type": "module",
"scripts": {
"dev": "vinxi dev",
"build": "vinxi build",
"start": "vinxi start"
},
"dependencies": {
"@mdx-js/mdx": "^2.3.0",
"@solidjs/router": "^0.13.3",
"@solidjs/start": "^1.0.0-rc.1",
"@vinxi/plugin-mdx": "^3.7.1",
"apexcharts": "^3.49.1",
"autoprefixer": "^10.4.19",
"daisyui": "^4.11.1",
"postcss": "^8.4.38",
"solid-apexcharts": "^0.3.4",
"solid-js": "^1.8.17",
"solid-mdx": "^0.0.7",
"tailwindcss": "^3.4.3",
"vinxi": "^0.3.11"
},
"engines": {
"node": ">=18"
}
}