|
|
@ -1,19 +1,24 @@ |
|
|
|
{ |
|
|
|
"name": "lazy-timer-fe", |
|
|
|
"name": "project_syncfusion_dashboard", |
|
|
|
"version": "0.1.0", |
|
|
|
"private": true, |
|
|
|
"dependencies": { |
|
|
|
"@testing-library/jest-dom": "^5.16.5", |
|
|
|
"@testing-library/react": "^13.3.0", |
|
|
|
"@testing-library/user-event": "^13.5.0", |
|
|
|
"@types/jest": "^27.5.2", |
|
|
|
"@types/node": "^16.11.56", |
|
|
|
"@types/react": "^18.0.17", |
|
|
|
"@types/react-dom": "^18.0.6", |
|
|
|
"react": "^18.2.0", |
|
|
|
"react-dom": "^18.2.0", |
|
|
|
"react-scripts": "5.0.1", |
|
|
|
"typescript": "^4.7.4", |
|
|
|
"@syncfusion/ej2": "^19.4.48", |
|
|
|
"@syncfusion/ej2-react-calendars": "^19.4.48", |
|
|
|
"@syncfusion/ej2-react-charts": "^19.4.50", |
|
|
|
"@syncfusion/ej2-react-dropdowns": "^19.4.52", |
|
|
|
"@syncfusion/ej2-react-grids": "^19.4.50", |
|
|
|
"@syncfusion/ej2-react-inputs": "^19.4.52", |
|
|
|
"@syncfusion/ej2-react-kanban": "^19.4.48", |
|
|
|
"@syncfusion/ej2-react-popups": "^19.4.52", |
|
|
|
"@syncfusion/ej2-react-richtexteditor": "^19.4.50", |
|
|
|
"@syncfusion/ej2-react-schedule": "^19.4.50", |
|
|
|
"react": "^17.0.2", |
|
|
|
"react-dom": "^17.0.2", |
|
|
|
"react-icons": "^4.3.1", |
|
|
|
"react-router-dom": "^6.2.1", |
|
|
|
"react-scripts": "5.0.0", |
|
|
|
"typescript": "^4.5.5", |
|
|
|
"web-vitals": "^2.1.4" |
|
|
|
}, |
|
|
|
"scripts": { |
|
|
@ -39,5 +44,16 @@ |
|
|
|
"last 1 firefox version", |
|
|
|
"last 1 safari version" |
|
|
|
] |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
"autoprefixer": "^10.4.2", |
|
|
|
"eslint": "^8.9.0", |
|
|
|
"eslint-config-airbnb": "^19.0.4", |
|
|
|
"eslint-plugin-import": "^2.25.4", |
|
|
|
"eslint-plugin-jsx-a11y": "^6.5.1", |
|
|
|
"eslint-plugin-react": "^7.28.0", |
|
|
|
"eslint-plugin-react-hooks": "^4.3.0", |
|
|
|
"postcss": "^8.4.6", |
|
|
|
"tailwindcss": "^3.0.19" |
|
|
|
} |
|
|
|
} |