picup/package.json

58 lines
1.7 KiB
JSON
Raw Permalink Normal View History

2024-09-21 13:28:35 +00:00
{
"name": "picup360",
"version": "0.1.0",
"private": true,
"scripts": {
2024-11-04 14:25:48 +00:00
"dev": "env-cmd -f .env.development next dev -p 34000",
"build": "env-cmd -f .env.production next build",
"start": "env-cmd -f .env.production next start -p 34000",
2024-09-21 13:28:35 +00:00
"lint": "next lint"
},
"dependencies": {
2024-11-04 14:25:48 +00:00
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fullcalendar/core": "^6.1.15",
"@fullcalendar/daygrid": "^6.1.15",
"@fullcalendar/interaction": "^6.1.15",
"@fullcalendar/react": "^6.1.15",
"@mui/icons-material": "^5.15.18",
"@mui/material": "^5.15.18",
"@mui/styled-engine-sc": "^6.0.0-alpha.18",
"@mui/types": "^7.2.14",
"dayjs": "^1.11.11",
"env-cmd": "^10.1.0",
"mysql2": "^3.11.0",
"next": "^14.2.13",
2024-09-21 13:28:35 +00:00
"react": "^18",
"react-dom": "^18",
2024-11-04 14:25:48 +00:00
"react-quill": "^2.0.0",
"recoil": "^0.7.7",
"sass": "^1.77.1",
"serverless-mysql": "^1.5.5",
"styled-components": "^6.1.11",
"styled-jsx": "^5.1.3"
2024-09-21 13:28:35 +00:00
},
"devDependencies": {
2024-11-04 14:25:48 +00:00
"@html-eslint/eslint-plugin": "^0.24.1",
"@html-eslint/parser": "^0.24.1",
"@types/node": "^20.12.12",
2024-09-21 13:28:35 +00:00
"@types/react": "^18",
"@types/react-dom": "^18",
2024-11-04 14:25:48 +00:00
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
2024-09-21 13:28:35 +00:00
"eslint": "^8",
2024-11-04 14:25:48 +00:00
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"prettier": "^3.2.5",
"typescript": "^5"
2024-09-21 13:28:35 +00:00
}
}