-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
68 lines (68 loc) · 1.9 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
{
"name": "tupe-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@date-io/date-fns": "^2.13.1",
"@date-io/moment": "^2.13.1",
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@headlessui/react": "^1.6.5",
"@mui/icons-material": "^5.4.4",
"@mui/lab": "^5.0.0-alpha.70",
"@mui/material": "^5.4.3",
"apexcharts": "^3.31.0",
"axios": "^0.26.1",
"coingecko-api": "^1.0.10",
"coinmarketcap-api": "^3.1.1",
"date-fns": "^2.28.0",
"jquery": "^3.6.0",
"moment": "^2.29.1",
"next": "12.1.0",
"next-transpile-modules": "^9.0.0",
"next-useragent": "^2.8.0",
"node-sass": "^6.0.1",
"prop-types": "^15.7.2",
"react": "17.0.2",
"react-apexcharts": "^1.3.9",
"react-bootstrap": "^2.1.2",
"react-dom": "17.0.2",
"react-hover": "^3.0.1",
"react-phone-number-input": "^3.1.46",
"react-router": "^6.0.2",
"react-router-config": "^5.1.1",
"react-router-dom": "^6.0.2",
"react-scripts": "4.0.3",
"react-sparklines": "^1.7.0",
"react-tradingview-embed": "^2.2.6",
"rsuite": "^5.6.5",
"styled-components": "^5.3.3",
"swal": "^0.1.0",
"sweetalert": "^2.1.2",
"swiper": "^8.0.6",
"websocket": "^1.0.34",
"ws": "^8.6.0"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.3",
"@babel/runtime": "^7.16.3",
"@next/eslint-plugin-next": "^12.1.6",
"eslint": "7.32.0",
"eslint-config-airbnb": "^19.0.2",
"eslint-config-next": "12.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.5.1"
}
}