|
1 | | -{ |
2 | | - "name": "@dkhalife/tasks", |
3 | | - "private": true, |
4 | | - "version": "1.0.30", |
5 | | - "type": "module", |
6 | | - "scripts": { |
7 | | - "start": "vite --host", |
8 | | - "build": "vite build --mode prod", |
9 | | - "lint": "eslint .", |
10 | | - "preview": "vite preview", |
11 | | - "test": "jest", |
12 | | - "test:watch": "jest --watch", |
13 | | - "test:coverage": "jest --coverage" |
14 | | - }, |
15 | | - "dependencies": { |
16 | | - "@emotion/react": "^11.14.0", |
17 | | - "@emotion/styled": "^11.14.0", |
18 | | - "@mui/icons-material": "^6.3.1", |
19 | | - "@mui/joy": "^5.0.0-beta.51", |
20 | | - "@mui/material": "^6.3.1", |
21 | | - "@reduxjs/toolkit": "^2.2.1", |
22 | | - "date-fns": "^4.1.0", |
23 | | - "react": "^19.1.0", |
24 | | - "react-dom": "^19.1.0", |
25 | | - "react-redux": "^9.1.2", |
26 | | - "react-router-dom": "^7.6.2", |
27 | | - "vite-plugin-package-version": "^1.1.0" |
28 | | - }, |
29 | | - "devDependencies": { |
30 | | - "@eslint/js": "^9.18.0", |
31 | | - "@testing-library/dom": "^10.4.1", |
32 | | - "@testing-library/jest-dom": "^6.9.1", |
33 | | - "@testing-library/react": "^16.3.0", |
34 | | - "@types/jest": "^30.0.0", |
35 | | - "@types/mocha": "^10.0.10", |
36 | | - "@types/react": "^18", |
37 | | - "@types/react-dom": "^18", |
38 | | - "@vitejs/plugin-react-swc": "^3.7.2", |
39 | | - "autoprefixer": "^10.4.20", |
40 | | - "eslint": "^9.18.0", |
41 | | - "eslint-plugin-react": "^7.37.4", |
42 | | - "globals": "^15.14.0", |
43 | | - "identity-obj-proxy": "^3.0.0", |
44 | | - "jest": "^30.2.0", |
45 | | - "jest-environment-jsdom": "^30.2.0", |
46 | | - "postcss": "^8.4.49", |
47 | | - "prettier": "^3.4.2", |
48 | | - "prettier-plugin-organize-imports": "^4.1.0", |
49 | | - "prettier-plugin-react": "^0.0.1", |
50 | | - "ts-jest": "^29.4.4", |
51 | | - "typescript": "^5.7.3", |
52 | | - "typescript-eslint": "^8.19.1", |
53 | | - "vite": "^6.2.7" |
54 | | - } |
55 | | -} |
| 1 | +{ |
| 2 | + "name": "@dkhalife/tasks", |
| 3 | + "private": true, |
| 4 | + "version": "1.0.30", |
| 5 | + "type": "module", |
| 6 | + "scripts": { |
| 7 | + "start": "vite --host", |
| 8 | + "build": "vite build --mode prod", |
| 9 | + "lint": "eslint .", |
| 10 | + "preview": "vite preview", |
| 11 | + "test": "jest", |
| 12 | + "test:watch": "jest --watch", |
| 13 | + "test:coverage": "jest --coverage" |
| 14 | + }, |
| 15 | + "dependencies": { |
| 16 | + "@emotion/react": "^11.14.0", |
| 17 | + "@emotion/styled": "^11.14.0", |
| 18 | + "@mui/icons-material": "^6.3.1", |
| 19 | + "@mui/joy": "^5.0.0-beta.51", |
| 20 | + "@mui/material": "^6.3.1", |
| 21 | + "@reduxjs/toolkit": "^2.2.1", |
| 22 | + "date-fns": "^4.1.0", |
| 23 | + "react": "^19.1.0", |
| 24 | + "react-dom": "^19.1.0", |
| 25 | + "react-redux": "^9.1.2", |
| 26 | + "react-router-dom": "^7.6.2", |
| 27 | + "vite-plugin-package-version": "^1.1.0" |
| 28 | + }, |
| 29 | + "devDependencies": { |
| 30 | + "@eslint/js": "^9.18.0", |
| 31 | + "@testing-library/dom": "^10.4.1", |
| 32 | + "@testing-library/jest-dom": "^6.9.1", |
| 33 | + "@testing-library/react": "^16.3.0", |
| 34 | + "@types/jest": "^30.0.0", |
| 35 | + "@types/mocha": "^10.0.10", |
| 36 | + "@types/react": "^18", |
| 37 | + "@types/react-dom": "^18", |
| 38 | + "@vitejs/plugin-react-swc": "^3.7.2", |
| 39 | + "autoprefixer": "^10.4.20", |
| 40 | + "eslint": "^9.18.0", |
| 41 | + "eslint-plugin-react": "^7.37.4", |
| 42 | + "globals": "^15.14.0", |
| 43 | + "identity-obj-proxy": "^3.0.0", |
| 44 | + "jest": "^30.2.0", |
| 45 | + "jest-environment-jsdom": "^30.2.0", |
| 46 | + "postcss": "^8.4.49", |
| 47 | + "prettier": "^3.4.2", |
| 48 | + "prettier-plugin-organize-imports": "^4.1.0", |
| 49 | + "prettier-plugin-react": "^0.0.1", |
| 50 | + "ts-jest": "^29.4.4", |
| 51 | + "typescript": "^5.7.3", |
| 52 | + "typescript-eslint": "^8.19.1", |
| 53 | + "vite": "^6.3.6" |
| 54 | + } |
| 55 | +} |
0 commit comments