-
Notifications
You must be signed in to change notification settings - Fork 265
/
package.json
120 lines (120 loc) · 3.83 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "slash-admin",
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "https://d3george.github.io/react-admin-template",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"prepare": "husky install"
},
"dependencies": {
"@ant-design/cssinjs": "^1.17.2",
"@ant-design/icons": "^5.2.6",
"@fullcalendar/common": "^5.11.5",
"@fullcalendar/core": "^6.1.9",
"@fullcalendar/daygrid": "^6.1.9",
"@fullcalendar/interaction": "^6.1.9",
"@fullcalendar/list": "^6.1.9",
"@fullcalendar/react": "^6.1.9",
"@fullcalendar/timegrid": "^6.1.9",
"@fullcalendar/timeline": "^6.1.9",
"@iconify/react": "^4.1.1",
"@tanstack/react-query": "^5.50.1",
"@tanstack/react-query-devtools": "^5.50.1",
"@vercel/analytics": "^1.2.2",
"@vitejs/plugin-react": "^4.1.0",
"antd": "^5.9.3",
"apexcharts": "^3.43.0",
"autosuggest-highlight": "^3.3.4",
"axios": "^1.5.1",
"classnames": "^2.3.2",
"color": "^4.2.3",
"dayjs": "^1.11.10",
"framer-motion": "^10.16.4",
"highlight.js": "^11.9.0",
"i18next": "^23.5.1",
"i18next-browser-languagedetector": "^7.1.0",
"nprogress": "^0.2.0",
"numeral": "^2.0.6",
"ramda": "^0.29.1",
"react": "18.2.0",
"react-apexcharts": "^1.4.1",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "18.2.0",
"react-error-boundary": "^4.0.13",
"react-helmet-async": "^2.0.5",
"react-i18next": "^13.2.2",
"react-icons": "^4.11.0",
"react-markdown": "^8.0.7",
"react-organizational-chart": "^2.2.1",
"react-quill": "^2.0.0",
"react-router-dom": "^6.16.0",
"react-use": "^17.4.0",
"rehype-highlight": "^6.0.0",
"rehype-raw": "^6.1.1",
"remark-gfm": "^3.0.1",
"reset-css": "^5.0.2",
"screenfull": "^6.0.2",
"simplebar-react": "^3.2.4",
"styled-components": "^6.0.9",
"zustand": "^4.4.3"
},
"devDependencies": {
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@faker-js/faker": "^8.1.0",
"@types/autosuggest-highlight": "^3.2.0",
"@types/color": "^3.0.4",
"@types/nprogress": "^0.2.1",
"@types/numeral": "^2.0.3",
"@types/ramda": "^0.29.6",
"@types/react": "^18.2.28",
"@types/react-beautiful-dnd": "^13.1.6",
"@types/react-dom": "^18.2.13",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.28",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.51.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^8.10.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.3.0",
"msw": "^2.4.9",
"postcss": "^8.4.31",
"postcss-import": "^15.1.0",
"postcss-nesting": "^11.3.0",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"rollup-plugin-visualizer": "^5.9.2",
"sass": "^1.69.3",
"stylelint": "^15.10.3",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^33.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.7.0",
"stylelint-order": "^6.0.3",
"tailwindcss": "^3.3.3",
"terser": "^5.26.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"vite": "^5.4.9",
"vite-plugin-svg-icons": "^2.0.1",
"vite-tsconfig-paths": "^5.0.1"
},
"msw": {
"workerDirectory": "public"
}
}