{ "name": "fedisearch", "version": "1.0.0", "description": "FediSearch", "main": "app.js", "private": true, "author": "Štěpán Škorpil", "license": "MIT", "scripts": { "dev": "next dev ./src --hostname 0.0.0.0", "build": "next build ./src", "start": "next start ./src", "lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix" }, "dependencies": { "@datapunt/matomo-tracker-js": "^0.5.1", "@hookform/resolvers": "^2.8.5", "@prisma/client": "^3.6.0", "axios": "^0.21.1", "next": "^12.0.7", "npmlog": "^6.0.0", "react": "17.0.2", "react-dom": "17.0.2", "sass": "^1.45.1", "striptags": "^3.2.0", "typescript-collections": "^1.3.3", "zod": "^3.11.6" }, "devDependencies": { "@next/eslint-plugin-next": "^12.0.7", "@types/jest": "^27.0.2", "@types/node": "^16.11.10", "@types/npmlog": "^4.1.3", "@types/react": "^17.0.14", "@typescript-eslint/eslint-plugin": "^5.4.0", "@typescript-eslint/parser": "^5.4.0", "eslint": "^7.32.0", "eslint-config-standard": "^16.0.3", "eslint-plugin-import": "^2.25.3", "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^5.1.1", "eslint-plugin-react": "^7.27.1", "eslint-plugin-react-hooks": "^4.3.0", "jest": "^27.3.0", "prisma": "^3.6.0", "standard": "*", "ts-jest": "^27.0.7", "typescript": "^4.3.5" } }