-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.08 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
{
"name": "osnap-safe-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"e2e": "ts-node node_modules/tape/bin/tape src/**/*.e2e.ts",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "chromatic --project-token=chpt_e83ccfd5157f67a"
},
"dependencies": {
"@gnosis.pm/safe-apps-sdk": "^7.8.0",
"@gnosis.pm/safe-deployments": "^1.19.0",
"@uma/zodiac": "^4.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@rainbow-me/rainbowkit": "^1.0.7",
"@storybook/addon-essentials": "^7.2.0",
"@storybook/addon-interactions": "^7.2.0",
"@storybook/addon-links": "^7.2.0",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/addon-styling": "^1.3.5",
"@storybook/blocks": "^7.2.0",
"@storybook/nextjs": "^7.2.0",
"@storybook/react": "^7.2.0",
"@storybook/testing-library": "^0.2.0",
"@total-typescript/ts-reset": "^0.4.2",
"@types/lodash": "^4.14.196",
"@types/node": "20.4.5",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@wagmi/connectors": "^2.6.6",
"autoprefixer": "10.4.14",
"chromatic": "^6.20.0",
"eslint": "8.46.0",
"eslint-config-next": "13.4.12",
"eslint-config-prettier": "^8.9.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-storybook": "^0.6.13",
"ethers": "^6.11.0",
"graphql": "^16.8.0",
"graphql-request": "^6.1.0",
"immer": "^10.0.2",
"lodash": "^4.17.21",
"next": "13.4.12",
"postcss": "8.4.27",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"storybook": "^7.2.0",
"swr": "^2.2.1",
"tailwindcss": "3.3.3",
"typescript": "5.1.6",
"use-immer": "^0.9.0",
"viem": "^1.5.0",
"wagmi": "^1.3.9"
},
"devDependencies": {
"@types/tape": "^5.6.0",
"tape": "^5.6.6",
"ts-node": "^10.9.1"
}
}