-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
151 lines (151 loc) · 4.59 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
{
"name": "dapp-solana-tailwind",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.5.10",
"@bonfida/jabber": "^0.0.2",
"@bonfida/name-auctioning": "^0.1.3",
"@bonfida/spl-name-service": "^0.1.22",
"@craco/craco": "^6.1.2",
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@fullcalendar/daygrid": "^5.10.1",
"@fullcalendar/react": "^5.10.1",
"@fullcalendar/timegrid": "^5.10.1",
"@google/model-viewer": "^1.8.0",
"@headlessui/react": "^1.4.1",
"@heroicons/react": "^1.0.1",
"@ledgerhq/hw-transport-webusb": "^5.53.1",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@metaplex/arweave-cost": "^1.0.4",
"@mui/material": "^5.0.6",
"@mui/x-data-grid": "^5.6.1",
"@project-serum/anchor": "^0.17.1-beta.1",
"@project-serum/serum": "^0.13.38",
"@project-serum/sol-wallet-adapter": "^0.2.0",
"@solana/spl-token": "^0.1.6",
"@solana/spl-token-registry": "^0.2.203",
"@solana/wallet-adapter-base": "^0.7.0",
"@solana/wallet-adapter-react": "^0.13.1",
"@solana/wallet-adapter-wallets": "^0.11.3",
"@solana/web3.js": "^1.29.2",
"@testing-library/jest-dom": "^5.13.0",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"@types/jest": "^26.0.23",
"@types/node": "^12.20.15",
"@types/react": "^17.0.9",
"@types/react-csv": "^1.1.2",
"@types/react-dom": "^17.0.6",
"@types/react-slick": "^0.23.6",
"@types/react-table": "^7.7.9",
"antd": "^4.16.13",
"axios": "^0.24.0",
"bn.js": "^5.1.3",
"bootstrap": "^5.1.3",
"borsh": "^0.4.0",
"bs58": "^4.0.1",
"buffer-layout": "^1.2.0",
"canvas-confetti": "^1.4.0",
"color-contrast-checker": "^2.1.0",
"crypto": "^1.0.1",
"dayjs": "^1.10.7",
"dayjs-plugin-utc": "^0.1.2",
"domhandler": "^4.3.0",
"eventemitter3": "^4.0.7",
"font-awesome": "^4.7.0",
"formik": "^2.2.9",
"graphql": "^16.3.0",
"html-react-parser": "^1.4.5",
"imagekitio-react": "^1.0.11",
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"lottie-react": "^2.1.0",
"mime-types": "^2.1.34",
"moment": "^2.29.1",
"prettier": "^2.3.2",
"react": "^17.0.2",
"react-alice-carousel": "^2.5.1",
"react-bootstrap": "^2.2.1",
"react-colorful": "^5.5.1",
"react-countdown": "^2.3.2",
"react-csv": "^2.2.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.17.4",
"react-icons": "^4.3.1",
"react-intl": "^5.24.7",
"react-lazyload": "^3.2.0",
"react-masonry-css": "^1.0.16",
"react-pro-sidebar": "^0.7.1",
"react-router-dom": "^5.2.0",
"react-router-sitemap": "^1.2.0",
"react-scripts": "4.0.3",
"react-select": "^4.3.1",
"react-slick": "^0.28.1",
"react-table": "^7.7.0",
"react-toastify": "^7.0.4",
"reakit": "^1.3.10",
"slick-carousel": "^1.8.1",
"typescript": "4.4",
"web-vitals": "^1.1.2",
"wp-types": "^1.7.0",
"yup": "^0.32.11"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject",
"codegen": "graphql-codegen --config codegen.yml",
"sitemap": "babel-node sitemap-generator.js"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@graphql-codegen/cli": "2.6.2",
"@tailwindcss/aspect-ratio": "^0.3.0",
"@types/bs58": "^4.0.1",
"@types/ledgerhq__hw-transport": "^4.21.3",
"@types/ledgerhq__hw-transport-webusb": "^4.70.1",
"@types/mime-types": "^2.1.1",
"@types/react-helmet": "^6.1.4",
"@types/react-lazyload": "^3.1.1",
"@types/react-router-dom": "^5.1.7",
"@types/react-select": "^4.0.17",
"@types/react-slick": "^0.23.7",
"@types/slick-carousel": "^1.6.37",
"autoprefixer": "^9.8.6",
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.26.0",
"imagekitio-react": "^1.0.11",
"postcss": "^7.0.35",
"style-loader": "^1.3.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.1.4",
"typescript": "^4.5.2",
"@graphql-codegen/typescript-operations": "2.3.4",
"@graphql-codegen/typescript-react-apollo": "3.2.10",
"@graphql-codegen/typescript": "2.4.7"
}
}