-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.2 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
{
"name": "mantine-vite",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@mantine/core": "^4.2.4",
"@mantine/dates": "^4.2.4",
"@mantine/dropzone": "^4.2.4",
"@mantine/form": "^4.2.4",
"@mantine/hooks": "^4.2.4",
"@mantine/modals": "^4.2.4",
"@mantine/notifications": "^4.2.4",
"browser-image-compression": "^2.0.0",
"dayjs": "^1.11.2",
"javascript-time-ago": "^2.3.13",
"phosphor-react": "^1.4.1",
"react": "^18.0.0",
"react-avatar-editor": "^13.0.0",
"react-dom": "^18.0.0",
"react-fast-marquee": "^1.3.1",
"react-h5-audio-player": "^3.7.0",
"react-router-dom": "^6.3.0",
"react-time-ago": "^7.1.9",
"react-uuid": "^1.0.2",
"swiper": "^8.1.4",
"web3.storage": "^4.2.0"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^1.3.0",
"chai": "^4.3.6",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.6.5",
"hardhat": "^2.9.3",
"vite": "^2.9.7"
}
}