-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.23 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
{
"name": "snowflake",
"private": true,
"version": "0.2.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@ctrl/tinycolor": "^4.1.0",
"@fluentui/react-color-picker-preview": "^0.1.0",
"@fluentui/react-components": "^9.56.3",
"@fluentui/react-icons": "^2.0.266",
"@fluentui/react-list-preview": "^0.4.1",
"@react-three/drei": "^9.120.4",
"@react-three/fiber": "^8.17.10",
"@tauri-apps/plugin-dialog": "~2.0.1",
"@tauri-apps/plugin-log": "~2.0.0",
"@tauri-apps/plugin-opener": "^2.2.2",
"@types/three": "^0.171.0",
"i18next": "^24.0.5",
"i18next-http-backend": "^3.0.1",
"react": "^18.2.0",
"react-contexify": "^6.0.0",
"react-dom": "^18.2.0",
"@tauri-apps/api": "^2",
"react-hotkeys": "^2.0.0",
"react-i18next": "^15.1.3",
"react-router-dom": "^7.0.1",
"react-selecto": "^1.26.3",
"tailwindcss": "^3.4.15",
"three": "^0.171.0"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.2.2",
"vite": "^5.3.1",
"@tauri-apps/cli": "^2"
}
}