forked from capsule-corp-ternoa/nft-marketplace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.26 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
{
"name": "nft-marketplace",
"version": "1.3.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc",
"export": "next build && next export"
},
"dependencies": {
"@polkadot/util-crypto": "^7.8.2",
"@sentry/nextjs": "^6.14.1",
"@use-gesture/react": "^10.2.2",
"array-shuffle": "^3.0.0",
"asmcrypto-lite": "^1.1.0",
"axios": "^0.24.0",
"bufferutil": "^4.0.5",
"crypto-js": "^4.1.1",
"dayjs": "^1.10.7",
"emoji-regex": "^10.0.0",
"eslint": "^7.32.0",
"file-to-array-buffer": "^1.0.0",
"i18next": "^21.4.1",
"i18next-browser-languagedetector": "^6.1.2",
"jimp": "^0.16.1",
"js-cookie": "^3.0.1",
"json-stringify-safe": "^5.0.1",
"jszip": "^3.7.1",
"mime-types": "^2.1.33",
"next": "12.0.5",
"next-cookies": "^2.0.3",
"nprogress": "^0.2.0",
"openpgp": "5.0.0-1",
"qrcode.react": "^1.0.1",
"random-gradient": "0.0.2",
"randomstring": "^1.2.1",
"rc-progress": "^3.1.4",
"react": "^17.0.2",
"react-click-away-listener": "^2.0.5",
"react-dom": "^17.0.2",
"react-multi-carousel": "^2.6.5",
"react-redux": "^7.2.6",
"react-responsive": "^8.2.0",
"react-share": "^4.4.0",
"react-switch": "^6.0.0",
"react-virtualized-auto-sizer": "^1.0.6",
"react-window": "^1.8.6",
"sass": "^1.43.4",
"sass-loader": "^12.3.0",
"skynet-js": "^3.0.2",
"socket.io-client": "^4.3.2",
"styled-components": "^5.3.3",
"utf-8-validate": "^5.0.7",
"uuid": "^8.3.2"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^3.9.2",
"@types/crypto-js": "^4.0.2",
"@types/js-cookie": "^3.0.0",
"@types/mime-types": "^2.1.1",
"@types/node": "^16.11.6",
"@types/nprogress": "^0.2.0",
"@types/openpgp": "^4.4.18",
"@types/qrcode.react": "^1.0.2",
"@types/random-gradient": "0.0.0",
"@types/randomstring": "^1.1.8",
"@types/react": "^17.0.34",
"@types/react-dom": "^17.0.11",
"@types/react-responsive": "^8.0.4",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-window": "^1.8.5",
"@types/styled-components": "^5.1.15",
"@types/uuid": "^8.3.1",
"typescript": "4.4",
"webpack-node-externals": "^3.0.0"
},
"license": "MIT"
}