All checks were successful
E2E Tests with Cypress / cypress (push) Successful in 3m12s
29 lines
628 B
JSON
29 lines
628 B
JSON
{
|
|
"name": "aleksa.sh",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"e2e": "cypress run"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.8.4",
|
|
"next": "^15.3.0",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"cypress": "^14.3.0",
|
|
"eslint": "^9.24.0",
|
|
"eslint-config-next": "15.3.0",
|
|
"eslint-config-prettier": "^10.1.2",
|
|
"prettier": "3.5.3",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|