forked from TrustlessComputer/bvm-website-sats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
160 lines (160 loc) · 4.88 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
{
"name": "bvm-blockchains",
"version": "0.0.1",
"private": true,
"author": "bvm-blockchains",
"engines": {
"node": ">=16.0.0",
"yarn": ">=1.22.0",
"npm": "please-use-yarn"
},
"scripts": {
"dev": "vite",
"dev-clean": "rm -rf ./node_modules/.vite && yarn dev",
"build": "vite build --base=/bvm-website-sats-iframe",
"serve": "vite preview",
"serve:dist": "http-server dist",
"lint": "eslint . --ext .ts,.tsx",
"lint:fix": "eslint . --fix --ext .ts,.tsx",
"prepare": "husky install",
"test": "vitest",
"commit-msg": "commitlint --edit \"$1\"",
"build:server": "",
"server:dev": "nodemon --delay 500ms",
"server:build": "rimraf ./server-dist && tsc -p tsconfig.server.json",
"server:start": "node ./server-dist/index.js"
},
"dependencies": {
"@ant-design/icons": "^5.2.5",
"@bitcoinerlab/secp256k1": "^1.0.2",
"@reduxjs/toolkit": "^1.9.3",
"@rollup/plugin-inject": "^5.0.3",
"@web3-react/core": "^8.2.0",
"@web3-react/metamask": "^8.2.1",
"add": "^2.0.6",
"antd": "^5.8.3",
"axios": "^1.3.4",
"bignumber.js": "^9.1.1",
"body-parser": "^1.20.2",
"bootstrap": "^5.2.3",
"buffer": "^6.0.3",
"cheerio": "^1.0.0-rc.12",
"copy-to-clipboard": "^3.3.3",
"dcl": "^2.0.11",
"ethereumjs-tx": "^2.1.2",
"events": "^3.3.0",
"express": "^4.18.2",
"feather-icons": "^4.29.0",
"file-type": "^16.5.4",
"gsap": "^3.11.5",
"jotai": "^1.3.7",
"lodash": "^4.17.21",
"loglevel": "^1.8.1",
"moment": "^2.29.4",
"query-string": "^8.1.0",
"react": "18.2.0",
"react-audio-visualizers": "^0.1.1",
"react-bootstrap": "^2.7.2",
"react-device-detect": "^2.2.3",
"react-dom": "18.2.0",
"react-drag-drop-files": "^2.3.9",
"react-feather": "^2.0.10",
"react-helmet": "^6.1.0",
"react-hot-toast": "^2.4.0",
"react-infinite-scroll-component": "^6.1.0",
"react-inlinesvg": "^3.0.2",
"react-jazzicon": "^1.0.4",
"react-pdf": "^6.2.2",
"react-redux": "^8.0.5",
"react-responsive-masonry": "^2.1.7",
"react-router-dom": "6.4.3",
"react-share": "^4.4.1",
"react-slick": "^0.29.0",
"react-svg": "^16.1.32",
"redux": "^4.2.1",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-persist-transform-filter": "^0.0.22",
"redux-thunk": "^2.4.2",
"sats-connect": "^0.1.11",
"serve-static": "^1.15.0",
"slick-carousel": "^1.8.1",
"stream": "^0.0.2",
"stream-browserify": "^3.0.0",
"styled-components": "^5.3.9",
"swr": "^2.1.2",
"tc-formatter": "^0.0.2",
"unzipit": "^1.4.2",
"use-async-effect": "^2.2.7",
"web3": "^4.0.3"
},
"devDependencies": {
"@commitlint/cli": "^17.5.1",
"@commitlint/config-conventional": "17.1.0",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@rollup/plugin-alias": "3.1.9",
"@rollup/plugin-inject": "^5.0.3",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/git": "10.0.1",
"@testing-library/dom": "8.19.0",
"@testing-library/react": "13.4.0",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "14.4.3",
"@types/antd": "^1.0.0",
"@types/express": "^4.17.17",
"@types/feather-icons": "^4.29.1",
"@types/jest": "29.2.3",
"@types/lodash": "^4.14.192",
"@types/node": "18.0.0",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@types/react-helmet": "^6.1.6",
"@types/react-pdf": "^6.2.0",
"@types/react-redux": "^7.1.25",
"@types/react-responsive-masonry": "^2.1.0",
"@types/react-slick": "^0.23.10",
"@types/redux-logger": "^3.0.9",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "5.43.0",
"@typescript-eslint/parser": "5.43.0",
"@vitejs/plugin-react": "2.1.0",
"@vitest/ui": "0.23.2",
"autoprefixer": "10.4.13",
"babel-polyfill": "6.26.0",
"bitcoin-address-validation": "^2.2.1",
"c8": "7.12.0",
"commitlint": "^17.5.1",
"core-js": "3.26.1",
"cssnano": "5.1.14",
"eslint": "8.23.1",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"ethers": "^5.7.1",
"formik": "^2.2.9",
"http-server": "^14.1.1",
"husky": "8.0.2",
"jsdom": "20.0.2",
"lint-staged": "13.0.3",
"nodemon": "^2.0.22",
"postcss": "8.4.16",
"postcss-import": "15.0.0",
"postcss-load-config": "4.0.1",
"postcss-loader": "7.0.1",
"postcss-nested": "5.0.6",
"prettier": "2.7.1",
"rimraf": "^5.0.0",
"rollup-plugin-visualizer": "^5.9.0",
"sass": "1.54.9",
"semantic-release": "19.0.5",
"standard-version": "9.5.0",
"stylelint": "^15.3.0",
"ts-node": "^10.9.1",
"typescript": "4.8.3",
"vite": "3.2.4",
"vite-plugin-babel-macros": "^1.0.6",
"vite-plugin-checker": "0.5.1",
"vite-plugin-html": "3.2.0",
"vite-tsconfig-paths": "3.5.0",
"vitest": "0.23.2"
}
}