Files

32 lines
740 B
JSON
Raw Permalink Normal View History

2025-03-21 23:14:35 -05:00
{
"name": "cidwa-components",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2025-03-21 23:20:58 -05:00
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"next": "15.2.3",
2025-03-21 23:14:35 -05:00
"react": "^19.0.0",
2025-03-22 18:08:10 -05:00
"react-dom": "^19.0.0",
"react-syntax-highlighter": "^15.6.1"
2025-03-21 23:14:35 -05:00
},
"devDependencies": {
2025-03-21 23:20:58 -05:00
"@eslint/eslintrc": "^3",
2025-03-25 17:57:54 -06:00
"@types/bootstrap": "^5.2.10",
2025-03-21 23:14:35 -05:00
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
2025-03-22 18:08:10 -05:00
"@types/react-syntax-highlighter": "^15.5.13",
2025-03-21 23:14:35 -05:00
"eslint": "^9",
"eslint-config-next": "15.2.3",
"sass": "^1.32.13",
2025-03-21 23:20:58 -05:00
"typescript": "^5"
2025-03-21 23:14:35 -05:00
}
}