-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
99 lines (99 loc) · 2.94 KB
/
Copy pathpackage.json
File metadata and controls
99 lines (99 loc) · 2.94 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
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
{
"name": "visit-link-admin-web",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"start": "vite",
"serve": "vite build && vite preview",
"build": "tsc -b && vite build",
"test": "vitest",
"test:ci": "vitest run --coverage",
"lint": "eslint .",
"preview": "vite preview",
"format": "prettier --write 'src/**/*.+(js|jsx|tsx|yml|yaml|css|md)'",
"prepare": "husky",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@ant-design/icons": "^5.4.0",
"@emotion/css": "^11.13.0",
"@emotion/is-prop-valid": "^1.3.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"antd": "^5.20.6",
"axios": "^1.7.5",
"dayjs": "^1.11.13",
"file-saver": "^2.0.5",
"formik": "^2.4.6",
"i18next": "^23.12.1",
"i18next-browser-languagedetector": "^8.0.0",
"qrcode.react": "^4.0.0",
"query-string": "^6.13.1",
"quill": "^2.0.2",
"radash": "^12.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.0.0",
"react-router-dom": "^6.26.1",
"styled-components": "^6.1.12",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz",
"zustand": "^4.5.5"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.9.0",
"@eslint/js": "^9.9.0",
"@spiriit/vite-plugin-svg-spritemap": "^2.2.4",
"@storybook/addon-essentials": "^8.2.9",
"@storybook/addon-interactions": "^8.2.9",
"@storybook/addon-links": "^8.2.9",
"@storybook/addon-onboarding": "^8.2.9",
"@storybook/blocks": "^8.2.9",
"@storybook/react": "^8.2.9",
"@storybook/react-vite": "^8.2.9",
"@storybook/test": "^8.2.9",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/chance": "^1.1.6",
"@types/file-saver": "^2.0.7",
"@types/node": "^22.5.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"@vitest/coverage-v8": "^2.0.5",
"browserslist": "^4.23.3",
"browserslist-to-esbuild": "^2.1.1",
"chance": "^1.1.12",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"eslint-plugin-storybook": "0.9.0--canary.156.da7873a.0",
"globals": "^15.9.0",
"husky": "^9.1.5",
"jsdom": "^25.0.0",
"lint-staged": "^15.2.9",
"msw": "^2.4.2",
"prettier": "^3.3.3",
"proxy-date": "^0.9.1",
"storybook": "^8.2.9",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.1",
"vite": "^5.4.1",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.0.5"
},
"browserslist": [
"defaults and fully supports es6-module",
"maintained node versions"
],
"engines": {
"node": ">=20.0.0"
},
"resolutions": {
"strip-ansi": "6.0.1"
}
}