{ "name": "dry-wash-pl", "version": "0.0.0", "description": "", "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" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@brojs/cli": "^1.3.0", "@chakra-ui/icons": "^2.2.4", "@chakra-ui/react": "^2.4.2", "@emotion/react": "^11.4.1", "@emotion/styled": "^11.3.0", "@types/react": "^18.3.12", "express": "^4.21.1", "framer-motion": "^6.2.8", "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "^6.27.0" }, "devDependencies": { "@types/react-dom": "^18.3.1", "prettier": "3.3.3" } }