mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
32 lines
663 B
JSON
32 lines
663 B
JSON
{
|
|
"name": "web-app",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next dev",
|
|
"lint": "next lint",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.13.3",
|
|
"@emotion/styled": "^11.13.0",
|
|
"@mui/material": "^6.0.2",
|
|
"axios": "^1.7.7",
|
|
"next": "14.2.8",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"uuid": "^11.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.2.8",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5"
|
|
}
|
|
}
|