mirror of
https://github.com/selfxyz/self.git
synced 2026-02-21 03:00:36 -05:00
33 lines
716 B
JSON
33 lines
716 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",
|
|
"@openpassport/core": "^0.0.11",
|
|
"@openpassport/qrcode": "^0.0.14",
|
|
"axios": "^1.7.7",
|
|
"next": "14.2.8",
|
|
"react": "^18",
|
|
"react-dom": "^18"
|
|
},
|
|
"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"
|
|
}
|
|
}
|