52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"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",
|
|
"@nextui-org/button": "^2.0.31",
|
|
"@nextui-org/react": "^2.3.6",
|
|
"bootstrap": "^5.3.3",
|
|
"framer-motion": "^11.0.25",
|
|
"level-rocksdb": "^5.0.0",
|
|
"next": "^14.1.4",
|
|
"nodejs-polars": "^0.11.0",
|
|
"react": "^18",
|
|
"react-bootstrap": "^2.10.2",
|
|
"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"
|
|
}
|
|
}
|