mirror of
https://github.com/brufdev/many-notes.git
synced 2026-01-23 11:29:45 -06:00
22 lines
471 B
JSON
22 lines
471 B
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.7",
|
|
"autoprefixer": "^10.4.19",
|
|
"axios": "^1.6.4",
|
|
"laravel-vite-plugin": "^1.0",
|
|
"postcss": "^8.4.39",
|
|
"tailwindcss": "^3.4.4",
|
|
"vite": "^5.0"
|
|
},
|
|
"dependencies": {
|
|
"dompurify": "^3.1.7",
|
|
"marked": "^14.1.3"
|
|
}
|
|
}
|