This repository has been archived by the owner on Feb 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
83 lines (83 loc) · 2.41 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
80
81
82
83
{
"name": "stock-chart-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"lint:fix": "eslint --ext .js,jsx,.ts,.tsx --fix",
"format": "prettier --write ./*/*.{js,jsx,ts,tsx,json,css}",
"test:e2e": "playwright test",
"jest": "jest --watch",
"coverage": "jest --coverage"
},
"dependencies": {
"@mantine/core": "^5.9.5",
"@mantine/dates": "^5.9.5",
"@mantine/hooks": "^5.9.5",
"@mantine/modals": "^5.9.5",
"@mantine/next": "^5.9.5",
"@reduxjs/toolkit": "^1.9.5",
"@supabase/supabase-js": "^1.35.2",
"@supabase/ui": "^0.36.5",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.4.3",
"aos": "^2.3.4",
"axios": "^0.27.2",
"cookie": "^0.5.0",
"dayjs": "^1.11.3",
"dotenv": "^16.0.3",
"echarts": "^5.3.2",
"echarts-for-react": "^3.0.2",
"googleapis": "^100.0.0",
"jest-fetch-mock": "^3.0.3",
"lightweight-charts": "^3.8.0",
"mantine-dates-6": "^1.2.0",
"msw": "^1.2.1",
"next": "12.1.4",
"next-router-mock": "^0.9.3",
"next-seo": "^5.4.0",
"query-string": "^7.1.1",
"react": "^17.0.2",
"react-datepicker": "^4.11.0",
"react-dom": "^17.0.2",
"react-hook-form": "^7.30.0",
"react-icons": "^4.8.0",
"react-query": "^3.39.1",
"react-redux": "^8.0.5",
"react-slick": "^0.29.0",
"sharp": "^0.31.0",
"slick-carousel": "^1.8.1",
"type-fest": "^3.8.0"
},
"devDependencies": {
"@playwright/test": "^1.32.3",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.5",
"@types/aos": "^3.0.4",
"@types/cookie": "^0.5.1",
"@types/jest": "^29.5.0",
"@types/node": "17.0.23",
"@types/react": "17.0.43",
"@types/react-datepicker": "^4.10.0",
"@types/react-dom": "17.0.14",
"@types/react-slick": "^0.23.10",
"@types/testing-library__jest-dom": "^5.14.5",
"autoprefixer": "^10.4.7",
"eslint": "8.12.0",
"eslint-config-next": "^12.1.4",
"eslint-config-prettier": "^8.5.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"matchmedia-polyfill": "^0.3.2",
"next-sitemap": "^3.1.15",
"postcss": "^8.4.13",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.10",
"tailwindcss": "^3.0.24",
"typescript": "4.6.3"
}
}