-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.63 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
{
"name": "crypto-solopreneur-product2025",
"version": "1.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/v5-patch-for-react-19": "^1.0.3",
"@chakra-ui/spinner": "^2.1.0",
"@lucid-evolution/lucid": "^0.4.22",
"@newm.io/cardano-dapp-wallet-connector": "^1.5.1",
"@reduxjs/toolkit": "^2.5.1",
"@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "^2.48.1",
"antd": "^5.24.0",
"apexcharts": "^3.45.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"flatpickr": "^4.6.13",
"jsvectormap": "^1.6.0",
"lucid-cardano": "^0.10.11",
"next": "15.1.6",
"next-themes": "^0.4.4",
"nextjs-toploader": "^3.7.15",
"react": "19.0.0",
"react-apexcharts": "^1.4.1",
"react-dom": "19.0.0",
"react-icons": "^5.4.0",
"react-quill": "^2.0.0",
"react-redux": "^9.2.0",
"react-select": "^5.10.0",
"react-table": "^7.8.0",
"redux-deep-persist": "^1.0.7",
"redux-persist": "^6.0.0",
"redux-thunk": "^3.1.0",
"sass": "^1.84.0",
"styled-components": "^6.1.15",
"tailwind-merge": "^2.6.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/node": "^22",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"@types/react-table": "^7.7.20",
"autoprefixer": "^10.4.20",
"eslint": "^9",
"eslint-config-next": "15.1.6",
"postcss": "^8",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^3.4.16",
"typescript": "^5"
}
}