-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 3 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
84
85
86
87
88
89
90
{
"name": "theoribeiro.com-next",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev --turbo",
"preinstall": "npx only-allow pnpm",
"build": "next build && next-export-optimize-images",
"postbuild": "next-sitemap --config next-sitemap.config.cjs",
"start": "npx serve@latest out",
"start:next": "next start",
"start:static": "pnpm dlx serve@latest out",
"lint:eslint": "next lint",
"typecheck": "tsc --noEmit --skipLibCheck",
"lint": "next lint && tsc --noEmit --skipLibCheck",
"test": "vitest",
"test:ui": "vitest --ui --coverage",
"prepare": "husky"
},
"dependencies": {
"@formkit/auto-animate": "^0.8.2",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@t3-oss/env-nextjs": "^0.10.1",
"babel-plugin-react-compiler": "0.0.0-experimental-938cd9a-20240601",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"next": "15.0.0-rc.0",
"next-sitemap": "^4.2.3",
"react": "19.0.0-rc-f994737d14-20240522",
"react-dom": "19.0.0-rc-f994737d14-20240522",
"react-hotkeys-hook": "^4.5.0",
"react-icons": "^5.2.1",
"react-photo-album": "^2.4.0",
"react-player": "^2.16.0",
"react-schemaorg": "^2.0.0",
"schema-dts": "^1.1.2",
"sharp": "^0.33.4",
"tailwind-merge": "^2.3.0",
"vaul": "^0.9.1",
"yet-another-react-lightbox": "^3.19.0",
"zod": "^3.23.8",
"zod-validation-error": "^3.3.0"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/cz-commitlint": "^19.2.0",
"@tailwindcss/typography": "^0.5.13",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"autoprefixer": "^10.4.19",
"commitizen": "^4.3.0",
"daisyui": "^4.12.2",
"eslint": "^8.57.0",
"eslint-config-next": "15.0.0-rc.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest-dom": "^5.4.0",
"eslint-plugin-react-compiler": "0.0.0-experimental-53bb89e-20240515",
"eslint-plugin-testing-library": "^6.2.2",
"eslint-plugin-vitest": "^0.4.1",
"husky": "^9.0.11",
"inquirer": "^9.2.23",
"jsdom": "^24.1.0",
"lint-staged": "^15.2.5",
"next-export-optimize-images": "^4.5.0",
"postcss": "^8.4.38",
"prettier": "^3.3.1",
"prettier-plugin-tailwindcss": "^0.6.2",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.4.5",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0"
}
}