-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.54 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": "whisprs",
"version": "1.0.0",
"scripts": {
"start": "CHOKIDAR_USEPOLLING=true vite --host 0.0.0.0 --mode development",
"build": "tsc && vite build",
"preview": "npm run build && vite preview",
"build:production": "npm run build && npm prune --production",
"lint": "eslint . --ext .ts,.tsx --fix"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.3.1",
"@mui/material": "^5.4.0",
"bech32": "2.0.0",
"react": "^17.0.2",
"react-device-detect": "2.1.2",
"react-dom": "^17.0.0",
"react-if": "4.1.1",
"react-router-dom": "^6.2.1",
"react-toastify": "8.1.0",
"secretjs": "^1.5.1"
},
"devDependencies": {
"@keplr-wallet/types": "0.9.12",
"@types/loadable__component": "^5.13.4",
"@types/node": "^16.11.1",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@typescript-eslint/parser": "^5.10.2",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@vitejs/plugin-react": "^1.1.4",
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"@esbuild-plugins/node-modules-polyfill": "^0.1.4",
"prettier": "^2.5.1",
"events": "^3.3.0",
"eslint": "^7.32.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-config-prettier": "^8.3.0",
"typescript": "^4.5.5",
"vite": "^2.7.10"
}
}