-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.72 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.72 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
{
"name": "ninedot",
"private": true,
"version": "0.0.0",
"type": "module",
"engines": {
"node": ">=20.0.0",
"pnpm": ">=8.0.0"
},
"scripts": {
"dev": "vite",
"build": "pnpm lint && tsc -b && vite build",
"lint": "eslint 'src/**/*.{ts,tsx,js,jsx}'",
"preview": "vite preview",
"svgr": "npx @svgr/cli -d src/assets/svg --ignore-existing --typescript --no-dimensions public/svg",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "chromatic --exit-zero-on-changes",
"generate-types": "openapi-typescript https://api.ninedot.p-e.kr/v3/api-docs/v1 -o ./src/__generated__/schema.d.ts"
},
"dependencies": {
"@reduxjs/toolkit": "^2.8.2",
"@tanstack/react-query": "^5.81.5",
"@vanilla-extract/recipes": "^0.5.7",
"axios": "^1.10.0",
"clsx": "^2.1.1",
"lottie-react": "^2.4.1",
"openapi-typescript": "^7.8.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-redux": "^9.2.0",
"react-router-dom": "^7.6.3",
"zustand": "^5.0.8"
},
"devDependencies": {
"@chromatic-com/storybook": "^4.0.1",
"@eslint/js": "^9.29.0",
"@storybook/addon-a11y": "^9.0.15",
"@storybook/addon-docs": "^9.0.15",
"@storybook/addon-essentials": "^8.6.14",
"@storybook/addon-onboarding": "^9.0.16",
"@storybook/addon-vitest": "^9.0.15",
"@storybook/blocks": "^8.6.14",
"@storybook/preview-api": "^8.6.14",
"@storybook/react": "^9.0.15",
"@storybook/react-vite": "^9.0.15",
"@storybook/types": "^8.6.14",
"@tanstack/react-query-devtools": "^5.81.5",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@typescript-eslint/eslint-plugin": "^8.36.0",
"@vanilla-extract/css": "^1.17.4",
"@vanilla-extract/vite-plugin": "^5.0.7",
"@vitejs/plugin-react-swc": "^3.9.0",
"@vitest/browser": "^3.2.4",
"@vitest/coverage-v8": "^3.2.4",
"chromatic": "^13.1.2",
"eslint": "^9.29.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.5.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"eslint-plugin-regexp": "^2.9.0",
"eslint-plugin-storybook": "^9.0.15",
"globals": "^16.2.0",
"playwright": "^1.53.2",
"prettier": "^3.6.0",
"storybook": "^9.0.15",
"typescript": "~5.8.3",
"typescript-eslint": "^8.34.1",
"vite": "^4.5.0",
"vite-plugin-svgr": "^4.3.0",
"vitest": "^3.2.4"
},
"packageManager": "pnpm@10.12.4+sha512.5ea8b0deed94ed68691c9bad4c955492705c5eeb8a87ef86bc62c74a26b037b08ff9570f108b2e4dbd1dd1a9186fea925e527f141c648e85af45631074680184"
}