-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.05 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
60
61
62
63
64
65
66
67
68
{
"main": "src/index.tsx",
"scripts": {
"start": "webpack serve --open --config webpack.dev.js --env development",
"build": "webpack --config webpack.prod.js --env production"
},
"devDependencies": {
"@keplr-wallet/types": "^0.11.16",
"@svgr/webpack": "^6.3.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^28.1.8",
"@types/node": "^12.20.55",
"@types/react": "^18.0.19",
"@types/react-dom": "^18.0.6",
"arconnect": "^0.4.2",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.1.2",
"eslint": "^7.22.0",
"eslint-webpack-plugin": "^3.1.1",
"html-webpack-plugin": "^5.3.1",
"ini": "^2.0.0",
"style-loader": "^2.0.0",
"stylelint-webpack-plugin": "^2.1.1",
"ts-loader": "^9.4.1",
"typescript": "^4.8.3",
"url-loader": "^4.1.1",
"webpack": "^5.25.1",
"webpack-cli": "^4.5.0",
"webpack-merge": "^5.7.3"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.13",
"@chakra-ui/react": "^2.4.2",
"@cosmjs/launchpad": "^0.27.1",
"@cyberlab/social-verifier": "^2.0.1",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@lay2/pw-core": "^0.4.0-alpha.13",
"@polkadot/extension-dapp": "^0.44.6",
"@polkadot/util-crypto": "^10.1.11",
"@randlabs/myalgo-connect": "^1.4.1",
"arweave": "^1.11.6",
"assert": "^2.0.0",
"axios": "^1.1.3",
"buffer": "^6.0.3",
"chakra-ui-steps": "^1.8.0",
"constants-browserify": "^1.0.0",
"crypto-browserify": "^3.12.0",
"dotbit": "^0.4.5",
"dotenv": "^16.0.3",
"ethers": "^5.7.1",
"framer-motion": "^6.5.1",
"path-browserify": "^1.0.1",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-countdown": "^2.3.5",
"react-dom": "^18.2.0",
"react-icons": "^3.11.0",
"react-router-dom": "^6.4.1",
"react-scripts": "^5.0.1",
"stream-browserify": "^3.0.0",
"typescript-cookie": "^1.0.4",
"up-ckb-alpha-test": "^0.1.5",
"up-core-test": "^0.1.12"
}
}