-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
89 lines (89 loc) · 2.46 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
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
{
"name": "mobula-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-toast": "^1.1.5",
"@reduxjs/toolkit": "^2.0.1",
"@studio-freight/lenis": "^1.0.29",
"@supabase/supabase-js": "^1.33.1",
"@tailwindcss/forms": "^0.5.6",
"@vercel/kv": "^1.0.0",
"axios": "^1.6.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cookie": "^0.5.0",
"cookies-next": "^4.0.0",
"date-fns": "^2.30.0",
"echarts": "^5.4.3",
"framer-motion": "^10.16.4",
"fs": "^0.0.1-security",
"highlight.js": "^11.9.0",
"image-conversion": "^2.1.1",
"ipfs-api": "^26.1.2",
"js-cookie": "^3.0.5",
"js-levenshtein": "^1.1.6",
"mixpanel-browser": "^2.48.1",
"mobula-lite": "^1.7.12",
"mobula-utils": "^1.1.24",
"next": "13.5.6",
"next-themes": "^0.2.1",
"nextjs-toploader": "^1.6.4",
"react": "^18.2.0",
"react-day-picker": "^8.9.1",
"react-dom": "^18.2.0",
"react-gtm-module": "^2.0.11",
"react-icons": "^4.11.0",
"react-redux": "^9.1.0",
"react-sortablejs": "^6.1.4",
"react-swipeable": "^7.0.1",
"react-toastify": "^9.1.3",
"rellax": "^1.12.1",
"sass": "^1.69.5",
"socket.io-client": "^4.7.4",
"sortablejs": "^1.15.1",
"swiper": "^10.3.1",
"tailwind-merge": "^2.0.0",
"tailwindcss-animate": "^1.0.7",
"viem": "^1.16.6",
"wagmi": "^1.4.5"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.16",
"eslint": "^8",
"eslint-config-next": "13.5.6",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"typescript": "^5"
},
"description": "Mobula UI",
"main": "next.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/MobulaFi/mobula-ui.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MobulaFi/mobula-ui/issues"
},
"homepage": "https://github.com/MobulaFi/mobula-ui#readme"
}