-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
91 lines (91 loc) · 3.07 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": "paycer-prototype",
"version": "0.1.0",
"private": false,
"license": "MIT",
"author": "rvo",
"scripts": {
"dev": "export NODE_ENV=development && export NODE_OPTIONS=--max_old_space_size=8096 && yarn lingui:extract && yarn lingui:compile && next dev",
"build": "yarn lingui:extract && yarn lingui:compile && next build",
"start": "next start",
"storybook": "start-storybook -s public -p 9001",
"storybook:build": "build-storybook -s public",
"lingui:extract": "lingui extract",
"lingui:compile": "lingui compile"
},
"dependencies": {
"@usedapp/coingecko": "^0.3.24",
"@usedapp/core": "^0.4.1",
"apexcharts": "^3.28.3",
"axios": "^0.23.0",
"bootstrap": "^5.0.0-beta2",
"cleave.js": "^1.6.0",
"next": "^10.0.0",
"nprogress": "^0.2.0",
"rc-slider": "^9.7.2",
"react": "17.0.1",
"react-apexcharts": "^1.3.9",
"react-content-loader": "^6.0.3",
"react-dom": "17.0.1",
"react-minimal-pie-chart": "^8.2.0",
"react-responsive": "^9.0.0-beta.2",
"react-select": "^4.3.1",
"react-step-progress-bar": "^1.0.3",
"react-toastify": "^7.0.4",
"styled-components": "^5.3.0"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-export-default-from": "^7.12.13",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@lingui/cli": "^3.10.2",
"@lingui/core": "^3.10.3",
"@lingui/detect-locale": "^3.10.3",
"@lingui/loader": "^3.10.2",
"@lingui/macro": "^3.10.2",
"@lingui/react": "^3.10.2",
"@storybook/addon-actions": "^6.2.9",
"@storybook/addon-essentials": "^6.2.9",
"@storybook/addon-links": "^6.2.9",
"@storybook/react": "^6.2.9",
"@styled-icons/bootstrap": "^10.34.0",
"@styled-icons/crypto": "^10.34.0",
"@types/node": "^15.12.1",
"@types/react": "^17.0.9",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/ledger-connector": "^6.1.9",
"@web3-react/trezor-connector": "^6.1.9",
"@web3-react/walletconnect-connector": "^6.2.0",
"@web3-react/walletlink-connector": "^6.2.3",
"@zeit/next-sass": "^1.0.1",
"autoprefixer": "^10.2.6",
"babel-loader": "^8.2.2",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-styled-components": "^1.12.0",
"babel-preset-react-app": "^10.0.0",
"classnames": "^2.3.1",
"copy-to-clipboard": "^3.3.1",
"cryptocurrency-icons": "^0.17.2",
"css-loader": "^5.2.6",
"fibers": "^5.0.0",
"file-loader": "^6.2.0",
"formik": "^2.2.9",
"next-compose-plugins": "^2.2.1",
"nextjs-fonts": "^0.22.0",
"node-sass": "^6.0.0",
"postcss-flexbugs-fixes": "^5.0.2",
"react-bootstrap": "v2.0.0-beta.3",
"react-intl": "^5.20.1",
"recharts": "^2.0.9",
"sass-loader": "10",
"storybook-addon-intl": "^2.4.1",
"storybook-addon-linguijs": "^1.0.10",
"style-loader": "^2.0.0",
"tsconfig-paths-webpack-plugin": "^3.5.1",
"typescript": "4.2.2",
"yup": "^0.32.9"
}
}