-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
83 lines (83 loc) · 2.62 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": "antd-multi-dashboard",
"private": "false",
"type": "module",
"readme": "ERROR: No README data found!",
"_id": "antd-multi-dashboard@1.1.0",
"version": "1.4.2",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"changeset": "changeset",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"prettier:write": "prettier . --write",
"prepare": "husky install"
},
"dependencies": {
"@ant-design/charts": "^1.4.2",
"@ant-design/colors": "^7.0.2",
"@ant-design/icons": "^5.3.0",
"@changesets/cli": "^2.26.2",
"@reduxjs/toolkit": "^2.2.3",
"@tanem/react-nprogress": "^5.0.51",
"antd": "^5.10.1",
"dayjs": "^1.11.9",
"firebase": "^10.8.0",
"interactjs": "^1.10.18",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-countup": "^6.4.2",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.6.4",
"react-helmet-async": "^1.3.0",
"react-redux": "^9.1.2",
"react-responsive": "^9.0.2",
"react-router-dom": "^6.15.0",
"react-transition-group": "^4.4.5",
"redux-persist": "^6.0.0"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@storybook/addon-essentials": "7.5.2",
"@storybook/addon-interactions": "7.5.2",
"@storybook/addon-links": "7.5.2",
"@storybook/addon-onboarding": "1.0.8",
"@storybook/blocks": "7.5.2",
"@storybook/manager-api": "^7.5.2",
"@storybook/react": "7.5.2",
"@storybook/react-vite": "7.5.2",
"@storybook/testing-library": "0.2.2",
"@storybook/theming": "^7.5.2",
"@types/lodash": "^4.14.197",
"@types/react": "^18.2.15",
"@types/react-calendar-timeline": "^0.28.2",
"@types/react-dom": "^18.2.7",
"@types/react-router-dom": "^5.3.3",
"@types/react-transition-group": "^4.4.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react-swc": "^3.3.2",
"chromatic": "^7.6.0",
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"eslint-plugin-storybook": "^0.6.15",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"prettier": "3.1.1",
"sass": "^1.66.1",
"storybook": "7.5.2",
"storybook-addon-react-router-v6": "^2.0.8",
"storybook-react-context": "^0.6.0",
"typescript": "^5.0.2",
"vite": "^4.5.3"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
}
}