|
1 | 1 | { |
2 | | - "name": "frontify-app-preview", |
3 | | - "private": true, |
4 | | - "type": "module", |
5 | | - "license": "MIT", |
6 | | - "packageManager": "[email protected]+sha512.9df9cf27c91715646c7d675d1c9c8e41f6fce88246f1318c1aa6a1ed1aeb3c4f032fcdf4ba63cc69c4fe6d634279176b5358727d8f2cc1e65b65f43ce2f8bfb0", |
7 | | - |
8 | | - "scripts": { |
9 | | - "dev": "vite", |
10 | | - "build": "tsc && vite build", |
11 | | - "format": "biome ci .", |
12 | | - "typecheck": "tsc --noEmit" |
13 | | - }, |
14 | | - "dependencies": { |
15 | | - "@frontify/app-bridge": "^3.9.1", |
16 | | - "@frontify/fondue": "^12.1.2", |
17 | | - "@frontify/fondue-tokens": "^3.5.1", |
18 | | - "@radix-ui/react-tabs": "^1.0.4", |
19 | | - "brotli-wasm": "^3.0.0", |
20 | | - "byte-base64": "^1.1.0", |
21 | | - "framer-motion": "^11.2.10", |
22 | | - "react": "^18.3.1", |
23 | | - "react-dom": "^18.3.1", |
24 | | - "react-router-dom": "^6.23.1", |
25 | | - "react-textarea-autosize": "^8.5.3", |
26 | | - "use-error-boundary": "^2.0.6", |
27 | | - "zustand": "^4.5.2" |
28 | | - }, |
29 | | - "devDependencies": { |
30 | | - "@biomejs/biome": "^1.7.3", |
31 | | - "@iconify-json/octicon": "^1.1.54", |
32 | | - "@types/react": "^18.3.3", |
33 | | - "@types/react-dom": "^18.3.0", |
34 | | - "@unocss/preset-icons": "^0.60.4", |
35 | | - "@unocss/preset-uno": "^0.60.4", |
36 | | - "@unocss/reset": "^0.60.4", |
37 | | - "@vitejs/plugin-react": "^4.3.0", |
38 | | - "typescript": "^5.4.5", |
39 | | - "unocss": "^0.60.4", |
40 | | - "vite": "^5.2.12" |
41 | | - } |
| 2 | + "name": "frontify-app-preview", |
| 3 | + "private": true, |
| 4 | + "version": "0.0.0", |
| 5 | + "type": "module", |
| 6 | + "license": "MIT", |
| 7 | + "packageManager": "[email protected]+sha512.01ff8ae71b4419903b65c60fb2dc9d34cf8bb6e06d03bde112ef38f7a34d6904c424ba66bea5cdcf12890230bf39f9580473140ed9c946fef328b6e5238a345a", |
| 8 | + "scripts": { |
| 9 | + "dev": "vite", |
| 10 | + "build": "tsc && vite build", |
| 11 | + "format": "biome ci ." |
| 12 | + }, |
| 13 | + "dependencies": { |
| 14 | + "@frontify/app-bridge": "^3.12.0", |
| 15 | + "@frontify/fondue-components": "^24.0.0-rc.3", |
| 16 | + "@frontify/fondue": "^13.0.0-rc.7", |
| 17 | + "@radix-ui/react-tabs": "^1.1.13", |
| 18 | + "brotli-wasm": "^3.0.1", |
| 19 | + "byte-base64": "^1.1.0", |
| 20 | + "motion": "^12.23.24", |
| 21 | + "react": "^18.3.1", |
| 22 | + "react-dom": "^18.3.1", |
| 23 | + "react-router-dom": "^7.9.6", |
| 24 | + "react-textarea-autosize": "^8.5.9", |
| 25 | + "use-error-boundary": "^2.0.6", |
| 26 | + "zustand": "^5.0.9" |
| 27 | + }, |
| 28 | + "devDependencies": { |
| 29 | + "@biomejs/biome": "^2.3.8", |
| 30 | + "@iconify-json/octicon": "^1.2.19", |
| 31 | + "@types/react": "^18.3.27", |
| 32 | + "@types/react-dom": "^18.3.7", |
| 33 | + "@unocss/preset-icons": "^66.5.9", |
| 34 | + "@unocss/preset-wind4": "^66.5.9", |
| 35 | + "@unocss/reset": "^66.5.9", |
| 36 | + "@vitejs/plugin-react": "^5.1.1", |
| 37 | + "typescript": "^5.9.3", |
| 38 | + "unocss": "^66.5.9", |
| 39 | + "vite": "^7.2.4" |
| 40 | + } |
42 | 41 | } |
0 commit comments