-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.16 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
{
"name": "tracker",
"private": true,
"version": "2.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"test": "vitest",
"coverage": "vitest --coverage",
"test:ui": "vitest --ui",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"-": "0.0.1",
"@ant-design/icons": "^5.0.1",
"@ant-design/plots": "^2.2.2",
"@ant-design/pro-components": "^2.4.6",
"@ant-design/pro-skeleton": "^2.1.3",
"@antv/color-util": "^2.0.6",
"@reduxjs/toolkit": "^2.2.5",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@types/mapbox-gl": "^3.1.0",
"@types/styled-components": "^5.1.26",
"antd": "^5.4.6",
"antd-img-crop": "^4.12.2",
"apexcharts": "^3.39.0",
"axios": "^1.3.6",
"bcryptjs": "^2.4.3",
"classnames": "^2.3.2",
"dotenv": "^16.0.3",
"g": "^2.0.1",
"mapbox-gl": "^3.3.0",
"moment": "^2.29.4",
"rc-queue-anim": "^2.0.0",
"rc-scroll-anim": "^2.7.6",
"rc-tween-one": "^3.0.6",
"react": "^18.2.0",
"react-apexcharts": "^1.4.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-redux": "^9.1.2",
"react-router-dom": "^6.10.0",
"resize-observer-polyfill": "^1.5.1",
"socket.io-client": "^4.6.1",
"styled-components": "^6.0.0",
"whatwg-fetch": "^3.6.2"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/customize-cra": "^1.0.4",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/webpack-env": "^1.18.0",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@vitejs/plugin-react-swc": "^3.0.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"eslint": "^9.3.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.0",
"happy-dom": "^14.11.0",
"jsdom": "^24.0.0",
"less": "^4.1.3",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite-plugin-node": "^3.0.2",
"vitest": "^1.6.0",
"vitest-canvas-mock": "^0.3.3"
}
}