|
1 | 1 | {
|
2 |
| - "name": "vite-example", |
3 |
| - "private": true, |
4 |
| - "version": "0.0.0", |
5 |
| - "type": "module", |
6 |
| - "scripts": { |
7 |
| - "dev": "vite --port 3001", |
8 |
| - "build": "tsc && vite build", |
9 |
| - "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", |
10 |
| - "preview": "vite preview" |
11 |
| - }, |
12 |
| - "dependencies": { |
13 |
| - "@mayank1513/fork-me": "^2.0.1", |
14 |
| - "nextjs-themes": "^2.1.2", |
15 |
| - "nthul": "workspace:*", |
16 |
| - "react": "^18.2.0", |
17 |
| - "react-dom": "^18.2.0", |
18 |
| - "shared-ui": "workspace:*" |
19 |
| - }, |
20 |
| - "devDependencies": { |
21 |
| - "@types/react": "^18.2.57", |
22 |
| - "@types/react-dom": "^18.2.19", |
23 |
| - "@typescript-eslint/eslint-plugin": "^7.0.2", |
24 |
| - "@typescript-eslint/parser": "^7.0.2", |
25 |
| - "@vitejs/plugin-react-swc": "^3.6.0", |
26 |
| - "eslint": "^8.56.0", |
27 |
| - "eslint-plugin-react-hooks": "^4.6.0", |
28 |
| - "eslint-plugin-react-refresh": "^0.4.5", |
29 |
| - "typescript": "^5.3.3", |
30 |
| - "vite": "^5.1.4" |
31 |
| - } |
| 2 | + "name": "vite-example", |
| 3 | + "private": true, |
| 4 | + "version": "0.0.0", |
| 5 | + "type": "module", |
| 6 | + "scripts": { |
| 7 | + "dev": "vite --port 3001", |
| 8 | + "build": "tsc && vite build", |
| 9 | + "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", |
| 10 | + "preview": "vite preview" |
| 11 | + }, |
| 12 | + "dependencies": { |
| 13 | + "@mayank1513/fork-me": "^2.0.1", |
| 14 | + "nthul": "workspace:*", |
| 15 | + "react": "^18.2.0", |
| 16 | + "react-dom": "^18.2.0", |
| 17 | + "shared-ui": "workspace:*" |
| 18 | + }, |
| 19 | + "devDependencies": { |
| 20 | + "@types/react": "^18.2.57", |
| 21 | + "@types/react-dom": "^18.2.19", |
| 22 | + "@typescript-eslint/eslint-plugin": "^7.0.2", |
| 23 | + "@typescript-eslint/parser": "^7.0.2", |
| 24 | + "@vitejs/plugin-react-swc": "^3.6.0", |
| 25 | + "eslint": "^8.56.0", |
| 26 | + "eslint-plugin-react-hooks": "^4.6.0", |
| 27 | + "eslint-plugin-react-refresh": "^0.4.5", |
| 28 | + "typescript": "^5.3.3", |
| 29 | + "vite": "^5.1.4" |
| 30 | + } |
32 | 31 | }
|
0 commit comments