-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
146 lines (146 loc) · 4.5 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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"name": "@animeswap.org/interface",
"version": "0.1.0",
"description": "AnimeSwap Interface",
"homepage": ".",
"license": "GPL-3.0-or-later",
"scripts": {
"prei18n:extract": "node prei18n-extract.js",
"i18n:extract": "lingui extract --locale en-US",
"i18n:compile": "yarn i18n:extract && lingui compile",
"i18n:pseudo": "lingui extract --locale pseudo && lingui compile",
"prepare": "yarn i18n:compile",
"start": "react-app-rewired start",
"build": "yarn build:prod",
"build:staging": "set \"REACT_APP_STAGING=true\" && react-app-rewired build",
"build:prod": "react-app-rewired build",
"serve": "serve build -l 3000",
"lint": "yarn eslint .",
"test": "react-app-rewired test --coverage",
"cypress:open": "cypress open --browser chrome --e2e",
"cypress:run": "cypress run --browser chrome --e2e"
},
"jest": {
"collectCoverageFrom": [
"src/components/**/*.ts*",
"src/hooks/**/*.ts*",
"src/lib/hooks/**/*.ts*",
"src/lib/state/**/*.ts*",
"src/lib/utils/**/*.ts*",
"src/pages/**/*.ts*",
"src/state/**/*.ts*",
"src/utils/**/*.ts*"
],
"coverageThreshold": {
"global": {
"branches": 4,
"functions": 6,
"lines": 9,
"statements": 9
}
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@lingui/cli": "^3.15.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4",
"@types/jest": "^29.2.4",
"@types/ms.macro": "^2.0.0",
"@types/node": "^18.11.10",
"@types/qs": "^6.9.7",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/react-redux": "^7.1.24",
"@types/react-router-dom": "^5.3.3",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-window": "^1.8.5",
"@types/rebass": "^4.0.10",
"@types/rebass__forms": "^4.0.6",
"@types/styled-components": "^5.1.26",
"@types/testing-library__cypress": "^5.0.9",
"@types/ua-parser-js": "^0.7.36",
"@types/wcag-contrast": "^3.0.0",
"@typescript-eslint/eslint-plugin": "5.45.0",
"@typescript-eslint/parser": "5.45.0",
"cypress": "^11.2.0",
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-better-styled-components": "^1.1.2",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^8.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"jest-styled-components": "^7.1.1",
"prettier": "^2.8.0",
"react-app-rewired": "^2.2.1",
"react-scripts": "^5.0.1",
"serve": "^14.1.2",
"stream-browserify": "^3.0.0",
"typechain": "^8.1.1",
"typescript": "^4.9.3"
},
"dependencies": {
"@animeswap.org/sui-v1-sdk": "file:../sui-v1-sdk/",
"@animeswap.org/v1-sdk": "file:../v1-sdk/",
"@babel/runtime": "^7.20.6",
"@fontsource/inter": "^4.5.14",
"@lingui/core": "^3.15.0",
"@lingui/macro": "^3.15.0",
"@lingui/react": "^3.15.0",
"@metamask/jazzicon": "^2.0.0",
"@mysten/sui.js": "^0.29.1",
"@popperjs/core": "^2.11.6",
"@reach/dialog": "^0.18.0",
"@reach/portal": "^0.18.0",
"@react-hook/window-scroll": "^1.3.0",
"@rebass/forms": "^4.0.6",
"@reduxjs/toolkit": "^1.9.1",
"aptos": "^1.4.0",
"copy-to-clipboard": "^3.3.3",
"inter-ui": "^3.19.3",
"jotai": "^1.11.0",
"make-plural": "^7.2.0",
"node-vibrant": "^3.2.1-alpha.1",
"numbro": "^2.3.6",
"polished": "^4.2.2",
"qs": "^6.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"react-ga4": "^1.4.1",
"react-is": "^18.2.0",
"react-markdown": "^8.0.4",
"react-popper": "^2.3.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.4.4",
"react-spring": "^9.5.5",
"react-use-gesture": "^6.0.14",
"react-virtualized-auto-sizer": "^1.0.7",
"react-window": "^1.8.8",
"rebass": "^4.0.7",
"redux-localstorage-simple": "^2.5.1",
"styled-components": "^5.3.6",
"ua-parser-js": "^1.0.32",
"use-count-up": "^3.0.1",
"use-resize-observer": "^9.1.0",
"wcag-contrast": "^3.0.0",
"web-vitals": "^3.1.0",
"workbox-core": "^6.5.4",
"workbox-navigation-preload": "^6.5.4",
"workbox-precaching": "^6.5.4",
"workbox-routing": "^6.5.4"
}
}