-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
105 lines (105 loc) · 3.25 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "Ican",
"version": "0.0.1",
"description": "",
"author": "",
"devDependencies": {
"@dfinity/agent": "0.11.0",
"@dfinity/auth-client": "^0.11.0",
"@dfinity/identity": "^0.11.0",
"@types/classnames": "^2.3.1",
"@types/croppie": "^2.6.1",
"@types/crypto-js": "^4.0.1",
"@types/json-bigint": "^1.0.0",
"@types/qrcode.react": "^1.0.2",
"@types/react": "^17.0.8",
"@types/react-dom": "^17.0.5",
"@types/react-router-dom": "^5.1.7",
"@types/styled-components": "^5.1.10",
"assert": "2.0.0",
"autoprefixer": "^10.4.2",
"babel-plugin-styled-components": "^1.4.0",
"babel-plugin-styled-components-px2vw": "^1.6.0",
"buffer": "^6.0.3",
"copy-webpack-plugin": "^8.1.1",
"css-loader": "^6.5.1",
"dotenv": "^9.0.0",
"events": "3.3.0",
"html-webpack-plugin": "5.3.1",
"postcss": "^8.4.5",
"postcss-loader": "^6.2.1",
"process": "0.11.10",
"stream-browserify": "3.0.0",
"style-loader": "^3.3.1",
"tailwindcss": "^3.0.13",
"terser-webpack-plugin": "5.1.1",
"ts-loader": "^9.1.2",
"util": "0.12.3",
"webpack": "5.24.4",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"@dfinity/principal": "^0.11.0",
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@headlessui/react": "^1.6.0",
"@heroicons/react": "^1.0.6",
"@mui/lab": "^5.0.0-alpha.81",
"@mui/material": "^5.0.6",
"@reduxjs/toolkit": "^1.5.1",
"@types/lodash": "^4.14.172",
"@vitejs/plugin-legacy": "^1.8.2",
"@vitejs/plugin-react": "^1.3.2",
"antd": "^4.20.3",
"axios": "^0.21.1",
"bignumber.js": "^9.0.1",
"bip39": "^3.0.4",
"bip39wordlist": "^0.0.4",
"classnames": "^2.3.1",
"copy-to-clipboard": "^3.3.1",
"crc-32": "^1.2.0",
"croppie": "^2.6.5",
"crypto-js": "^4.0.0",
"daisyui": "^2.14.2",
"ethereumjs-wallet": "^1.0.1",
"ethers": "^5.4.5",
"file-loader": "^6.2.0",
"flowbite": "^1.4.5",
"js-sha256": "^0.9.0",
"json-bigint": "^1.0.0",
"less": "^4.1.1",
"less-loader": "^10.0.1",
"lodash": "^4.17.21",
"lottie-web": "^5.7.8",
"module-alias": "^2.2.2",
"patch-package": "^6.4.7",
"protobufjs": "^6.11.3",
"qrcode.react": "^1.0.1",
"rc-slider": "^9.7.4",
"react": "^17.0.2",
"react-daisyui": "^2.0.0",
"react-dom": "^17.0.2",
"react-redux": "^7.2.4",
"react-router-dom": "^5.2.0",
"react-toastify": "^8.2.0",
"react-window": "^1.8.6",
"rollup-plugin-external-globals": "^0.6.1",
"rollup-plugin-polyfill-node": "^0.8.0",
"rollup-plugin-visualizer": "^5.6.0",
"styled-components": "^5.3.0",
"typescript": "^4.3.4",
"vite": "^2.9.9",
"vite-plugin-history": "^1.0.2",
"vite-plugin-require-transform": "^1.0.3"
},
"license": "SEE LICENSE IN LICENSE",
"scripts": {
"build": "webpack",
"start-s": "npm run build && cd dist && python3 -m http.server 3000",
"start": "vite",
"pbjs": "pbjs --dependency protobufjs/minimal.js --target static-module -wrap commonjs --out src/proto/proto.js src/public/assets/proto/*.proto",
"pbts": "pbts --main --out src/proto/proto.d.ts src/proto/*.js && node src/utils/wrap-pbts-result.js",
"postinstall": "patch-package"
}
}