-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.68 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
{
"name": "sunshine-store",
"version": "0.1.0",
"private": true,
"author": {
"name": "Meirbek Beisenov",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/Meirbek-dev/sunshine-store"
},
"scripts": {
"build": "next build",
"dev": "next dev --turbopack -p 3001",
"lint": "eslint --cache .",
"check": "tsc --incremental --noEmit",
"start": "next start",
"format": "prettier --write --cache .",
"format-check": "prettier --check --cache ."
},
"dependencies": {
"@headlessui/react": "2.2.0",
"@vercel/functions": "^1.5.1",
"axios": "1.7.9",
"clsx": "2.1.1",
"eslint-plugin-react-compiler": "^19.0.0-beta-df7b47d-20241124",
"lucide-react": "0.468.0",
"next": "15.0.4",
"query-string": "9.1.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hot-toast": "2.4.1",
"sunshine-store": "file:",
"tailwind-merge": "2.5.5",
"zustand": "^5.0.2"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "0.4.2",
"@types/node": "22.10.1",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"autoprefixer": "10.4.20",
"date-fns": "4.1.0",
"eslint": "9.16.0",
"eslint-config-next": "15.0.4",
"postcss": "8.4.49",
"prettier": "3.4.2",
"prettier-plugin-tailwindcss": "0.6.9",
"tailwindcss": "3.4.16",
"typescript": "5.7.2",
"typescript-eslint": "^8.17.0"
},
"packageManager": "[email protected]+sha512.c8180b3fbe4e4bca02c94234717896b5529740a6cbadf19fa78254270403ea2f27d4e1d46a08a0f56c89b63dc8ebfd3ee53326da720273794e6200fcf0d184ab",
"overrides": {
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0"
}
}