-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) 路 2.14 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) 路 2.14 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "Alian-Structure-frontend",
"version": "0.1.0",
"description": "Beautiful, immersive AI agent marketplace with cosmic UI theme",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"test": "jest --config jest.config.cjs",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"telemetry:ws": "node scripts/telemetry-ws-server.mjs",
"analyze": "source-map-explorer .next/static/**/*.js"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^9.0.0",
"@mui/material": "^9.0.0",
"@reduxjs/toolkit": "^2.11.2",
"@stellar/freighter-api": "^6.0.0",
"@stellar/stellar-sdk": "^14.0.0",
"@tanstack/react-query": "^4.0.0",
"@types/react-window": "~1.8.8",
"algoliasearch": "^4.26.0",
"axios": "^1.6.0",
"clsx": "^2.0.0",
"critters": "^0.0.23",
"diff": "^8.0.4",
"i18next": "^26.0.8",
"i18next-browser-languagedetector": "^8.2.1",
"ipfs-http-client": "^60.0.1",
"next": "^16.1.6",
"next-i18next": "^15.4.3",
"next-pwa": "^5.6.0",
"nft.storage": "^7.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "~17.0.4",
"react-redux": "^9.2.0",
"react-window": "~2.2.7",
"recharts": "^2.12.7",
"sonner": "^2.0.7",
"use-debounce": "^10.1.0",
"workbox-webpack-plugin": "^7.0.0",
"ws": "^8.18.0",
"zustand": "^5.0.12"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.6.1",
"@types/diff": "^7.0.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.0.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/semver": "^7.7.1",
"autoprefixer": "^10.4.0",
"eslint": "^8.57.0",
"eslint-config-next": "^15.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.0",
"source-map-explorer": "^2.5.3",
"tailwindcss": "^3.3.0",
"typescript": "^5.3.0"
},
"type": "module"
}