-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
57 lines (57 loc) · 1.57 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
{
"name": "t.time_client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/font": "13.1.1",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "18.0.10",
"@types/react-slick": "^0.23.10",
"axios": "^1.2.2",
"chart.js": "^4.2.1",
"eslint": "^8.30.0",
"eslint-config-next": "13.1.1",
"html2canvas": "^1.4.1",
"next": "13.1.1",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.2.0",
"react-gtm-module": "^2.0.11",
"react-query": "^3.39.2",
"react-slick": "^0.29.0",
"recoil": "^0.7.6",
"recoil-persist": "^4.2.0",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.6",
"styled-reset": "^4.4.4",
"typescript": "4.9.4"
},
"devDependencies": {
"@types/gtag.js": "^0.0.12",
"@types/react-gtm-module": "^2.0.1",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"babel-plugin-styled-components": "^2.0.7",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"msw": "^0.49.2",
"prettier": "^2.8.1"
},
"msw": {
"workerDirectory": "public"
}
}