mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"name": "client-next",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint --ext ts,tsx .",
|
|
"lint:fix": "eslint --ext ts,tsx . --fix"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "^5.15.1",
|
|
"autoprefixer": "^10.1.0",
|
|
"core-js": "^3.8.2",
|
|
"dataloader": "^2.0.0",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"knex": "^0.21.15",
|
|
"next": "10.0.4",
|
|
"next-themes": "^0.0.10",
|
|
"postcss": "^8.2.2",
|
|
"postcss-preset-env": "^6.7.0",
|
|
"react": "17.0.1",
|
|
"react-dom": "17.0.1",
|
|
"tailwindcss": "^2.0.2",
|
|
"yup": "^0.32.8"
|
|
},
|
|
"devDependencies": {
|
|
"@types/core-js": "^2.5.4",
|
|
"@types/jsonwebtoken": "^8.5.0",
|
|
"@types/node": "^14.14.19",
|
|
"@types/node-fetch": "^2.5.7",
|
|
"@types/react": "^17.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^4.11.1",
|
|
"@typescript-eslint/parser": "^4.11.1",
|
|
"eslint": "^7.17.0",
|
|
"eslint-config-prettier": "^7.1.0",
|
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
|
"eslint-plugin-prettier": "^3.3.0",
|
|
"eslint-plugin-react": "^7.22.0",
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
"prettier": "^2.2.1",
|
|
"prettier-plugin-tailwind": "^2.2.8",
|
|
"typescript": "^4.1.3"
|
|
}
|
|
}
|