{ "name": "nav2", "version": "0.0.0", "main": "./src/index.tsx", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "brojs server --port=8099 --with-open-browser", "build": "npm run clean && brojs build --dev", "build:prod": "npm run clean && brojs build", "clean": "rimraf dist", "eslint": "npx eslint ./src/**/*", "eslint:fix": "npx eslint ./src/**/* --fix" }, "keywords": [], "author": "", "license": "ISC", "description": "", "dependencies": { "@brojs/cli": "^1.3.0", "@chakra-ui/react": "^2.10.3", "@eslint/js": "^9.11.0", "@stylistic/eslint-plugin": "^2.8.0", "eslint": "^9.11.0", "eslint-plugin-react": "^7.36.1", "express": "^4.19.2", "globals": "^15.9.0", "lottie-react": "^2.4.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "^6.23.1", "typescript-eslint": "^8.6.0" } }