forked from skymavis/sdk-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.59 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
{
"name": "sdk-examples",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "eslint . --ext .js,.tsx,.ts --fix"
},
"dependencies": {
"@next/font": "14.2.1",
"@nextui-org/react": "2.3.1",
"@nextui-org/theme": "2.2.3",
"@sky-mavis/mavis-market-core": "0.0.3",
"@sky-mavis/tanto-connect": "0.0.6",
"@types/node": "20.12.7",
"autoprefixer": "10.4.19",
"boring-avatars": "1.11.2",
"classnames": "2.5.1",
"eslint": "8.57.0",
"eslint-config-next": "14.2.1",
"ethers": "5.7.2",
"framer-motion": "11.1.2",
"lodash": "4.17.21",
"next": "14.2.1",
"next-themes": "0.3.0",
"next-transpile-modules": "10.0.1",
"postcss": "8.4.38",
"qrcode.react": "4.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "1.75.0",
"tailwindcss": "3.4.3",
"typescript": "5.4.5",
"yarn": "1.22.22",
"zustand": "4.1.5"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.47.0",
"@typescript-eslint/parser": "5.56.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"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",
"prettier": "2.8.1",
"stylelint": "15.10.1",
"stylelint-config-prettier-scss": "0.0.1",
"stylelint-config-standard-scss": "6.1.0"
},
"resolutions": {
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25"
}
}