-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.43 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
{
"name": "krypto-front-mobile",
"private": true,
"scripts": {
"dev": "env-cmd next dev",
"build:dev": "env-cmd next build",
"build": "NODE_ENV=production env-cmd -f .env.production next build",
"build:prod": "NODE_ENV=production env-cmd -f .env.production next build && NODE_ENV=production yarn build:server",
"build:server": "NODE_ENV=production tsc --project tsconfig.server.json",
"start": "NODE_ENV=production next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.2.6",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@headlessui/react": "^1.5.0",
"@reduxjs/toolkit": "^1.7.1",
"@types/js-cookie": "^3.0.1",
"@types/node": "^17.0.21",
"axios": "^0.24.0",
"bignumber.js": "^9.0.2",
"classnames": "^2.3.1",
"cookie": "^0.4.2",
"env-cmd": "^10.1.0",
"express": "^4.17.2",
"formik": "^2.2.9",
"framer-motion": "^8.5.0",
"highcharts": "^10.2.0",
"html-react-parser": "^1.4.8",
"js-cookie": "^3.0.1",
"krypto-api-sdk": "git+ssh://git@github.com/DiverseSolutions/krypto-api-sdk",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"next": "^12.1.6",
"next-pwa": "^5.5.5",
"next-redux-wrapper": "^7.0.5",
"next-themes": "^0.2.0",
"next-translate": "^1.6.0",
"nextjs-progressbar": "^0.0.14",
"node-fetch": "^2.6.1",
"pondjs": "^0.9.0",
"rc-progress": "^3.2.4",
"re-resizable": "^6.9.9",
"react": "^18.2.0",
"react-device-detect": "^2.1.2",
"react-dom": "^18.2.0",
"react-gauge-chart": "^0.4.0",
"react-icons": "^4.3.1",
"react-jsx-highcharts": "^5.0.0",
"react-jsx-highstock": "^5.0.0",
"react-loading-skeleton": "^3.1.0",
"react-query": "^3.39.1",
"react-recaptcha-v3": "^2.0.1",
"react-redux": "^7.2.6",
"react-share": "^4.4.0",
"react-slick": "^0.28.1",
"react-use-websocket": "^3.0.0",
"redux": "^4.1.2",
"redux-thunk": "^2.4.1",
"slick-carousel": "^1.8.1",
"sweetalert2": "^11.4.7",
"url-domain-name": "^1.0.4",
"validator": "^13.7.0"
},
"devDependencies": {
"@svgr/webpack": "^6.1.2",
"@tailwindcss/typography": "^0.5.2",
"@types/gtag.js": "^0.0.8",
"@types/react": "^18.0.2",
"@types/react-dom": "^18.0.6",
"@types/react-gauge-chart": "^0.3.1",
"autoprefixer": "^10.4.0",
"eslint": "8.5.0",
"eslint-config-next": "12.0.7",
"tailwindcss": "^3.0.7",
"typescript": "4.6.2"
}
}