-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.34 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
{
"name": "mvx-vanity-address",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@multiversx/sdk-core": "^13.17.1",
"@multiversx/sdk-wallet": "^4.6.0",
"@reactutils/use-local-storage": "^1.0.0",
"@stianlarsen/copy-to-clipboard": "^1.0.4",
"bootstrap": "^5.3.3",
"moment": "^2.30.1",
"react": "^18.3.1",
"react-bootstrap": "^2.10.8",
"react-countdown": "^2.3.6",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@fortawesome/fontawesome-common-types": "^6.5.2",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^8.57.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.18",
"sass": "1.77.6",
"sharp": "^0.33.5",
"svgo": "^3.3.2",
"typescript": "^5.7.3",
"vite": "^5.4.14",
"vite-plugin-node-polyfills": "^0.22.0"
}
}