-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.81 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
{
"name": "polkadex-business-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"generate": "yarn plop --plopfile generators/plopfile.js",
"generateIcons": "svgr -d src/components/Icons/ public/img/icons/ --typescript --icon",
"checkTypes": "tsc --noEmit"
},
"dependencies": {
"@polkadex/blockchain-api": "^1.1.60",
"@polkadex/utils": "^1.1.46",
"@polkadot/api": "^10.3.4",
"@polkadot/extension-dapp": "^0.45.5",
"@polkadot/types": "^10.3.4",
"@polkadot/util": "^11.1.3",
"@polkadot/util-crypto": "^11.1.3",
"@react-aria/menu": "^3.7.1",
"@react-aria/utils": "^3.14.2",
"@react-stately/collections": "^3.5.1",
"@reactour/tour": "^3.3.0",
"apexcharts": "^3.33.0",
"axios": "^0.28.0",
"canvas-confetti": "^1.6.0",
"dayjs": "^1.11.0",
"ethers": "^5.4.6",
"framer-motion": "^7.5.3",
"next": "^14.1.1",
"next-sitemap": "^4.1.3",
"nextjs-google-analytics": "^1.0.9",
"papaparse": "^5.4.1",
"query-string": "^7.0.1",
"react": "^18.1.0",
"react-apexcharts": "^1.3.9",
"react-aria": "^3.22.0",
"react-device-detect": "^2.2.2",
"react-dom": "^18.1.0",
"react-intersection-observer": "^9.4.1",
"react-share": "^4.4.0",
"react-slick": "^0.29.0",
"react-toastify": "^9.1.2",
"react-transition-group": "^4.4.5",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.1",
"styled-system": "^5.1.5",
"swiper": "^8.3.2",
"typewriter-effect": "^2.18.2",
"web3": "^1.7.0"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/preset-typescript": "^7.15.0",
"@svgr/cli": "^8.0.1",
"@types/canvas-confetti": "^1.6.0",
"@types/papaparse": "^5.3.7",
"@types/react": "^18.0.9",
"@types/react-slick": "^0.23.10",
"@types/styled-components": "^5.1.15",
"@types/styled-system": "^5.1.16",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"babel-loader": "^8.2.2",
"babel-plugin-styled-components": "^1.13.2",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"plop": "^2.7.4",
"prettier": "^2.4.1",
"react-stately": "^3.20.0",
"typescript": "^4.5.4"
},
"resolutions": {
"json-schema": "^0.4.0",
"nth-check": "^2.0.1",
"ansi-regex": "^5.0.1",
"simple-get": "^4.0.1",
"node-fetch": "^2.6.7",
"got": "^11.8.5"
}
}