-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.44 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.44 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
{
"name": "mudev_frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"tsc": "tsc",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"storybook": "storybook dev --initial-path=/storybook --no-open",
"build-storybook": "storybook build"
},
"dependencies": {
"@emotion/babel-plugin": "^11.11.0",
"@emotion/css": "^11.11.2",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@local/asset": "link:src/asset",
"@local/const": "link:src/const",
"@local/network": "link:src/network",
"@local/page": "link:src/ui/page",
"@local/src": "link:src",
"@local/ui": "link:src/ui",
"@local/util": "link:src/util",
"@mdi/js": "^7.4.47",
"@mdi/react": "^1.6.1",
"@reduxjs/toolkit": "^2.1.0",
"@suspensive/react": "^1.25.3",
"@tanstack/react-query": "^5.17.19",
"@vitejs/plugin-react-swc": "^3.5.0",
"emotion-reset": "^3.0.1",
"jose": "^5.2.0",
"react": "^18.2.0",
"react-bootstrap": "^2.10.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.12",
"react-redux": "^9.1.0",
"react-router-dom": "^6.21.3",
"redux": "^5.0.1",
"remeda": "^1.38.0",
"typescript": "^5.3.3",
"ua-parser-js": "^1.0.37",
"vite": "^5.0.12"
},
"devDependencies": {
"@cspell/eslint-plugin": "^8.3.2",
"@storybook/addon-essentials": "^7.6.10",
"@storybook/addon-interactions": "^7.6.10",
"@storybook/addon-links": "^7.6.10",
"@storybook/blocks": "^7.6.10",
"@storybook/react": "^7.6.10",
"@storybook/react-vite": "^7.6.10",
"@storybook/test": "^7.6.10",
"@tanstack/react-query-devtools": "^5.17.21",
"@testing-library/dom": "^9.3.4",
"@testing-library/user-event": "^14.5.2",
"@types/react": "^18.2.48",
"@types/react-bootstrap": "^0.32.35",
"@types/react-dom": "^18.2.18",
"@types/ua-parser-js": "^0.7.39",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-storybook": "^0.6.15",
"prettier": "^3.2.4",
"storybook": "^7.6.10"
}
}