You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "capstone3fs",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@paypal/react-paypal-js": "^8.1.3",
|
|
"@reduxjs/toolkit": "^1.9.7",
|
|
"apexcharts": "^3.44.0",
|
|
"axios": "^1.6.2",
|
|
"flowbite": "^2.1.1",
|
|
"moment": "^2.29.4",
|
|
"react": "^18.2.0",
|
|
"react-apexcharts": "^1.4.1",
|
|
"react-dom": "^18.2.0",
|
|
"react-icons": "^4.12.0",
|
|
"react-redux": "^8.1.3",
|
|
"react-router": "^6.19.0",
|
|
"react-router-dom": "^6.19.0",
|
|
"react-slick": "^0.29.0",
|
|
"react-toastify": "^9.1.3",
|
|
"slick-carousel": "^1.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.37",
|
|
"@types/react-dom": "^18.2.15",
|
|
"@vitejs/plugin-react": "^4.2.0",
|
|
"autoprefixer": "^10.4.16",
|
|
"eslint": "^8.53.0",
|
|
"eslint-plugin-react": "^7.33.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.4",
|
|
"postcss": "^8.4.31",
|
|
"tailwindcss": "^3.3.5",
|
|
"vite": "^5.0.0"
|
|
}
|
|
}
|