forked from cowprotocol/cow-fi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.2 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.2 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
{
"version": "0.18.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"i18n:extract": "NODE_ENV=test npx lingui extract",
"i18n:compile": "npx lingui compile",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@apollo/client": "^3.7.2",
"@cowprotocol/cow-sdk": "^0.0.15-RC.1",
"@cowprotocol/widget-lib": "^0.2.0",
"@lingui/macro": "^3.12.1",
"@lingui/react": "^3.12.1",
"@visx/axis": "^2.12.2",
"@visx/event": "^2.6.0",
"@visx/glyph": "^2.10.0",
"@visx/group": "^2.10.0",
"@visx/react-spring": "^2.12.2",
"@visx/responsive": "^2.10.0",
"@visx/shape": "^2.11.1",
"add": "^2.0.6",
"classnames": "^2.3.1",
"d3": "^7.8.5",
"date-fns": "^2.25.0",
"exponential-backoff": "^3.1.1",
"graphql": "^16.7.1",
"gray-matter": "^4.0.3",
"jotai": "^2.2.2",
"make-plural": "^7.0.0",
"markdown-to-jsx": "^7.1.5",
"next": "latest",
"next-sitemap": "^4.1.8",
"next-transpile-modules": "^9.0.0",
"os": "^0.1.2",
"polished": "^4.1.3",
"raw-loader": "^4.0.2",
"react": "17.0.2",
"react-device-detect": "^2.1.2",
"react-dom": "17.0.2",
"react-feather": "^2.0.10",
"react-ga4": "^1.4.1",
"react-inlinesvg": "^2.3.0",
"react-intersection-observer": "^8.33.1",
"react-syntax-highlighter": "^15.4.5",
"remark": "^14.0.2",
"remark-html": "^15.0.1",
"sass": "^1.43.4",
"styled-components": "^5.3.3",
"swiper": "^10.0.4"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-typescript": "^7.23.2",
"@lingui/cli": "^3.12.1",
"@lingui/loader": "^3.12.1",
"@types/jest": "^29.5.7",
"@types/node": "^16.11.7",
"@types/react": "^17.0.34",
"@types/styled-components": "^5.1.17",
"babel-plugin-macros": "^3.1.0",
"eslint": "7.32.0",
"eslint-config-next": "12.0.7",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.27.1",
"jest": "^29.7.0",
"prettier": "2.5.1",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
},
"license": "(MIT OR Apache-2.0)",
"resolutions": {
"styled-components": "^5"
}
}