-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 979 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 979 Bytes
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
{
"name": "app",
"homepage": "https://evm.la",
"private": true,
"version": "0.1.5",
"type": "module",
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@emoji-mart/data": "^1.0.6",
"@emoji-mart/react": "^1.0.1",
"@emotion/react": "^11.10.5",
"@fontsource/righteous": "^4.5.7",
"@mantine/core": "^5.9.1",
"@mantine/hooks": "^5.9.1",
"@tabler/icons": "^1.95.1",
"@usedapp/core": "^1.1.5",
"dayjs": "^1.11.5",
"embla-carousel-react": "^7.0.2",
"emoji-mart": "^5.2.2",
"ethers": "^5.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "6"
},
"devDependencies": {
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"gh-pages": "^4.0.0",
"typescript": "^4.6.4",
"vite": "^3.1.0"
}
}