-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
51 lines (51 loc) · 1.53 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
{
"name": "dca-bot-frontend",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"prebuild": "yarn build-lua-agent",
"build": "next build",
"start": "next start",
"lint": "next lint",
"build-lua-backend": "chmod +x lua-backend-source.sh && ./lua-backend-source.sh",
"build-lua-test-load": "chmod +x lua-test-load-source.sh && ./lua-test-load-source.sh",
"build-lua-agent": "chmod +x lua-agent-source.sh && ./lua-agent-source.sh",
"deploy": "rm -rf ./dist-* && yarn build && node scripts/permaweb-deploy.mjs || cat dist-errors.txt"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.14",
"@mui/material": "^5.15.14",
"@permaweb/aoconnect": "0.0.52",
"@phosphor-icons/react": "^2.1.4",
"arweave-wallet-kit": "^1.0.4",
"clsx": "^2.1.0",
"date-fns": "^3.6.0",
"fontsource-dm-sans": "^4.0.0",
"fontsource-space-mono": "^4.0.0",
"next": "14.1.4",
"permaweb-deploy": "^1.1.8",
"react": "^18",
"react-dom": "^18",
"tailwind-merge": "^2.2.2",
"urql": "^4.0.7"
},
"devDependencies": {
"@irys/sdk": "^0.1.24",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"daisyui": "^4.9.0",
"dotenv": "^16.4.5",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"postcss": "^8",
"string-width": "4.1.0",
"tailwindcss": "^3.3.0",
"typescript": "^5",
"warp-contracts": "^1.4.43"
}
}