-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.81 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
{
"name": "minsta-main",
"version": "0.1.0",
"private": true,
"scripts": {
"build:css": "node generate-css.js",
"build": "pnpm run build:css && next build",
"dev:css": "node generate-css.js && next dev",
"dev": "pnpm run dev:css",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@bundlr-network/client": "^0.7.17",
"@mintbase-js/react": "0.4.1-beta.3",
"@mintbase-js/storage": "0.4.1-beta.3",
"@mintbase-js/wallet": "0.4.1-feat-add-wallet-package-dfbfadb.0",
"@near-wallet-selector/default-wallets": "^8.1.4",
"@tanstack/react-query": "^4.36.1",
"@types/node": "20.4.9",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@web3-onboard/core": "^2.21.2",
"@web3-onboard/injected-wallets": "^2.10.7",
"@web3-onboard/ledger": "^2.5.2",
"@web3-onboard/react": "^2.8.13",
"@web3-onboard/walletconnect": "^2.4.7",
"autoprefixer": "10.4.14",
"buffer": "^6.0.3",
"bufferutil": "^4.0.8",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"eslint": "8.46.0",
"eslint-config-next": "13.4.13",
"express": "^4.18.2",
"graphql": "^16.8.1",
"http-browserify": "^1.7.0",
"https-browserify": "^1.0.0",
"loading": "^1.13.3",
"lodash": "^4.17.21",
"net-browserify": "^0.2.4",
"next": "13.5.4",
"node-fetch": "^3.3.2",
"null-loader": "^4.0.1",
"postcss": "8.4.27",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-inlinesvg": "^4.0.6",
"react-webcam": "^7.1.1",
"stream-http": "^3.2.0",
"tailwindcss": "3.3.3",
"ts-loader": "^9.5.0",
"typescript": "5.1.6",
"usehooks-ts": "^2.9.1",
"webpack": "^5.89.0"
},
"devDependencies": {
"@types/lodash": "^4.14.199",
"node-polyfill-webpack-plugin": "^2.0.1",
"webpack-node-externals": "^3.0.0"
}
}