Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
{ | |
"name": "client-api", | |
"version": "0.1.0", | |
"private": true, | |
"scripts": { | |
"dev": "next dev", | |
"build": "next build", | |
"start": "next start -p 3002", | |
"lint": "next lint" | |
}, | |
"dependencies": { | |
"classnames": "^2.3.2", | |
"next": "13.5.6", | |
"react": "^18", | |
"react-dom": "^18", | |
"react-highlight": "^0.15.0", | |
"react-icons": "^4.11.0", | |
"react-use": "^17.4.0", | |
"redaxios": "^0.5.1" | |
}, | |
"devDependencies": { | |
"@types/node": "^20", | |
"@types/react": "^18", | |
"@types/react-dom": "^18", | |
"@types/react-highlight": "^0.12.7", | |
"autoprefixer": "^10", | |
"eslint": "^8", | |
"eslint-config-next": "13.5.6", | |
"postcss": "^8", | |
"tailwindcss": "^3", | |
"typescript": "^5" | |
} | |
} | |