-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.81 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
{
"name": "qlaffont-website",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3100",
"build": "next build",
"start": "next start",
"lint": "npx tsc --noEmit && next lint --fix",
"prepare": "husky install"
},
"dependencies": {
"@headlessui/react": "2.2.0",
"@notionhq/client": "2.2.15",
"clsx": "2.1.1",
"color-hash": "2.0.2",
"date-fns": "^4.0.0",
"dayjs": "^1.11.9",
"ioredis": "^5.3.2",
"lodash": "4.17.21",
"next": "14.2.18",
"next-seo": "6.6.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-scroll-to-top": "3.0.0",
"react-transition-group": "4.4.5",
"rosetty-react": "3.0.225",
"sass": "1.81.0",
"usehooks-ts": "3.1.0"
},
"devDependencies": {
"@commitlint/config-conventional": "19.5.0",
"@tailwindcss/forms": "0.5.9",
"@tailwindcss/line-clamp": "0.4.4",
"@types/color-hash": "2.0.0",
"@types/lodash": "4.17.13",
"@types/node": "22.9.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react-transition-group": "4.4.11",
"@typescript-eslint/eslint-plugin": "8.14.0",
"@typescript-eslint/parser": "8.14.0",
"animate.css": "4.1.1",
"autoprefixer": "10.4.20",
"commitlint": "19.5.0",
"eslint": "9.15.0",
"eslint-config-next": "14.2.18",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-simple-import-sort": "12.1.1",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.8",
"tailwind": "4.0.0",
"tailwind-animatecss": "1.0.0",
"tailwindcss": "3.4.15",
"typescript": "5.6.3"
},
"lint-staged": {
"*.{ts,tsx}": "eslint --fix"
},
"packageManager": "pnpm@9.13.2"
}