30 lines
629 B
JSON
30 lines
629 B
JSON
{
|
|
"name": "szuntis-frontend",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vinxi dev",
|
|
"build": "vinxi build",
|
|
"start": "vinxi start"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@tanstack/react-router": "^1.52.4",
|
|
"@tanstack/start": "^1.52.4",
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"vinxi": "^0.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.3.5",
|
|
"@types/react-dom": "^18.3.0",
|
|
"prettier": "3.3.3",
|
|
"typescript": "^5.5.4"
|
|
}
|
|
}
|