mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
63 lines
1.8 KiB
JSON
63 lines
1.8 KiB
JSON
{
|
|
"name": "reflector-ui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"format": "prettier --write .",
|
|
"openapi": "openapi-ts"
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/icons": "^2.1.1",
|
|
"@chakra-ui/menu": "^2.2.1",
|
|
"@chakra-ui/next-js": "^2.2.0",
|
|
"@chakra-ui/react": "^2.8.2",
|
|
"@chakra-ui/react-types": "^2.0.6",
|
|
"@emotion/react": "^11.11.1",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@fief/fief": "^0.13.5",
|
|
"@fortawesome/fontawesome-svg-core": "^6.4.0",
|
|
"@fortawesome/free-solid-svg-icons": "^6.4.0",
|
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
"@sentry/nextjs": "^7.77.0",
|
|
"@vercel/edge-config": "^0.4.1",
|
|
"autoprefixer": "10.4.14",
|
|
"axios": "^1.6.2",
|
|
"chakra-react-select": "^4.7.6",
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-next": "^14.0.4",
|
|
"fontawesome": "^5.6.3",
|
|
"framer-motion": "^10.16.16",
|
|
"jest-worker": "^29.6.2",
|
|
"next": "^14.0.4",
|
|
"postcss": "8.4.25",
|
|
"prop-types": "^15.8.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-dropdown": "^1.11.0",
|
|
"react-icons": "^5.0.1",
|
|
"react-markdown": "^9.0.0",
|
|
"react-qr-code": "^2.0.12",
|
|
"react-select-search": "^4.1.7",
|
|
"sass": "^1.63.6",
|
|
"simple-peer": "^9.11.1",
|
|
"superagent": "^8.0.9",
|
|
"supports-color": "^9.4.0",
|
|
"tailwindcss": "^3.3.2",
|
|
"typescript": "^5.1.6",
|
|
"wavesurfer.js": "^7.4.2"
|
|
},
|
|
"main": "index.js",
|
|
"repository": "https://github.com/Monadical-SAS/reflector-ui.git",
|
|
"author": "Andreas <andreas@monadical.com>",
|
|
"license": "All Rights Reserved",
|
|
"devDependencies": {
|
|
"@types/react": "18.2.20",
|
|
"@hey-api/openapi-ts": "^0.48.0",
|
|
"prettier": "^3.0.0"
|
|
}
|
|
}
|