-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
57 lines (57 loc) · 1.64 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
56
57
{
"name": "wallhaven-desktop",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "farm",
"build": "farm build",
"preview": "farm preview",
"tauri": "tauri"
},
"dependencies": {
"@emotion/is-prop-valid": "^1.3.0",
"@farmfe/js-plugin-postcss": "^1.8.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@tabler/icons-react": "^3.12.0",
"@tauri-apps/api": "^1",
"autoprefixer": "^10.4.20",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"cobe": "^0.6.3",
"framer-motion": "^11.3.30",
"lucide-react": "^0.435.0",
"postcss": "^8.4.41",
"react": "19.0.0-rc-b57d2823-20240822",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "19.0.0-rc-b57d2823-20240822",
"react-draggable": "^4.4.6",
"react-motion": "^0.5.2",
"react-responsive": "^10.0.0",
"react-router-dom": "^6.26.1",
"react-spring": "^9.7.4",
"styled-components": "^6.1.12",
"swiper": "^10.0.0",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.10",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@farmfe/cli": "^1.0.4",
"@farmfe/core": "1.6.0",
"@farmfe/plugin-react": "1.2.6",
"@tauri-apps/cli": "^1",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"core-js": "^3.36.1",
"react-refresh": "^0.14.0",
"typescript": "^5.0.2"
}
}