-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.48 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
{
"name": "morandi-client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@monaco-editor/react": "^4.6.0",
"@motionone/utils": "^10.15.1",
"@types/node": "20.3.2",
"@types/react": "18.2.14",
"@types/react-calendar-heatmap": "^1.6.3",
"@types/react-dom": "18.2.6",
"@uiw/react-heat-map": "^2.1.1",
"@uiw/react-tooltip": "^4.21.28",
"antd": "^5.10.3",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"cal-heatmap": "^4.2.3",
"chart.js": "^4.4.0",
"dayjs": "^1.11.10",
"eslint": "8.43.0",
"eslint-config-next": "13.4.7",
"framer-motion": "^10.16.4",
"next": "13.4.7",
"next-auth": "^4.22.3",
"postcss": "8.4.24",
"pusher-js": "^8.3.0",
"react": "18.2.0",
"react-calendar-heatmap": "^1.9.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"react-horizontal-scrolling-menu": "^4.1.0",
"react-lottie-player": "^1.5.4",
"react-query": "^3.39.3",
"react-tooltip": "^4.5.1",
"styled-components": "^6.0.2",
"tailwindcss": "3.3.2",
"typescript": "5.1.5"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.60.1",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-next": "^0.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.8"
}
}