expreciones_algebraicas/package.json

26 lines
515 B
JSON
Raw Normal View History

2024-09-13 08:57:55 -06:00
{
"name": "expreciones-algebraicas",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2024-09-13 14:55:25 -06:00
"chart.js": "^4.4.4",
2024-09-16 17:13:11 -06:00
"chartjs-plugin-zoom": "^2.0.1",
2024-09-13 15:47:35 -06:00
"mathjs": "^13.1.1",
2024-09-13 14:55:25 -06:00
"next": "14.2.11",
2024-09-13 08:57:55 -06:00
"react": "^18",
2024-09-13 14:55:25 -06:00
"react-dom": "^18"
2024-09-13 08:57:55 -06:00
},
"devDependencies": {
"eslint": "^8",
2024-09-13 14:55:25 -06:00
"eslint-config-next": "14.2.11",
"postcss": "^8",
"tailwindcss": "^3.4.1"
2024-09-13 08:57:55 -06:00
}
}