-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.55 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.55 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
{
"name": "12th-finsight-fe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "chromatic"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.15",
"axios": "^1.13.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"firebase": "^12.9.0",
"lucide-react": "^0.563.0",
"next": "^16.1.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-intersection-observer": "^10.0.2",
"tailwind-animate": "^0.2.10",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"zustand": "^4.5.2"
},
"devDependencies": {
"@chromatic-com/storybook": "^4.1.3",
"@storybook/addon-a11y": "^10.1.11",
"@storybook/addon-docs": "^10.1.11",
"@storybook/addon-onboarding": "^10.1.11",
"@storybook/addon-vitest": "^10.1.11",
"@storybook/nextjs-vite": "^10.1.11",
"@types/node": "^20.14.12",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitest/browser-playwright": "^4.0.16",
"@vitest/coverage-v8": "^4.0.16",
"autoprefixer": "^10.4.19",
"chromatic": "^13.3.4",
"eslint": "^8.57.0",
"eslint-config-next": "^16.1.1",
"eslint-plugin-storybook": "^10.1.11",
"playwright": "^1.57.0",
"postcss": "^8.4.40",
"storybook": "^10.1.11",
"tailwindcss": "^3.4.7",
"typescript": "^5.5.4",
"vite": "^7.3.0",
"vitest": "^4.0.16"
}
}