Initial Commit
This commit is contained in:
24
mvp-platform-services/landing/package.json
Normal file
24
mvp-platform-services/landing/package.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "mvp-platform-landing",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "tsc && vite build",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-router-dom": "^6.8.0",
|
||||
"@auth0/auth0-react": "^2.2.3",
|
||||
"axios": "^1.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.2.0",
|
||||
"@types/react-dom": "^18.2.0",
|
||||
"@vitejs/plugin-react": "^4.2.0",
|
||||
"typescript": "^5.6.3",
|
||||
"vite": "^5.0.6"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user