|
1 | 1 | { |
2 | 2 | "name": "advanced-passgen", |
3 | | - "version": "2.3.0", |
| 3 | + "version": "2.4.0", |
4 | 4 | "private": true, |
5 | 5 | "dependencies": { |
6 | | - "@emotion/react": "^11.10.5", |
7 | | - "@emotion/styled": "^11.10.5", |
| 6 | + "@emotion/react": "^11.10.6", |
| 7 | + "@emotion/styled": "^11.10.6", |
8 | 8 | "@fontsource/roboto": "^4.5.8", |
9 | | - "@mui/icons-material": "^5.11.0", |
10 | | - "@mui/material": "^5.11.3", |
11 | | - "@shopify/react-web-worker": "^5.0.6", |
| 9 | + "@mui/icons-material": "^5.11.11", |
| 10 | + "@mui/material": "^5.11.11", |
| 11 | + "@mui/x-data-grid": "^6.0.0", |
| 12 | + "@shopify/react-web-worker": "^5.0.9", |
12 | 13 | "@tauri-apps/api": "^1.2.0", |
13 | | - "@testing-library/jest-dom": "^5.16.5", |
14 | | - "@testing-library/react": "^13.4.0", |
15 | | - "@testing-library/user-event": "^14.4.3", |
16 | 14 | "crypto-js": "^4.1.1", |
17 | 15 | "react": "^18.2.0", |
18 | 16 | "react-dom": "^18.2.0", |
19 | | - "react-router-dom": "^6.6.1", |
20 | | - "react-scripts": "^5.0.1", |
21 | | - "react-virtualized": "^9.22.3", |
22 | | - "uuid": "^9.0.0", |
23 | | - "web-vitals": "^3.1.0" |
| 17 | + "react-router-dom": "^6.8.2" |
24 | 18 | }, |
25 | 19 | "scripts": { |
26 | | - "start": "react-scripts start", |
| 20 | + "start": "vite", |
| 21 | + "build": "vite build", |
| 22 | + "preview": "vite build && vite preview", |
27 | 23 | "dev": "tauri dev", |
28 | | - "build": "react-scripts build", |
29 | | - "test": "react-scripts test", |
30 | | - "eject": "react-scripts eject" |
| 24 | + "lint": "eslint . --ext .ts,.tsx,.js,.jsx" |
31 | 25 | }, |
32 | 26 | "eslintConfig": { |
33 | 27 | "extends": [ |
|
47 | 41 | "last 1 safari version" |
48 | 42 | ] |
49 | 43 | }, |
50 | | - "packageManager": "yarn@3.3.1", |
| 44 | + "packageManager": "yarn@3.4.1", |
51 | 45 | "devDependencies": { |
52 | | - "@tauri-apps/cli": "^1.2.2", |
| 46 | + "@tauri-apps/cli": "^1.2.3", |
| 47 | + "@vitejs/plugin-react": "^3.1.0", |
53 | 48 | "cross-env": "^7.0.3", |
54 | | - "eslint": "^8.31.0", |
| 49 | + "eslint": "^8.35.0", |
55 | 50 | "eslint-config-airbnb": "^19.0.4", |
56 | | - "eslint-plugin-import": "^2.26.0", |
57 | | - "eslint-plugin-jsx-a11y": "^6.6.1", |
58 | | - "eslint-plugin-react": "^7.31.11", |
59 | | - "eslint-plugin-react-hooks": "^4.6.0" |
| 51 | + "eslint-plugin-import": "^2.27.5", |
| 52 | + "eslint-plugin-jsx-a11y": "^6.7.1", |
| 53 | + "eslint-plugin-react": "^7.32.2", |
| 54 | + "eslint-plugin-react-hooks": "^4.6.0", |
| 55 | + "vite": "^4.1.4", |
| 56 | + "vite-plugin-eslint": "^1.8.1", |
| 57 | + "vite-plugin-svgr": "^2.4.0" |
60 | 58 | } |
61 | 59 | } |
0 commit comments