-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
55 lines (55 loc) · 1.56 KB
/
package.json
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
{
"name": "hdri-editor",
"private": true,
"version": "0.0.0",
"type": "module",
"license": "MIT",
"description": "An app to create, edit, and preview HDR environment maps in the browser",
"repository": "https://github.com/pmndrs/env",
"author": "Umar Ahmed (https://github.com/umar-ahmed)",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@derschmale/io-rgbe": "^0.1.1",
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/sortable": "^7.0.2",
"@heroicons/react": "^2.0.18",
"@radix-ui/react-context-menu": "^1.0.0",
"@radix-ui/react-toolbar": "^1.0.2",
"@react-three/drei": "^9.88.3",
"@react-three/fiber": "^8.14.6",
"@react-three/postprocessing": "^2.15.1",
"@use-gesture/react": "^10.3.0",
"clsx": "^1.2.1",
"cmdk": "^0.2.0",
"jotai": "^2.3.0",
"prettier": "^2.8.4",
"prism-react-renderer": "^1.3.5",
"r3f-perf": "^7.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-resizable-panels": "^0.0.51",
"sonner": "^0.4.0",
"three": "^0.153.0",
"three-stdlib": "^2.27.3",
"tunnel-rat": "^0.1.2",
"tweakpane": "^4.0.0"
},
"devDependencies": {
"@tweakpane/core": "^2.0.0",
"@types/prettier": "^2.7.2",
"@types/react": "^18.0.19",
"@types/react-dom": "^18.0.6",
"@types/three": "^0.152.1",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.6",
"typescript": "^5.1.3",
"vite": "^4.3.9"
},
"packageManager": "yarn@3.2.3"
}