altarra/package.json
2026-01-08 18:18:26 +00:00

30 lines
668 B
JSON

{
"name": "altarra",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "14.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"papaparse": "5.4.1",
"react-checkmark": "2.1.1"
},
"devDependencies": {
"@types/node": "20.10.6",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@types/papaparse": "5.3.14",
"autoprefixer": "10.4.16",
"eslint": "8.55.0",
"eslint-config-next": "14.1.0",
"postcss": "8.4.32",
"tailwindcss": "3.3.6",
"typescript": "5.3.3"
}
}