-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.45 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
{
"name": "interface-template",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install"
},
"dependencies": {
"@aptos-labs/ts-sdk": "^1.31.0",
"@aptos-labs/wallet-adapter-react": "^3.7.1",
"@emotion/react": "^11.11.1",
"@hookform/resolvers": "^3.9.1",
"@interest-protocol/aptos-move-dex": "1.0.0-alpha.6",
"@interest-protocol/aptos-sr-amm": "^1.1.0",
"@interest-protocol/ui-kit": "0.3.3-beta",
"@razorlabs/wallet-kit": "^0.5.0",
"@stylin.js/elements": "^1.0.2",
"@stylin.js/react": "^1.1.1",
"@types/ramda": "^0.30.2",
"@vercel/analytics": "^1.3.1",
"bignumber.js": "^9.1.2",
"decimal.js-light": "^2.5.1",
"framer-motion": "^11.11.9",
"mongoose": "^8.7.3",
"next": "14.0.1",
"next-progress": "^2.3.1",
"nextjs-cors": "^2.2.0",
"prettier": "^3.1.0",
"ramda": "^0.30.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.53.2",
"react-hot-toast": "^2.4.1",
"react-image-file-resizer": "^0.4.8",
"react-loading-skeleton": "^3.5.0",
"swr": "^2.2.5",
"tiny-invariant": "^1.3.3",
"toformat": "^2.0.0",
"use-debounce": "^10.0.4",
"usehooks-ts": "^3.1.0",
"uuid": "^10.0.0",
"yup": "^1.4.0",
"zustand": "^5.0.0"
},
"devDependencies": {
"@emotion/eslint-plugin": "^11.11.0",
"@types/node": "^20.9.4",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"commitlint": "^18.4.3",
"commitlint-config-gitmoji": "^2.3.1",
"eslint": "^8.54.0",
"eslint-config-next": "14.0.3",
"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.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"husky": "^8.0.0",
"lint-staged": "^15.1.0",
"typescript": "^5.3.2"
},
"engines": {
"node": ">=18.17"
},
"packageManager": "[email protected]+sha512.67f5879916a9293e5cf059c23853d571beaf4f753c707f40cb22bed5fb1578c6aad3b6c4107ccb3ba0b35be003eb621a16471ac836c87beb53f9d54bb4612724"
}