-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.02 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 2.02 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
{
"name": "yoake",
"version": "0.0.0",
"license": "AGPL-3.0-only",
"private": true,
"type": "module",
"scripts": {
"build": "tsc -b && vite build",
"dev": "vite",
"format": "prettier --write .",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"preview": "vite preview",
"spike:a": "vite spikes/spike-a-external-texture",
"spike:b": "vite spikes/spike-b-ultra-hdr",
"test": "vitest run",
"test:watch": "vitest",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@base-ui/react": "^1.5.0",
"@pastel-palette/colors": "^1.0.0-canary.3",
"@pastel-palette/tailwindcss": "^1.0.0-canary.3",
"clsx": "^2.1.1",
"idb-keyval": "^6.2.1",
"jotai": "^2.20.0",
"lucide-react": "^1.17.0",
"mediabunny": "^1.46.0",
"motion": "^12.40.0",
"mp4box": "^2.3.0",
"next-themes": "^0.4.6",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-router": "^7.17.0",
"tailwind-merge": "^3.3.1",
"zustand": "^5.0.2"
},
"devDependencies": {
"@babel/core": "^7.29.7",
"@lobehub/eslint-config": "^2.1.5",
"@lobehub/prettier-config": "^2.1.5",
"@rolldown/plugin-babel": "^0.2.3",
"@tailwindcss/vite": "^4.3.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@types/babel__core": "^7.20.5",
"@types/node": "^25.9.1",
"@types/react": "19.2.16",
"@types/react-dom": "^19.2.3",
"@types/wicg-file-system-access": "^2023.10.5",
"@vitejs/plugin-react": "^6.0.2",
"@webgpu/types": "^0.1.70",
"babel-plugin-react-compiler": "^1.0.0",
"code-inspector-plugin": "1.5.1",
"eslint": "^9.31.0",
"fake-indexeddb": "^6.0.0",
"jsdom": "^25.0.1",
"prettier": "^3.8.3",
"prettier-plugin-packagejson": "^2.5.22",
"prettier-plugin-sh": "^0.14.0",
"prettier-plugin-sort-json": "^4.2.0",
"tailwindcss": "^4.3.0",
"typescript": "^5.9.3",
"vite": "^8.0.16",
"vite-plugin-route-builder": "^0.4.1",
"vitest": "^4.1.8"
},
"packageManager": "pnpm@11.5.2"
}