bots-frontend/package.json
2022-11-18 11:14:34 +07:00

42 lines
1.0 KiB
JSON

{
"name": "nextjs-boilerplate",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"dev:debug": "NODE_OPTIONS='--inspect' next dev"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@formkit/auto-animate": "^1.0.0-beta.3",
"antd": "^4.23.6",
"atob": "^2.1.2",
"autoprefixer": "^10.4.7",
"axios": "^1.1.3",
"babel-plugin-import": "^1.13.5",
"date-fns": "^2.29.3",
"framer-motion": "^7.6.1",
"jwt-decode": "^3.1.2",
"mobx": "^6.6.1",
"mobx-react-lite": "^3.4.0",
"next": "12.2.2",
"next-plugin-antd-less": "^1.8.0",
"particles-bg": "^2.5.5",
"postcss": "^8.4.14",
"react": "^18.2.0",
"react-countdown": "^2.3.3",
"react-dom": "^18.2.0",
"react-modal-sheet": "^1.8.1",
"sass": "^1.53.0",
"swr": "^1.3.0"
},
"devDependencies": {
"eslint": "8.19.0",
"eslint-config-next": "12.2.2",
"tailwindcss": "^3.2.0"
}
}