-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.85 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.85 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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next build && next export",
"deploy": "next build && next export && firebase deploy",
"lint": "next lint",
"type-check": "tsc"
},
"dependencies": {
"@dhaiwat10/react-link-preview": "^1.14.0",
"@hcaptcha/react-hcaptcha": "^1.4.4",
"@headlessui/react": "^1.6.1",
"@microlink/react": "^5.5.9",
"@types/react-responsive": "^8.0.5",
"aos": "^2.3.4",
"axios": "^0.27.2",
"bootstrap": "^5.1.3",
"caniuse-lite": "^1.0.30001429",
"firebase": "^9.9.4",
"hark": "^1.2.3",
"javascript-time-ago": "^2.3.13",
"jquery": "^3.6.0",
"moment": "^2.29.4",
"next": "latest",
"nextjs-progressbar": "^0.0.14",
"peerjs": "^1.4.2",
"react": "^17.0.2",
"react-anchorme": "^2.2.1",
"react-colorful": "^5.5.1",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^17.0.2",
"react-flexbox-grid": "^2.1.2",
"react-hot-keys": "^2.7.2",
"react-hot-toast": "^2.4.0",
"react-html-parser": "^2.0.2",
"react-icons": "^4.3.1",
"react-input-emoji": "^4.1.0",
"react-loader-spinner": "^6.0.0-0",
"react-qr-code": "^2.0.7",
"react-responsive": "^9.0.0-beta.8",
"react-switch": "^6.1.0",
"react-tag-input": "^6.8.0",
"react-time-ago": "^7.1.9",
"react-ts-tradingview-widgets": "^1.0.12",
"react-use": "^17.4.0",
"styled-components": "^5.3.6",
"uuid": "^8.3.2",
"uuid-random": "^1.3.2",
"validator": "^13.7.0",
"xhr2": "^0.2.1"
},
"devDependencies": {
"@types/node": "^12.12.21",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"autoprefixer": "^10.4.7",
"eslint": "8.17.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.13",
"tailwindcss": "^3.0.24",
"typescript": "^4.3.2"
}
}