-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.7 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.7 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
{
"name": "@teacoder/web",
"version": "0.1.0",
"packageManager": "yarn@4.13.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"prepare": "husky",
"prettier:format": "prettier --write .",
"prettier:check": "prettier --check .",
"release": "release-it"
},
"lint-staged": {
"src/**/*.{ts,tsx,json,md}": "prettier --write"
},
"dependencies": {
"@siberiacancode/reactuse": "^0.3.13",
"@tanstack/react-query": "^5.90.21",
"@tanstack/react-query-devtools": "^5.91.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.34.5",
"lucide-react": "^0.576.0",
"next": "16.1.6",
"radix-ui": "^1.4.3",
"react": "19.2.3",
"react-dom": "19.2.3",
"tailwind-merge": "^3.5.0",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@chromatic-com/storybook": "^5.0.1",
"@commitlint/cli": "^20.3.1",
"@commitlint/config-conventional": "^20.3.1",
"@commitlint/types": "^20.3.1",
"@storybook/addon-a11y": "^10.2.15",
"@storybook/addon-docs": "^10.2.15",
"@storybook/addon-vitest": "^10.2.15",
"@storybook/nextjs-vite": "^10.2.15",
"@tailwindcss/postcss": "^4",
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@vitest/browser-playwright": "^4.0.18",
"@vitest/coverage-v8": "^4.0.18",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"playwright": "^1.58.2",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"release-it": "^19.2.4",
"storybook": "^10.2.15",
"tailwindcss": "^4",
"typescript": "^5",
"vite": "^7.3.1",
"vitest": "^4.0.18"
}
}