-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.58 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.58 KB
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
{
"name": "dashboard",
"private": true,
"version": "0.0.0",
"scripts": {
"preinstall": "npx only-allow yarn",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"ci": "yarn install --immutable --immutable-cache --check-cache"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@types/lodash": "^4.14.182",
"antd": "^4.21.3",
"axios": "^0.27.2",
"lodash": "^4.17.21",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-helmet": "^6.1.0",
"react-markdown": "^8.0.3",
"react-router-dom": "^6.3.0",
"react-toastify": "^9.0.5",
"read-excel-file": "^5.3.5",
"universal-cookie": "^4.0.4"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/react-helmet": "^6.1.5",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"@vitejs/plugin-react": "^1.3.0",
"autoprefixer": "^10.4.7",
"eslint": "^7.32.0 || ^8.2.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"git-format-staged": "^3.0.0",
"less": "^4.1.3",
"postcss": "^8.4.14",
"prettier": "2.6.2",
"tailwindcss": "^3.1.2",
"typescript": "^4.6.3",
"vite": "^2.9.9"
}
}