|
1 | 1 | { |
2 | | - "name": "docs", |
3 | | - "private": true, |
4 | | - "version": "0.0.0", |
5 | | - "type": "module", |
6 | | - "scripts": { |
7 | | - "build": "NODE_ENV=production tsc && NODE_ENV=production vite build", |
8 | | - "dev": "vite", |
9 | | - "preview": "vite preview" |
10 | | - }, |
11 | | - "dependencies": { |
12 | | - "@radix-ui/react-icons": "1.3.0", |
13 | | - "add": "2.0.6", |
14 | | - "brouther": "4.5.0", |
15 | | - "prism-react-renderer": "1.3.5", |
16 | | - "react": "18.2.0", |
17 | | - "react-dom": "18.2.0", |
18 | | - "react-syntax-highlighter": "15.5.0" |
19 | | - }, |
20 | | - "devDependencies": { |
21 | | - "@tailwindcss/typography": "0.5.9", |
22 | | - "@types/react": "18.0.28", |
23 | | - "@types/react-dom": "18.0.11", |
24 | | - "@types/react-syntax-highlighter": "15.5.6", |
25 | | - "@vitejs/plugin-react-swc": "3.0.0", |
26 | | - "autoprefixer": "10.4.14", |
27 | | - "postcss": "8.4.21", |
28 | | - "prettier": "2.8.7", |
29 | | - "react-syntax-highlighter": "15.5.0", |
30 | | - "tailwindcss": "3.3.1", |
31 | | - "typescript": "5.0.4", |
32 | | - "vite": "4.5.2" |
33 | | - } |
| 2 | + "name": "docs", |
| 3 | + "private": true, |
| 4 | + "version": "0.0.0", |
| 5 | + "type": "module", |
| 6 | + "scripts": { |
| 7 | + "build": "NODE_ENV=production tsc && NODE_ENV=production vite build", |
| 8 | + "dev": "NODE_ENV=development vite", |
| 9 | + "preview": "vite preview" |
| 10 | + }, |
| 11 | + "dependencies": { |
| 12 | + "@radix-ui/react-icons": "1.3.0", |
| 13 | + "prism-react-renderer": "1.3.5", |
| 14 | + "react": "18.2.0", |
| 15 | + "react-dom": "18.2.0", |
| 16 | + "react-syntax-highlighter": "15.5.0" |
| 17 | + }, |
| 18 | + "devDependencies": { |
| 19 | + "@tailwindcss/typography": "0.5.9", |
| 20 | + "@types/react": "18.3.3", |
| 21 | + "@types/react-dom": "18.3.0", |
| 22 | + "@types/react-syntax-highlighter": "15.5.6", |
| 23 | + "@vitejs/plugin-react-swc": "3.0.0", |
| 24 | + "autoprefixer": "10.4.14", |
| 25 | + "postcss": "8.4.21", |
| 26 | + "prettier": "2.8.7", |
| 27 | + "react-syntax-highlighter": "15.5.0", |
| 28 | + "tailwindcss": "3.3.1", |
| 29 | + "typescript": "5.4.5", |
| 30 | + "vite": "4.5.2" |
| 31 | + } |
34 | 32 | } |
0 commit comments