|
1 | 1 | { |
2 | | - "name": "widgetify-webapp", |
3 | | - "private": true, |
4 | | - "version": "1.0.0", |
5 | | - "type": "module", |
6 | | - "scripts": { |
7 | | - "dev": "vite", |
8 | | - "build": "tsc -b && vite build", |
9 | | - "tsbuild": "tsc -b && vite build", |
10 | | - "lint": "eslint .", |
11 | | - "preview": "vite preview", |
12 | | - "test": "npx tailwindcss init" |
13 | | - }, |
14 | | - "dependencies": { |
15 | | - "@hello-pangea/dnd": "^18.0.1", |
16 | | - "@tanstack/react-query": "5.66.0", |
17 | | - "add": "2.0.6", |
18 | | - "axios": "1.7.9", |
19 | | - "chart.js": "^4.4.7", |
20 | | - "jalali-moment": "3.3.11", |
21 | | - "moment": "^2.30.1", |
22 | | - "moment-hijri": "^3.0.0", |
23 | | - "motion": "12.3.1", |
24 | | - "ms": "2.1.3", |
25 | | - "react": "18.3.1", |
26 | | - "react-chartjs-2": "^5.3.0", |
27 | | - "react-daisyui": "5.0.5", |
28 | | - "react-dom": "18.3.1", |
29 | | - "react-hot-toast": "2.5.1", |
30 | | - "react-icons": "5.4.0", |
31 | | - "react-router-dom": "7.1.5", |
32 | | - "react-select": "^5.10.0", |
33 | | - "vite-plugin-pwa": "0.21.1" |
34 | | - }, |
35 | | - "devDependencies": { |
36 | | - "@biomejs/biome": "1.9.4", |
37 | | - "@eslint/js": "9.17.0", |
38 | | - "@tailwindcss/vite": "4.0.0", |
39 | | - "@types/moment-hijri": "^2.1.4", |
40 | | - "@types/ms": "2.1.0", |
41 | | - "@types/node": "22.13.1", |
42 | | - "@types/react": "18.2.19", |
43 | | - "@types/react-dom": "18.3.5", |
44 | | - "@vitejs/plugin-react": "4.3.4", |
45 | | - "autoprefixer": "10.4.20", |
46 | | - "eslint": "9.17.0", |
47 | | - "eslint-plugin-react-hooks": "5.0.0", |
48 | | - "eslint-plugin-react-refresh": "0.4.16", |
49 | | - "globals": "15.14.0", |
50 | | - "postcss": "8.5.1", |
51 | | - "tailwindcss": "4.0.0", |
52 | | - "typescript": "~5.6.3", |
53 | | - "typescript-eslint": "8.18.2", |
54 | | - "vite": "6.0.5" |
55 | | - } |
| 2 | + "name": "widgetify-webapp", |
| 3 | + "private": true, |
| 4 | + "version": "1.0.0", |
| 5 | + "type": "module", |
| 6 | + "scripts": { |
| 7 | + "dev": "vite", |
| 8 | + "build": "tsc -b && vite build", |
| 9 | + "tsbuild": "tsc -b && vite build", |
| 10 | + "lint": "eslint .", |
| 11 | + "preview": "vite preview", |
| 12 | + "test": "npx tailwindcss init", |
| 13 | + "tcw": "tsc --project tsconfig.app.json -w" |
| 14 | + }, |
| 15 | + "dependencies": { |
| 16 | + "@hello-pangea/dnd": "^18.0.1", |
| 17 | + "@tanstack/react-query": "5.66.0", |
| 18 | + "add": "2.0.6", |
| 19 | + "axios": "1.7.9", |
| 20 | + "chart.js": "^4.4.7", |
| 21 | + "jalali-moment": "3.3.11", |
| 22 | + "moment": "^2.30.1", |
| 23 | + "moment-hijri": "^3.0.0", |
| 24 | + "motion": "12.3.1", |
| 25 | + "ms": "2.1.3", |
| 26 | + "react": "18.3.1", |
| 27 | + "react-chartjs-2": "^5.3.0", |
| 28 | + "react-daisyui": "5.0.5", |
| 29 | + "react-dom": "18.3.1", |
| 30 | + "react-hot-toast": "2.5.1", |
| 31 | + "react-icons": "5.4.0", |
| 32 | + "react-router-dom": "7.1.5", |
| 33 | + "react-select": "^5.10.0", |
| 34 | + "vite-plugin-pwa": "0.21.1" |
| 35 | + }, |
| 36 | + "devDependencies": { |
| 37 | + "@biomejs/biome": "1.9.4", |
| 38 | + "@eslint/js": "9.17.0", |
| 39 | + "@tailwindcss/vite": "4.0.0", |
| 40 | + "@types/moment-hijri": "^2.1.4", |
| 41 | + "@types/ms": "2.1.0", |
| 42 | + "@types/node": "22.13.1", |
| 43 | + "@types/react": "18.2.19", |
| 44 | + "@types/react-dom": "18.3.5", |
| 45 | + "@vitejs/plugin-react": "4.3.4", |
| 46 | + "autoprefixer": "10.4.20", |
| 47 | + "eslint": "9.17.0", |
| 48 | + "eslint-plugin-react-hooks": "5.0.0", |
| 49 | + "eslint-plugin-react-refresh": "0.4.16", |
| 50 | + "globals": "15.14.0", |
| 51 | + "postcss": "8.5.1", |
| 52 | + "tailwindcss": "4.0.0", |
| 53 | + "typescript": "~5.6.3", |
| 54 | + "typescript-eslint": "8.18.2", |
| 55 | + "vite": "6.0.5" |
| 56 | + } |
56 | 57 | } |
0 commit comments