-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.83 KB
/
package.json
File metadata and controls
90 lines (90 loc) · 2.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "codevideo",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc --noEmit && vite build",
"start": "vite preview --port 3000",
"lint": "eslint 'src/**/*.{ts,tsx}'",
"format:check": "prettier --check 'src/**/*.{ts,tsx,css}'",
"test": "jest",
"remotion-studio": "remotion studio src/remotion/index.ts"
},
"dependencies": {
"@monaco-editor/react": "^4.6.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@react-hook/size": "^2.1.2",
"@react-hook/window-size": "^3.1.1",
"@remotion/cli": "4.0.448",
"@remotion/player": "4.0.448",
"@remotion/transitions": "4.0.448",
"@remotion/web-renderer": "4.0.448",
"@tailwindcss/typography": "^0.5.10",
"@tanstack/react-router": "^1.58.0",
"@total-typescript/ts-reset": "^0.5.1",
"@uidotdev/usehooks": "^2.4.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cmdk": "^0.2.0",
"debounce-promise": "^3.1.2",
"diff": "^5.1.0",
"front-matter": "^4.0.2",
"grapheme-splitter": "^1.0.4",
"highlight.js": "^11.9.0",
"lucide-react": "^0.290.0",
"marked": "^9.1.5",
"monaco-editor": "^0.44.0",
"random-seed": "^0.3.0",
"react": "^18",
"react-dom": "^18",
"react-highlight": "^0.15.0",
"remotion": "4.0.448",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"ts-pattern": "^5.0.5",
"yaml": "^2.3.4",
"zod": "^3.22.4"
},
"devDependencies": {
"@tailwindcss/container-queries": "^0.1.1",
"@testing-library/jest-dom": "^6.1.4",
"@types/debounce-promise": "^3.1.9",
"@types/diff": "^5.0.7",
"@types/jest": "^29.5.7",
"@types/node": "^20",
"@types/random-seed": "^0.3.4",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-highlight": "^0.12.7",
"@typescript-eslint/eslint-plugin": "^8.58.1",
"@typescript-eslint/parser": "^8.58.1",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10",
"eslint": "^8",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8",
"prettier": "^3.0.3",
"prettier-plugin-organize-imports": "^3.2.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"tailwindcss": "^3",
"tailwindcss-text-balance": "^0.0.7",
"ts-jest": "^29.1.2",
"typescript": "^5",
"vite": "^5.4.0"
}
}