forked from Neurowealth/NeuroWealth-Frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.56 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.56 KB
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
{
"name": "neurowealth-frontend",
"private": true,
"version": "0.0.0",
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"typecheck": "tsc --noEmit",
"test": "TZ=UTC node --import tsx --test \"src/**/*.test.ts\"",
"qa:visual-baseline": "node scripts/capture-visual-baselines.mjs",
"lint": "next lint",
"validate:env": "tsx scripts/validate-env.ts",
"analyze": "ANALYZE=true next build"
},
"dependencies": {
"@creit.tech/stellar-wallets-kit": "^1.8.0",
"@stellar/freighter-api": "^6.0.1",
"@stellar/stellar-sdk": "^14.4.3",
"clsx": "^2.1.0",
"lucide-react": "^0.447.0",
"next": "14.2.3",
"react": "^18",
"react-dom": "^18",
"recharts": "^3.8.1",
"tailwind-merge": "^2.2.1",
"zod": "^3.25.76"
},
"optionalDependencies": {
"@tailwindcss/oxide-linux-x64-gnu": "4.2.2"
},
"overrides": {
"csstype": "3.1.3"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.2.3",
"@playwright/test": "^1.59.1",
"@tailwindcss/postcss": "^4.2.2",
"@types/node": "^20.19.37",
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"autoprefixer": "^10.4.27",
"csstype": "3.1.3",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"playwright": "^1.58.2",
"postcss": "^8.5.8",
"tailwindcss": "^4.2.2",
"tsx": "^4.20.6",
"typescript": "^5"
}
}