-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
73 lines (73 loc) · 2.31 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
{
"name": "dnd-11th-7-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "tsc && eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.12.0",
"@tanstack/react-query": "^5.51.1",
"axios": "^1.7.4",
"babel-runtime": "^6.26.0",
"dayjs": "^1.11.11",
"framer-motion": "^11.3.28",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.13",
"react-helmet-async": "^2.0.5",
"react-lottie": "^1.2.9",
"react-router-dom": "^6.24.1",
"upgrade": "^1.1.0"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.6.1",
"@emotion/babel-plugin": "^11.12.0",
"@storybook/addon-a11y": "^8.2.3",
"@storybook/addon-essentials": "^8.2.3",
"@storybook/addon-interactions": "^8.2.3",
"@storybook/addon-links": "^8.2.3",
"@storybook/addon-onboarding": "^8.2.3",
"@storybook/blocks": "^8.2.3",
"@storybook/react": "8.2.8",
"@storybook/react-vite": "^8.2.9",
"@storybook/test": "^8.2.3",
"@tanstack/eslint-plugin-query": "^5.51.1",
"@tanstack/react-query-devtools": "^5.51.1",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react-lottie": "^1",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
"@yarnpkg/sdks": "^3.1.3",
"chromatic": "^11.5.5",
"eslint": "^8.45.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.34.4",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-vitest-globals": "^1.5.0",
"husky": "^9.0.11",
"hygen": "^6.2.11",
"msw": "^2.3.1",
"prettier": "^3.3.3",
"storybook": "^8.2.9",
"typescript": "5.3.3",
"vite": "^4.4.5",
"vite-plugin-svgr": "^4.2.0",
"vitest": "^2.0.3"
},
"packageManager": "[email protected]"
}