InsuCompass / package.json
nagur-shareef-shaik's picture
Updated for markdown content
58db00b
raw
history blame contribute delete
801 Bytes
{
"name": "insucompass",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@types/react": "^18.3.23",
"@types/react-dom": "^18.3.7",
"@vitejs/plugin-react": "4.0.3",
"autoprefixer": "10.4.14",
"lucide-react": "^0.263.1",
"postcss": "8.4.24",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
"tailwindcss": "3.3.0",
"typescript": "5.0.2",
"vite": "4.4.5"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.6.0",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17",
"vite": "^4.5.14"
}
}