{ "name": "pos-frontend", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "test": "jest", "test:watch": "jest --watch" }, "dependencies": { "@chakra-ui/next-js": "^2.2.0", "@chakra-ui/react": "^2.8.2", "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", "framer-motion": "^11.0.25", "level-rocksdb": "^5.0.0", "next": "^14.1.4", "react": "^18", "react-dom": "^18", "rocksdb": "^5.2.1" }, "devDependencies": { "@next/eslint-plugin-next": "^14.2.0", "@testing-library/jest-dom": "^6.4.2", "@testing-library/react": "^14.2.2", "@types/chai": "^4.3.14", "@types/mocha": "^10.0.6", "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "@types/rocksdb": "^3.0.5", "@types/sinon": "^17.0.3", "chai": "^5.1.0", "eslint": "^8", "eslint-config-next": "14.1.4", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "mocha": "^10.4.0", "sinon": "^17.0.1", "ts-node": "^10.9.2", "typescript": "^5" } }