-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.86 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 1.86 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
{
"name": "elixir-online-shop",
"title": "Elixir Online Shop",
"description": "Online Shopping Marketplace: Clothes, Shoes, Beauty, Electronics and More",
"author": {
"name": "Ali Bagheri",
"email": "alibagheri2079.dev@gmail.com",
"url": "https://www.github.com/alibagheri2079"
},
"keywords": [
"Elixir",
"Online Shop",
"Clothes",
"Shoes",
"Beauty",
"Electronics"
],
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install"
},
"dependencies": {
"@clerk/nextjs": "^4.29.1",
"@formatjs/intl-localematcher": "^0.5.2",
"@mantine/carousel": "^7.3.2",
"@mantine/colors-generator": "^7.3.2",
"@mantine/core": "^7.3.2",
"@mantine/hooks": "^7.3.2",
"@mantine/notifications": "^7.3.2",
"@tabler/icons-react": "^2.44.0",
"chroma-js": "^2.4.2",
"clsx": "^2.0.0",
"embla-carousel-autoplay": "^8.0.0-rc17",
"embla-carousel-react": "^7.1.0",
"framer-motion": "^10.16.16",
"negotiator": "^0.6.3",
"next": "14.0.4",
"react": "^18",
"react-dom": "^18",
"sharp": "^0.33.1",
"swell-js": "^3.24.4",
"swell-node": "^5.6.0",
"swr": "^2.2.4"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/negotiator": "^0.6.3",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "^9.1.0",
"husky": "^8.0.0",
"lint-staged": "^15.2.0",
"postcss": "^8.4.32",
"postcss-preset-mantine": "^1.12.1",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.1.1",
"stylelint": "^16.0.2",
"stylelint-config-standard": "^35.0.0",
"stylelint-order": "^6.0.4",
"typescript": "^5"
}
}