40 lines
955 B
JSON
40 lines
955 B
JSON
{
|
|
"name": "pos-frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"test": "mocha --require ts-node/register test/**/*.test.ts"
|
|
},
|
|
"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",
|
|
"next": "14.1.4",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"rocksdb": "^5.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@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",
|
|
"mocha": "^10.4.0",
|
|
"sinon": "^17.0.1",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5"
|
|
}
|
|
}
|