-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
108 lines (108 loc) · 3.56 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
{
"name": "frameboy",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "rm -rf .next && next build",
"check": "yarn format && yarn lint && yarn stylelint",
"dev": "next dev -p 1337",
"format": "prettier --log-level warn --write .",
"format:check": "prettier --check .",
"lint": "next lint --fix",
"lint:check": "next lint",
"start": "next start",
"stylelint": "stylelint '**/*.css' --fix",
"stylelint:check": "stylelint '**/*.css'",
"test": "jest .",
"test:coverage": "jest . --coverage",
"test:coverage:open": "yarn test:coverage && open coverage/lcov-report/index.html"
},
"dependencies": {
"@coinbase/onchainkit": "0.4.4",
"@coinbase/wallet-sdk": "^3.9.1",
"@farcaster/hub-nodejs": "^0.10.21",
"@neynar/nodejs-sdk": "^1.9.4",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@rainbow-me/rainbowkit": "1.3.3",
"abitype": "^0.10.3",
"clsx": "^2.1.0",
"jotai": "^2.6.4",
"net": "^1.0.2",
"next": "13.5.6",
"next-pwa": "5.6.0",
"perfume.js": "9.2.0",
"pino-pretty": "^10.3.1",
"prettier-plugin-solidity": "^1.3.1",
"react": "^18",
"react-dom": "^18",
"react-remove-scroll": "^2.5.7",
"rehype-pretty-code": "0.12.3",
"rehype-stringify": "^10.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.0.0",
"scroll-into-view-if-needed": "^3.1.0",
"shikiji": "^0.9.17",
"shikiji-core": "^0.9.17",
"unified": "^11.0.4",
"viem": "1.21.4",
"wagmi": "1.4.13",
"workbox-webpack-plugin": "^7.0.0",
"yup": "1.3.3"
},
"devDependencies": {
"@babel/preset-env": "^7.23.5",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@jest/globals": "^29.7.0",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@types/babel__preset-env": "^7",
"@types/identity-obj-proxy": "^3",
"@types/jest": "^29.5.10",
"@types/minipass": "^3.3.5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"@typescript-eslint/type-utils": "^5.54.1",
"@typescript-eslint/types": "^5.54.1",
"@typescript-eslint/utils": "^5.54.1",
"autoprefixer": "^10.4.16",
"babel-jest": "^29.7.0",
"eslint": "^8.27.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-next": "13.5.6",
"eslint-config-prettier": "^8.5.0",
"eslint-formatter-codeframe": "^7.32.1",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-compat": "^4.0.2",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "^27.1.4",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-perf": "^3.3.1",
"eslint-plugin-relay": "^1.8.3",
"eslint-plugin-simple-import-sort": "^8.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-extended": "^4.0.2",
"postcss": "^8.4.32",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "^0.5.9",
"stylelint": "^16.0.2",
"stylelint-config-idiomatic-order": "^10.0.0",
"stylelint-config-standard": "^35.0.0",
"stylelint-order": "^6.0.4",
"tailwindcss": "^3.4.0",
"ts-jest": "^29.1.1",
"typescript": "~5.3.3"
},
"packageManager": "[email protected]"
}