This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
59 lines (59 loc) · 1.78 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
{
"name": "nautilus-app",
"version": "1.0.0",
"description": "",
"main": "index.tsx",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --open",
"build": "webpack",
"predeploy": "npm run build",
"deploy-prod": "gh-pages -d dist --repo https://github.com/temptemp3/nautilus.sh.git -b main",
"deploy-beta": "gh-pages -d dist --repo https://github.com/temptemp3/beta.nautilus.app.git -b main"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@blockshake/defly-connect": "^1.1.6",
"@daffiwallet/connect": "^1.0.3",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@mui/icons-material": "^5.15.11",
"@mui/material": "^5.15.10",
"@mui/styled-engine-sc": "^6.0.0-alpha.16",
"@perawallet/connect": "^1.3.4",
"@reduxjs/toolkit": "^2.2.1",
"@txnlab/use-wallet": "github:AustP/use-wallet#fix/kibisis",
"algosdk": "^2.7.0",
"axios": "^1.6.7",
"dexie": "^3.2.5",
"dexie-react-hooks": "^1.1.7",
"lute-connect": "^1.1.0",
"moment": "^2.30.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^9.1.0",
"react-router-dom": "^6.22.1",
"react-toastify": "^10.0.4",
"styled-components": "^6.1.8",
"ulujs": "^0.2.6",
"usehooks-ts": "^2.15.0"
},
"devDependencies": {
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^6.10.0",
"dotenv-webpack": "^8.0.1",
"gh-pages": "^6.1.1",
"style-loader": "^3.3.4",
"svg-url-loader": "^8.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"webpack": "^5.90.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.2"
}
}