-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (71 loc) · 2.08 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
{
"name": "DawnFM",
"version": "1.0.0",
"homepage": "/",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"buildsta": "next build && next export"
},
"dependencies": {
"@chakra-ui/react": "^1.8.5",
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@hookform/resolvers": "^2.8.8",
"@madzadev/audio-player": "^1.1.11",
"@mantine/core": "^4.0.7",
"@mantine/dropzone": "^4.0.7",
"@mantine/hooks": "^4.0.7",
"@mantine/next": "^4.0.7",
"@mantine/notifications": "^4.0.7",
"@mantine/prism": "^4.0.7",
"@react-hook/window-size": "^3.0.7",
"animate.css": "^4.1.1",
"axios": "^0.26.0",
"babel-runtime": "^6.26.0",
"ds-react-table": "^1.0.3",
"framer-motion": "^6.2.7",
"moment": "^2.29.3",
"next": "12.1.0",
"react": "17.0.2",
"react-animated-cursor": "^2.4.0",
"react-animation-on-scroll": "^5.0.0",
"react-audio-player": "^0.17.0",
"react-chartjs-2": "^4.1.0",
"react-circular-progressbar": "^2.0.4",
"react-dom": "17.0.2",
"react-drag-drop-files": "^2.3.4",
"react-fade-in": "^2.0.1",
"react-fast-marquee": "^1.3.1",
"react-gauge-chart": "^0.4.0",
"react-google-charts": "^4.0.0",
"react-h5-audio-player": "^3.8.4",
"react-hook-form": "^7.27.1",
"react-icons": "^4.3.1",
"react-is-visible": "^1.2.0",
"react-mini-chart": "^0.1.3",
"react-music-player": "^1.0.3",
"react-query": "^3.34.16",
"react-random-reveal": "^2.0.0",
"react-scroll-parallax": "^3.0.5",
"react-select": "^5.2.2",
"react-spotify-web-playback": "^0.10.0",
"react-tilty": "^2.0.3",
"react-trend": "^1.2.5",
"react-ts-tradingview-widgets": "^1.0.9",
"react-type-animation": "^1.1.2",
"react-typing-animation": "^1.6.2",
"reactjs-videobg": "^1.3.0",
"socket.io-client": "^4.5.0",
"tabler-icons-react": "^1.40.0",
"typewriter-effect": "^2.18.2",
"yup": "^0.32.11"
},
"devDependencies": {
"eslint": "8.9.0",
"eslint-config-next": "12.1.0"
}
}