-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
60 lines (60 loc) · 1.93 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
{
"name": "waves-dao-ui",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev:testnet": "VITE_NETWORK=testnet vite",
"build": "tsc --noEmit && vite build",
"build:testnet": "tsc --noEmit && VITE_NETWORK=testnet vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@emotion/core": "^10.0.27",
"@emotion/styled": "^10.0.27",
"@popperjs/core": "^2.0.0",
"@styled-system/should-forward-prop": "^5.1.4",
"@vitejs/plugin-basic-ssl": "^1.0.1",
"@waves.exchange/provider-cloud": "^1.0.2",
"@waves.exchange/provider-web": "^1.1.3",
"@waves.exchange/wx-react-uikit": "^1.3.11",
"@waves/bignumber": "^1.1.1",
"@waves/data-entities": "^2.0.7",
"@waves/provider-keeper": "^2.0.5",
"@waves/provider-ledger": "^0.2.1",
"@waves/provider-metamask": "^1.1.6",
"@waves/signer": "^1.1.0",
"@waves/ts-types": "^1.0.12",
"@waves/ui-translator": "^0.0.2",
"emotion-theming": "^10.0.27",
"i18next": "^21.0.2",
"i18next-http-backend": "^2.2.0",
"mobile-detect": "^1.4.5",
"mobx": "^6.9.0",
"mobx-react-lite": "^3.4.3",
"ramda": "^0.28.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.3.0",
"styled-system": "^5.1.4",
"ts-utils": "^6.1.0"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/styled-system": "^5.1.4",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"typescript": "^5.0.2",
"vite": "^4.3.2",
"vite-plugin-html-config": "^1.0.11"
}
}