-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.61 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
{
"name": "links",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build:turbo": "turbo build",
"start": "next start",
"lint": "next lint && bun run biome check .",
"lint:fix": "next lint --fix && bun run biome check . --write",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test": "vitest"
},
"dependencies": {
"@baselime/node-opentelemetry": "^0.5.8",
"@biomejs/biome": "^1.9.3",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"animate.css": "^4.1.1",
"autoprefixer": "10.4.20",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"eslint-plugin-jest-dom": "^5.4.0",
"eslint-plugin-testing-library": "^6.3.0",
"geist": "^1.3.1",
"htmr": "^1.0.2",
"lucide-react": "^0.447.0",
"microcms-js-sdk": "^3.1.2",
"next": "14.2.14",
"postcss": "8.4.47",
"qrcode.react": "^4.0.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwind-merge": "^2.5.3",
"tailwind-variants": "^0.2.1",
"tailwindcss": "3.4.13",
"tailwindcss-animate": "^1.0.7",
"the-new-css-reset": "^1.11.3",
"typescript": "5.6.2",
"umt": "^1.9.0",
"vaul": "^1.0.0"
},
"devDependencies": {
"@storybook/addon-essentials": "^8.3.5",
"@storybook/addon-interactions": "^8.3.5",
"@storybook/addon-links": "^8.3.5",
"@storybook/addon-onboarding": "^8.3.5",
"@storybook/addon-viewport": "^8.3.5",
"@storybook/blocks": "^8.3.5",
"@storybook/experimental-addon-test": "^8.3.5",
"@storybook/experimental-nextjs-vite": "^8.3.5",
"@storybook/nextjs": "^8.3.5",
"@storybook/react": "^8.3.5",
"@storybook/test": "^8.3.5",
"@types/node": "22.7.4",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "^4.3.2",
"@vitest/browser": "^2.1.2",
"@vitest/coverage-v8": "^2.1.2",
"dependency-cruiser": "^16.4.2",
"encoding": "^0.1.13",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.14",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-storybook": "^0.9.0",
"eslint-plugin-unicorn": "^54.0.0",
"happy-dom": "^15.7.4",
"playwright": "^1.47.2",
"storybook": "^8.3.5",
"turbo": "^2.1.3",
"vite": "^5.4.8",
"vitest": "^2.1.2"
},
"packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}