-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.56 KB
/
package.json
File metadata and controls
58 lines (58 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
54
55
56
57
58
{
"name": "nullpay",
"version": "0.6.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.24.3",
"@blockly/block-dynamic-connection": "^0.7.0",
"@blockly/dev-tools": "^8.0.0",
"@blockly/field-date": "^9.0.1",
"@blockly/field-dependent-dropdown": "^4.0.2",
"@blockly/zoom-to-fit": "^6.0.0",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@heroicons/react": "^2.1.3",
"@mui/icons-material": "^5.15.19",
"@mui/material": "^5.15.19",
"@mui/material-nextjs": "^5.15.11",
"@supabase/supabase-js": "^2.43.5",
"@types/highcharts": "^7.0.0",
"@types/uuid": "^9.0.8",
"blockly": "^11.0.0",
"classnames": "^2.5.1",
"dayjs": "^1.11.11",
"highcharts": "^11.4.6",
"highcharts-react-official": "^3.2.1",
"js-interpreter": "^5.1.2",
"lightweight-charts": "^4.1.6",
"next": "14.2.3",
"openai": "^4.55.7",
"react": "^18",
"react-dom": "^18",
"react-rewards": "^2.0.4",
"react-split": "^2.0.14",
"uuid": "^10.0.0",
"xrpl": "^3.0.0",
"xrpl-secret-numbers": "^0.3.5",
"xumm": "^1.7.7",
"xumm-oauth2-pkce": "^2.8.5",
"xumm-sdk": "^1.11.1"
},
"devDependencies": {
"@types/node": "^20.12.12",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.5"
}
}