-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.2 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
{
"name": "gredich-nextjs-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky"
},
"dependencies": {
"@react-hookz/web": "24.0.4",
"@studio-freight/react-lenis": "0.0.46",
"@types/node": "20.12.2",
"@types/react": "18.2.73",
"@types/react-dom": "18.2.23",
"@typescript-eslint/eslint-plugin": "5.62.0",
"clsx": "2.1.0",
"eslint": "8.0.1",
"eslint-config-next": "13.4.7",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-n": "15.0.0",
"eslint-plugin-react": "7.32.2",
"gsap": "3.12.5",
"husky": "9.0.11",
"lint-staged": "15.2.2",
"next": "14.1.4",
"react": "18.2.0",
"react-device-detect": "2.2.3",
"react-dom": "18.2.0",
"tailwind-merge": "2.2.2",
"tailwind-variants": "0.2.1",
"typescript": "5.3.3",
"zustand": "4.5.2"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"autoprefixer": "10.4.17",
"postcss": "8.4.33",
"prettier": "3.2.4",
"prettier-plugin-tailwindcss": "0.5.11",
"tailwindcss": "3.4.1"
}
}