Files
cidwa-components/package.json
T

29 lines
610 B
JSON
Raw 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-21 23:20:58 -05:00
"react-dom": "^19.0.0"
2025-03-21 23:14:35 -05:00
},
"devDependencies": {
2025-03-21 23:20:58 -05:00
"@eslint/eslintrc": "^3",
2025-03-21 23:14:35 -05:00
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.2.3",
2025-03-21 23:20:58 -05:00
"sass": "^1.86.0",
"typescript": "^5"
2025-03-21 23:14:35 -05:00
}
}