generated from doinel1a/vanilla-next-ts
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.22 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.22 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
{
"private": true,
"type": "module",
"license": "MIT",
"author": {
"name": "Doinel Atanasiu",
"email": "doinel1atanasiu@gmail.com",
"url": "https://business-link.d1a.app"
},
"repository": {
"type": "git",
"url": "https://github.com/doinel1a/next-ts-hero-ui"
},
"scripts": {
"postinstall": "husky & playwright install",
"dev": "next dev --turbopack",
"build": "next build",
"preview": "next start",
"typecheck": "tsc --noEmit",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"format": "prettier --write **/**/*.{html,css,scss,js,jsx,cjs,mjs,ts,tsx,mdx} --cache",
"test": "playwright test",
"test:ui": "playwright test --ui"
},
"dependencies": {
"@heroui/button": "2.2.29",
"@heroui/dropdown": "2.3.29",
"@heroui/system": "2.4.25",
"@heroui/theme": "2.4.25",
"@t3-oss/env-nextjs": "0.13.10",
"@tanstack/react-query": "5.90.16",
"@tanstack/react-query-devtools": "5.91.2",
"framer-motion": "12.23.26",
"lucide-react": "0.562.0",
"next": "16.1.1",
"next-themes": "0.4.6",
"react": "19.2.3",
"react-dom": "19.2.3",
"zod": "4.3.4"
},
"devDependencies": {
"@commitlint/cli": "20.3.0",
"@commitlint/config-conventional": "20.3.0",
"@eslint/eslintrc": "3.3.3",
"@ianvs/prettier-plugin-sort-imports": "4.7.0",
"@next/eslint-plugin-next": "16.1.1",
"@playwright/test": "1.57.0",
"@tailwindcss/postcss": "4.1.18",
"@tanstack/eslint-plugin-query": "5.91.2",
"@total-typescript/ts-reset": "0.6.1",
"@types/node": "25.0.3",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"cssnano": "7.1.2",
"eslint": "9.39.2",
"eslint-config-next": "16.1.1",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "7.0.1",
"eslint-plugin-sonarjs": "3.0.5",
"eslint-plugin-unicorn": "62.0.0",
"husky": "9.1.7",
"lint-staged": "16.2.7",
"postcss": "8.5.6",
"prettier": "3.7.4",
"prettier-plugin-tailwindcss": "0.7.2",
"sass": "1.97.1",
"tailwindcss": "4.1.18",
"typescript": "5.9.3",
"typescript-eslint": "8.51.0"
}
}