forked from spectrum-finance/interface
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
121 lines (121 loc) · 3.8 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "@teddyswap/interface",
"homepage": "https://teddy-swap.github.io/teddy-swap-ui",
"version": "5.0.32",
"scripts": {
"start": "vite",
"build": "tsc && cross-env NODE_OPTIONS=--max-old-space-size=8192 vite build",
"deploy": "yarn build && gh-pages -d build",
"serve": "vite preview",
"prei18n:extract": "touch src/i18n/locales/en-US.po",
"i18n:extract": "lingui extract --locale en-US",
"i18n:compile": "yarn i18n:extract && lingui compile",
"i18n:pseudo": "lingui extract --locale pseudo && lingui compile",
"lint:stylelint": "stylelint src/**/*.{scss,css,less}",
"lint:eslint": "eslint --ext .js,.ts,.tsx src",
"lint": "yarn lint:eslxint && yarn lint:stylelint"
},
"dependencies": {
"@dcspark/adalib": "^1.3.1",
"@emurgo/cardano-serialization-lib-nodejs": "^11.4.0",
"@ergolabs/ergo-dex-sdk": "^1.9.67",
"@ergolabs/ergo-sdk": "^0.5.7",
"@ergolabs/ui-kit": "^2.5.2",
"@rehooks/local-storage": "2.4.0",
"@rollup/plugin-inject": "^5.0.3",
"@sentry/react": "^6.16.1",
"@sentry/tracing": "^6.16.1",
"@spectrumlabs/analytics": "^1.1.9",
"@teddyswap/cardano-dex-sdk": "0.1.320",
"@types/file-saver": "^2.0.5",
"@types/lodash": "^4.14.172",
"@types/numeral": "^2.0.2",
"@types/qs": "^6.9.7",
"@types/react": "^17.0.17",
"@types/react-dom": "^18.0.5",
"@types/react-ga": "^2.3.0",
"@types/react-router-dom": "^5.3.3",
"@types/react-virtualized": "^9.21.21",
"@types/recharts": "^1.8.23",
"@types/styled-components": "^5.1.23",
"axios": "^0.24.0",
"chart.js": "^4.4.1",
"eslint-plugin-react-hooks": "^4.2.0",
"file-saver": "^2.0.5",
"gh-pages": "^6.1.0",
"js-cookie": "^3.0.0",
"lodash": "^4.17.21",
"luxon": "^3.3.0",
"mathjs": "^11.8.0",
"numeral": "^2.0.6",
"process": "^0.11.10",
"qs": "^6.10.3",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-confetti": "^6.1.0",
"react-copy-to-clipboard": "^5.0.3",
"react-device-detect": "^2.2.2",
"react-dom": "^18.2.0",
"react-flip-numbers": "^3.0.5",
"react-ga": "^3.3.1",
"react-google-recaptcha-v3": "^1.9.7",
"react-number-format": "^4.9.3",
"react-qr-code": "^2.0.8",
"react-router-dom": "^6.3.0",
"react-use": "^17.4.0",
"react-virtualized": "^9.22.3",
"recharts": "^2.1.8",
"rxjs": "^7.5.5",
"styled-components": "^5.3.3",
"stylelint-less": "^1.0.6",
"typescript": "^5.0.4",
"vite-plugin-pwa": "^0.17.0",
"vite-plugin-svgr": "^2.4.0"
},
"devDependencies": {
"@lingui/cli": "^4.0.0",
"@lingui/macro": "^4.0.0",
"@lingui/react": "^4.0.0",
"@lingui/vite-plugin": "^4.0.0",
"@types/js-cookie": "^2.2.7",
"@types/lingui__core": "^3.0.0",
"@types/lingui__macro": "^3.0.0",
"@types/lingui__react": "^3.0.0",
"@types/luxon": "^2.0.7",
"@types/mathjs": "^9.4.2",
"@types/react-copy-to-clipboard": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@vitejs/plugin-react": "^4.0.0",
"babel-plugin-macros": "^3.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-simple-import-sort": "^10.0.0",
"less": "3.9.0",
"prettier": "^2.3.2",
"stylelint": "^13.13.1",
"vite": "^4.3.1",
"vite-plugin-checker": "^0.5.6",
"vite-plugin-top-level-await": "^1.3.0",
"vite-plugin-wasm": "^3.2.2"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"engines": {
"node": "^19"
},
"packageManager": "[email protected]"
}