Spaces:
Sleeping
Sleeping
File size: 801 Bytes
f884d0d 58db00b f884d0d 58db00b f884d0d 58db00b f884d0d 58db00b f884d0d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | {
"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"
}
}
|