generated from doinel1a/next-ts-shadcn-ui
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
79 lines (79 loc) · 2.4 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
{
"type": "module",
"private": true,
"license": "MIT",
"author": {
"name": "Doinel Atanasiu",
"email": "[email protected]",
"url": "https://business-link.d1a.app"
},
"repository": {
"type": "git",
"url": "https://github.com/doinel1a/next-ts-shadcn-next-ui"
},
"scripts": {
"postinstall": "husky & playwright install",
"dev": "next dev --turbopack",
"build": "next build",
"preview": "next start",
"typecheck": "tsc --noEmit",
"lint": "next lint",
"lint:fix": "next lint --fix",
"format": "prettier --write **/**/*.{html,css,scss,js,jsx,cjs,mjs,ts,tsx,mdx} --cache",
"test": "playwright test",
"test:ui": "playwright test --ui"
},
"dependencies": {
"@nextui-org/button": "^2.2.7",
"@nextui-org/dropdown": "^2.3.7",
"@nextui-org/system": "^2.4.4",
"@nextui-org/theme": "^2.4.3",
"@radix-ui/react-dropdown-menu": "^2.1.3",
"@radix-ui/react-slot": "^1.1.1",
"@t3-oss/env-nextjs": "^0.11.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^11.14.4",
"lucide-react": "^0.468.0",
"next": "15.1.0",
"next-themes": "^0.4.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.24.1"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"@playwright/test": "^1.49.1",
"@total-typescript/ts-reset": "^0.6.1",
"@types/eslint": "^9.6.1",
"@types/node": "22.10.2",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"autoprefixer": "10.4.20",
"cssnano": "^7.0.6",
"eslint": "8.57.0",
"eslint-config-next": "15.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-sonarjs": "^0.25.1",
"eslint-plugin-unicorn": "^56.0.1",
"husky": "^9.1.7",
"lint-staged": "^15.2.11",
"postcss": "8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"sass": "^1.83.0",
"tailwindcss": "3.4.16",
"typescript": "5.7.2"
}
}