-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.75 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
{
"name": "workspace",
"version": "1.0.0",
"description": "LIQUBIT - Advancing on-chain intelligence through LLM-powered market analysis",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"keywords": [
"crypto",
"ai",
"trading",
"analysis"
],
"author": "",
"license": "ISC",
"dependencies": {
"@fontsource/jetbrains-mono": "^5.1.2",
"@heroicons/react": "^2.2.0",
"@jest/types": "^29.6.3",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-slot": "^1.1.1",
"@solana/web3.js": "^1.98.0",
"@swc/cli": "^0.6.0",
"@swc/core": "^1.10.8",
"@swc/helpers": "^0.5.15",
"@testing-library/jest-dom": "^6.6.3",
"@types/lodash": "^4.17.14",
"axios": "^1.7.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^16.4.7",
"framer-motion": "^12.0.0",
"lodash": "^4.17.21",
"lucide-react": "^0.363.0",
"next": "^15.1.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"recharts": "^2.12.1",
"tailwind-merge": "^2.6.0",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.1",
"web3": "^4.16.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.7",
"@types/react": "^18.2.19",
"@types/react-dom": "^18.2.19",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.0",
"jest": "^29.7.0",
"postcss": "^8.5.1",
"tailwindcss-animate": "^1.0.7",
"ts-jest": "^29.2.5",
"typescript": "5.7.3"
}
}