-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
128 lines (128 loc) · 3.78 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
{
"name": "sui-coins",
"version": "0.1.0",
"description": "The frontend to mint and create tokens",
"license": "MIT",
"keywords": [
"DeFi",
"smart contracts",
"sui",
"web3",
"move",
"mint"
],
"private": false,
"dependencies": {
"@emotion/react": "^11.11.1",
"@hookform/resolvers": "^3.3.2",
"@interest-protocol/clamm-sdk": "^9.0.1-alpha",
"@interest-protocol/dca-sdk": "^5.2.0",
"@interest-protocol/sui-coins-terminal": "^0.4.0-beta.0",
"@interest-protocol/sui-tokens": "^4.1.6",
"@interest-protocol/ui-kit": "0.2.26-alpha",
"@mysten/dapp-kit": "^0.14.20",
"@mysten/sui": "^1.9.0",
"@mysten/suins": "^0.4.0",
"@mysten/wallet-standard": "^0.13.4",
"@mysten/zksend": "^0.11.6",
"@shinami/clients": "^0.8.1",
"@stylin.js/react": "^1.0.4-alpha.0",
"@tanstack/react-query": "^5.45.1",
"@vercel/analytics": "^1.3.1",
"aftermath-ts-sdk": "^1.1.76",
"bignumber.js": "^9.1.2",
"decimal.js-light": "^2.5.1",
"framer-motion": "^11.0.24",
"mongoose": "^8.1.1",
"next": "14.0.1",
"next-progress": "^2.3.1",
"nextjs-cors": "^2.2.0",
"react": "^18.2.0",
"react-countdown": "^2.3.5",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.4",
"react-hot-toast": "^2.4.1",
"react-image-file-resizer": "^0.4.8",
"react-loading-skeleton": "^3.3.1",
"swr": "^2.2.4",
"tiny-invariant": "^1.3.3",
"toformat": "^2.0.0",
"use-debounce": "^10.0.0",
"usehooks-ts": "^2.14.0",
"uuid": "^9.0.1",
"web-vitals": "^3.5.0",
"yup": "^1.3.2",
"zustand": "^4.5.2"
},
"scripts": {
"dev": "next dev",
"test": "jest",
"build": "next build",
"start": "next start",
"format": "prettier --write **/*.{js,ts,tsx}",
"lint": "eslint . --fix --ext ts --ext tsx --ext js",
"prepare": "husky install"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.23.9",
"@emotion/babel-plugin": "^11.11.0",
"@emotion/eslint-plugin": "^11.11.0",
"@scallop-io/sui-scallop-sdk": "^0.45.0",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.7",
"@types/node": "^20.8.10",
"@types/ramda": "^0.29.10",
"@types/react": "^18.2.36",
"@types/react-dom": "^18.2.14",
"@types/uuid": "^9.0.6",
"@types/yup": "^0.32.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"babel-plugin-styled-components": "^2.1.4",
"babel-plugin-transform-typescript-metadata": "^0.3.2",
"commitlint": "^19.2.2",
"commitlint-config-gitmoji": "^2.3.1",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.0",
"jest": "^29.7.0",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"ramda": "0.29.1",
"rimraf": "^5.0.5",
"typescript": "^5.2.2",
"vercel": "^32.5.0"
},
"engine": {
"node": ">=18.17.0"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}