33 lines
774 B
JSON
33 lines
774 B
JSON
{
|
|
"name": "my-app",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint my-app",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@paypal/react-paypal-js": "^8.9.1",
|
|
"axios": "^1.12.2",
|
|
"react": "^19.1.1",
|
|
"react-dom": "^19.1.1",
|
|
"react-router-dom": "^7.9.2",
|
|
"react-scripts": "^5.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.36.0",
|
|
"@types/react": "^19.1.13",
|
|
"@types/react-dom": "^19.1.9",
|
|
"@vitejs/plugin-react": "^5.0.3",
|
|
"eslint": "^9.36.0",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
"globals": "^16.4.0",
|
|
"vite": "^7.1.7"
|
|
},
|
|
"proxy": "http://localhost:5001"
|
|
}
|