|
1 | 1 | { |
2 | | - "name": "example-browser", |
3 | | - "private": true, |
4 | | - "version": "3.0.0", |
5 | | - "type": "module", |
6 | | - "scripts": { |
7 | | - "dev": "vite", |
8 | | - "build": "tsc && vite build", |
9 | | - "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0", |
10 | | - "preview": "vite preview" |
11 | | - }, |
12 | | - "dependencies": { |
13 | | - "@version-checker/browser": "*", |
14 | | - "react": "^18.2.0", |
15 | | - "react-dom": "^18.2.0", |
16 | | - "react-query": "^3.39.3" |
17 | | - }, |
18 | | - "devDependencies": { |
19 | | - "@types/react": "^18.0.37", |
20 | | - "@types/react-dom": "^18.0.11", |
21 | | - "@typescript-eslint/eslint-plugin": "^5.59.0", |
22 | | - "@typescript-eslint/parser": "^5.59.0", |
23 | | - "@vitejs/plugin-react": "^4.0.0", |
24 | | - "eslint": "^8.38.0", |
25 | | - "eslint-plugin-react-hooks": "^4.6.0", |
26 | | - "eslint-plugin-react-refresh": "^0.3.4", |
27 | | - "typescript": "^5.0.2", |
28 | | - "vite": "^4.3.9" |
29 | | - } |
| 2 | + "name": "example-browser", |
| 3 | + "private": true, |
| 4 | + "version": "3.0.0", |
| 5 | + "type": "module", |
| 6 | + "scripts": { |
| 7 | + "dev": "vite", |
| 8 | + "build": "tsc && vite build", |
| 9 | + "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0", |
| 10 | + "preview": "vite preview" |
| 11 | + }, |
| 12 | + "dependencies": { |
| 13 | + "@version-checker/browser": "*", |
| 14 | + "react": "^18.2.0", |
| 15 | + "react-dom": "^18.2.0", |
| 16 | + "react-query": "^3.39.3" |
| 17 | + }, |
| 18 | + "devDependencies": { |
| 19 | + "@types/react": "^18.0.37", |
| 20 | + "@types/react-dom": "^18.0.11", |
| 21 | + "@typescript-eslint/eslint-plugin": "^5.59.0", |
| 22 | + "@typescript-eslint/parser": "^5.59.0", |
| 23 | + "@vitejs/plugin-react": "^4.0.0", |
| 24 | + "eslint": "^8.38.0", |
| 25 | + "eslint-plugin-react-hooks": "^4.6.0", |
| 26 | + "eslint-plugin-react-refresh": "^0.3.4", |
| 27 | + "typescript": "^5.0.2", |
| 28 | + "vite": "^4.3.9" |
| 29 | + } |
30 | 30 | } |
0 commit comments