You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

62 lines
1.5 KiB

{
"name": "tailwind-react-components",
"version": "0.1.0",
"private": true,
"dependencies": {
"@craco/craco": "^6.4.0",
"@headlessui/react": "^1.4.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"flowbite": "^1.4.5",
"jalali-moment": "^3.3.10",
"jalali-react-datepicker": "^1.2.1",
"lodash": "^4.17.21",
"rc-slider": "^9.7.5",
"react": "^17.0.2",
"react-circular-progressbar": "^2.0.4",
"react-code-blocks": "^0.0.9-0",
"react-dom": "^17.0.2",
"react-modern-calendar-datepicker": "^3.1.6",
"react-redux": "^7.2.6",
"react-router-dom": "6",
"react-scripts": "4.0.3",
"react-star-rating-component": "^1.4.1",
"react-tooltip": "^4.2.21",
"recharts": "^2.1.8",
"redux": "^4.1.2",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.1",
"sass": "^1.51.0",
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"autoprefixer": "^9.8.8",
"postcss": "^7.0.39",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17"
}
}