forked from urani-trade/urani-swap-ts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.02 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
{
"name": "Urani Swap",
"version": "0.0.2",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"test": "vitest",
"check:ts": "tsc --noEmit"
},
"browser": {
"fs": false,
"os": false
},
"dependencies": {
"@devexperts/dxcharts-lite": "^2.6.1",
"@devexpress/dx-react-chart": "^4.0.9",
"@jup-ag/common": "^6.0.0-beta.9",
"@jup-ag/react-hook": "^6.0.0-beta.9",
"@jup-ag/wallet-adapter": "^0.1.8",
"@mantine/core": "^7.9.2",
"@mantine/hooks": "^7.9.1",
"@mantine/notifications": "^7.9.2",
"@next/third-parties": "^14.2.3",
"@noble/ed25519": "^2.1.0",
"@orca-so/whirlpool-sdk": "^0.4.2",
"@pythnetwork/price-service-client": "^1.9.0",
"@radix-ui/react-slot": "^1.0.2",
"@tabler/icons-react": "^3.14.0",
"@xyflow/react": "^12.3.5",
"axios": "^1.7.4",
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"clsx": "^2.1.0",
"date-fns": "^3.6.0",
"flowbite": "^2.3.0",
"flowbite-react": "^0.7.8",
"jotai": "^2.8.3",
"lodash-es": "^4.17.21",
"next": "^14.2.3",
"react": "^18",
"react-dom": "^18",
"recharts": "^2.13.3",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@testing-library/react": "^15.0.7",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/splitting": "^1.0.6",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@vitejs/plugin-react": "^4.3.0",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0",
"jsdom": "^24.1.0",
"postcss": "^8.4.38",
"postcss-preset-mantine": "^1.15.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "3.2.5",
"tailwindcss": "^3.4.3",
"typescript": "^5",
"vitest": "^1.6.0"
}
}