Backpack/frontend/package.json

47 lines
1.4 KiB
JSON

{
"name": "backpack-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NODE_ENV=development dotenv -- next dev",
"build": "NODE_ENV=production dotenv -- next build",
"start": "NODE_ENV=production dotenv -- next start",
"lint": "next lint",
"generateClient": "find ./client ! -name 'README.md' -type f -exec rm -f {} + && openapi --input http://localhost:3000/api/docs/openapi.json --output ./client --client axios --name BackpackClient"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.2",
"@chakra-ui/react": "^2.3.2",
"@chakra-ui/system": "^2.1.3",
"@chakra-ui/theme-tools": "^2.0.2",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@svgr/webpack": "^6.2.1",
"axios": "^0.27.2",
"dotenv": "^16.0.1",
"dotenv-cli": "^5.1.0",
"framer-motion": "^6.5.1",
"javascript-time-ago": "^2.5.4",
"mobx": "^6.6.0",
"mobx-react": "^7.5.3",
"mobx-react-lite": "^3.4.0",
"next": "12.1.6",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-hook-form": "^7.32.0",
"sass": "^1.52.3"
},
"devDependencies": {
"@backpack-app/openapi-typescript-codegen": "^0.23.1",
"@types/node": "17.0.42",
"@types/react": "18.0.12",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"eslint": "^8.17.0",
"eslint-config-next": "12.1.6",
"i": "^0.3.7",
"npm": "^8.12.2",
"typescript": "4.7.3"
}
}