-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
114 lines (114 loc) · 3.89 KB
/
Copy pathpackage.json
File metadata and controls
114 lines (114 loc) · 3.89 KB
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
{
"name": "futarchy-interface",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build-with-seo": "npm run generate-seo && npm run build",
"start": "next start",
"lint": "next lint",
"generate-seo": "node scripts/generate-seo.mjs",
"build-only": "next build",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"copy-structure": "node copyStructure.mjs",
"getpoolprice": "node getAlgebraPoolPrice.js",
"start-proposal": "node scripts/proposal-cli.js",
"auto-qa:extract-graphql": "node auto-qa/tools/extract-graphql.mjs",
"auto-qa:probe-graphql": "node auto-qa/tools/probe-graphql.mjs",
"auto-qa:test": "npm run auto-qa:test:unit",
"auto-qa:test:unit": "node --test 'auto-qa/tests/**/*.test.mjs'",
"auto-qa:test:live": "node --test 'auto-qa/live/**/*.test.mjs'"
},
"dependencies": {
"@balancer-labs/sdk": "^1.1.6",
"@cowprotocol/cow-sdk": "^5.3.2",
"@gnosis.pm/cow-sdk": "^0.0.6",
"@heroicons/react": "^2.2.0",
"@marcreichel/apple-tv-card": "^1.0.2",
"@rainbow-me/rainbowkit": "^2.2.1",
"@safe-global/api-kit": "^4.0.1",
"@safe-global/protocol-kit": "^6.1.2",
"@safe-global/safe-core-sdk-types": "^5.1.0",
"@storybook/addon-actions": "^8.1.10",
"@swapr/sdk": "github:rodsouto/swapr-sdk#5e3b4f7abf8411434f0a05628a23653c8d6b87a0",
"@tanstack/react-query": "^5.62.16",
"@uniswap/universal-router-sdk": "^4.32.0",
"@uniswap/v4-sdk": "^1.28.0",
"1155-to-20-helper": "github:xyzseer/1155-to-20-helper",
"axios": "^1.7.7",
"chart.js": "^4.4.3",
"cypress": "^14.1.0",
"dayjs": "^1.11.13",
"dayjs-plugin-utc": "^0.1.2",
"decimal.js": "^10.5.0",
"ethers": "^5.7.2",
"framer-motion": "^11.11.17",
"graphql-tag": "^2.12.6",
"gsap": "^3.12.5",
"html2canvas": "^1.4.1",
"lightweight-charts": "^5.0.2",
"next": "^14.2.14",
"next-themes": "^0.4.6",
"nextjs-google-analytics": "^2.3.7",
"openai": "^5.12.0",
"quill": "^2.0.3",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-circular-progressbar": "^2.1.0",
"react-dom": "^18",
"react-infinite-scroll-component": "^6.1.0",
"react-intersection-observer": "^9.13.1",
"react-jazzicon": "^1.0.4",
"react-markdown": "^9.1.0",
"react-markdown-editor-lite": "^1.3.4",
"react-matrix-animation": "^0.0.11",
"react-quill": "^2.0.0",
"react-router-dom": "^6.27.0",
"react-swipeable": "^7.0.2",
"react-typewriter-effect": "^1.1.0",
"rehype-katex": "^7.0.1",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"sass": "^1.80.3",
"swiper": "^11.1.15",
"viem": "^2.44.4",
"wagmi": "^2.14.6"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.5.0",
"@storybook/addon-essentials": "^8.1.8",
"@storybook/addon-interactions": "^8.1.8",
"@storybook/addon-links": "^8.1.8",
"@storybook/addon-mdx-gfm": "^8.1.8",
"@storybook/addon-onboarding": "^8.1.8",
"@storybook/addon-styling-webpack": "^1.0.0",
"@storybook/blocks": "^8.1.8",
"@storybook/nextjs": "^8.1.8",
"@storybook/react": "^8.1.8",
"@storybook/test": "^8.1.8",
"@types/cypress": "^1.1.6",
"@types/node": "^22.13.5",
"autoprefixer": "^10.4.19",
"css-loader": "^7.1.2",
"dotenv": "^17.3.1",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"eslint-plugin-storybook": "^0.8.0",
"postcss": "^8.4.38",
"postcss-loader": "^8.1.1",
"storybook": "^8.1.8",
"tailwindcss": "^3.4.4"
},
"overrides": {
"elliptic": "^6.6.1",
"ws": "^8.18.0",
"node-fetch": "^2.7.0",
"axios": "^1.7.7",
"cookie": "^0.7.0"
},
"packageManager": "pnpm@9.4.0+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a"
}