|
| 1 | +{ |
| 2 | + "name": "soft-ui-dashboard-react", |
| 3 | + "version": "4.0.0", |
| 4 | + "author": "Creative Tim", |
| 5 | + "license": "SEE LICENSE IN <https://www.creative-tim.com/license>", |
| 6 | + "description": "ReactJS version of Soft UI Dashboard by Creative Tim", |
| 7 | + "bugs": { |
| 8 | + "url": "https://github.com/app-generator/react-soft-ui-dashboard/issues" |
| 9 | + }, |
| 10 | + "repository": { |
| 11 | + "type": "git", |
| 12 | + "url": "git+https://github.com/app-generator/react-soft-ui-dashboard.git" |
| 13 | + }, |
| 14 | + "engines": { |
| 15 | + "node": "14 || 15 || 16", |
| 16 | + "npm": ">=6" |
| 17 | + }, |
| 18 | + "build": { |
| 19 | + "npm": "v14.0.0" |
| 20 | + }, |
| 21 | + "dependencies": { |
| 22 | + "@emotion/cache": "11.9.3", |
| 23 | + "@emotion/react": "11.9.3", |
| 24 | + "@emotion/styled": "11.9.3", |
| 25 | + "@mui/icons-material": "5.8.4", |
| 26 | + "@mui/material": "5.8.6", |
| 27 | + "@mui/styled-engine": "5.8.0", |
| 28 | + "@testing-library/jest-dom": "5.16.4", |
| 29 | + "@testing-library/react": "13.3.0", |
| 30 | + "@testing-library/user-event": "14.2.1", |
| 31 | + "axios": "^1.2.0", |
| 32 | + "chart.js": "3.4.1", |
| 33 | + "chroma-js": "2.4.2", |
| 34 | + "prop-types": "15.8.1", |
| 35 | + "react": "18.2.0", |
| 36 | + "react-bootstrap-sweetalert": "^5.2.0", |
| 37 | + "react-chartjs-2": "3.0.4", |
| 38 | + "react-countup": "6.3.0", |
| 39 | + "react-dom": "18.2.0", |
| 40 | + "react-flatpickr": "3.10.13", |
| 41 | + "react-router-dom": "6.3.0", |
| 42 | + "react-scripts": "5.0.1", |
| 43 | + "stylis": "4.1.1", |
| 44 | + "stylis-plugin-rtl": "2.1.1", |
| 45 | + "uuid": "8.3.2", |
| 46 | + "web-vitals": "2.1.4" |
| 47 | + }, |
| 48 | + "scripts": { |
| 49 | + "start": "react-scripts start", |
| 50 | + "build": "react-scripts build", |
| 51 | + "test": "react-scripts test", |
| 52 | + "eject": "react-scripts eject", |
| 53 | + "install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start", |
| 54 | + "install:peer-deps": "npm install --legacy-peer-deps" |
| 55 | + }, |
| 56 | + "eslintConfig": { |
| 57 | + "extends": [ |
| 58 | + "react-app", |
| 59 | + "react-app/jest" |
| 60 | + ] |
| 61 | + }, |
| 62 | + "browserslist": { |
| 63 | + "production": [ |
| 64 | + ">0.2%", |
| 65 | + "not dead", |
| 66 | + "not op_mini all" |
| 67 | + ], |
| 68 | + "development": [ |
| 69 | + "last 1 chrome version", |
| 70 | + "last 1 firefox version", |
| 71 | + "last 1 safari version" |
| 72 | + ] |
| 73 | + }, |
| 74 | + "devDependencies": { |
| 75 | + "eslint": "8.18.0", |
| 76 | + "eslint-config-prettier": "8.5.0", |
| 77 | + "eslint-plugin-import": "2.26.0", |
| 78 | + "eslint-plugin-prettier": "4.2.1", |
| 79 | + "eslint-plugin-react": "7.30.1", |
| 80 | + "eslint-plugin-react-hooks": "4.6.0", |
| 81 | + "prettier": "2.7.1" |
| 82 | + } |
| 83 | +} |
0 commit comments