-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) Β· 2.46 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
{
"name": "shuttle-cock",
"private": true,
"version": "1.0.0",
"type": "module",
"description": "π μ¬λ΄ μ
νλ²μ€ μ€μκ° μμΉ μ 보 μ 곡 μλΉμ€",
"packageManager": "[email protected]",
"author": "chan9yu <[email protected]>",
"contributors": [
{
"name": "chan9yu",
"email": "[email protected]"
},
{
"name": "rulrulmo",
"email": "[email protected]"
},
{
"name": "jhhongqwe",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/shuttle-cock/shuttle-cock_client"
},
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@tanstack/react-query": "^5.51.9",
"@vanilla-extract/css": "^1.15.3",
"@vanilla-extract/dynamic": "^2.1.1",
"@vanilla-extract/recipes": "^0.5.3",
"axios": "^1.7.7",
"dayjs": "^1.11.12",
"event-source-polyfill": "^1.0.31",
"framer-motion": "^11.3.7",
"leaflet": "^1.9.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.1",
"react-leaflet": "^4.2.1",
"react-router-dom": "^6.26.0",
"react-textarea-autosize": "^8.5.3",
"zustand": "^4.5.4"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.6.1",
"@storybook/addon-essentials": "^8.2.7",
"@storybook/addon-interactions": "^8.2.7",
"@storybook/addon-links": "^8.2.7",
"@storybook/addon-onboarding": "^8.2.7",
"@storybook/blocks": "^8.2.7",
"@storybook/react": "^8.2.7",
"@storybook/react-vite": "^8.2.7",
"@storybook/test": "^8.2.7",
"@types/event-source-polyfill": "^1.0.5",
"@types/leaflet": "^1.9.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@vanilla-extract/vite-plugin": "^4.0.13",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.34.4",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.8",
"eslint-plugin-storybook": "^0.8.0",
"prettier": "^3.3.3",
"storybook": "^8.2.7",
"typescript": "^5.5.3",
"vite": "^5.3.4",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^5.0.1"
}
}