|
| 1 | +{ |
| 2 | + "name": "code-inbox", |
| 3 | + "private": true, |
| 4 | + "version": "0.0.1", |
| 5 | + "type": "module", |
| 6 | + "scripts": { |
| 7 | + "dev": "vite --host 127.0.0.1 --port 3000", |
| 8 | + "build": "vite build", |
| 9 | + "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0", |
| 10 | + "preview": "vite preview" |
| 11 | + }, |
| 12 | + "dependencies": { |
| 13 | + "@emotion/react": "^11.11.1", |
| 14 | + "@emotion/styled": "^11.11.0", |
| 15 | + "@mui/icons-material": "^5.14.9", |
| 16 | + "@mui/material": "^5.14.10", |
| 17 | + "@nylas/nylas-react": "^0.1.0", |
| 18 | + "@reduxjs/toolkit": "^1.9.5", |
| 19 | + "axios": "^1.5.0", |
| 20 | + "emoji-picker-react": "^4.5.2", |
| 21 | + "moment": "^2.29.4", |
| 22 | + "prop-types": "^15.8.1", |
| 23 | + "query": "link:@reduxjs/toolkit/query", |
| 24 | + "react": "^18.2.0", |
| 25 | + "react-bottom-scroll-listener": "^5.1.0", |
| 26 | + "react-color": "^2.19.3", |
| 27 | + "react-dom": "^18.2.0", |
| 28 | + "react-dropzone": "^14.2.3", |
| 29 | + "react-perfect-scrollbar": "^1.5.8", |
| 30 | + "react-redux": "^8.1.2", |
| 31 | + "redux-persist": "^6.0.0", |
| 32 | + "redux-thunk": "^2.4.2" |
| 33 | + }, |
| 34 | + "devDependencies": { |
| 35 | + "@types/react": "^18.2.15", |
| 36 | + "@types/react-dom": "^18.2.7", |
| 37 | + "@vitejs/plugin-react-swc": "^3.3.2", |
| 38 | + "eslint": "^8.45.0", |
| 39 | + "eslint-plugin-react": "^7.32.2", |
| 40 | + "eslint-plugin-react-hooks": "^4.6.0", |
| 41 | + "eslint-plugin-react-refresh": "^0.4.3", |
| 42 | + "vite": "^4.4.5" |
| 43 | + } |
| 44 | +} |
0 commit comments