-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
126 lines (126 loc) · 3.88 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "hotkicks-ecommerce-template-in-nextjs-and-tailwindcss",
"version": "3.22.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"build-stats": "cross-env ANALYZE=true npm run build",
"clean": "rimraf .next .swc out coverage",
"lint": "next lint",
"format": "next lint --fix && prettier '**/*.{json,yaml}' --write --ignore-path .gitignore",
"check-types": "tsc --noEmit --pretty && tsc --project cypress --noEmit --pretty",
"test": "jest",
"commit": "cz",
"prepare": "husky install",
"postbuild": "next-sitemap"
},
"dependencies": {
"@glidejs/glide": "^3.6.2",
"@headlessui/react": "^1.7.17",
"@hookform/resolvers": "^3.3.1",
"@libsql/client": "^0.3.5",
"@splidejs/react-splide": "^0.7.12",
"@splidejs/splide": "^4.1.4",
"@splidejs/splide-extension-auto-scroll": "^0.5.3",
"@t3-oss/env-nextjs": "^0.6.1",
"@tailwindcss/forms": "^0.5.6",
"axios": "^1.5.1",
"framer-motion": "^10.16.4",
"hotkicks-ecommerce-template-in-nextjs-and-tailwindcss": "file:",
"next": "^14.2.5",
"next-seo": "^6.1.0",
"next-sitemap": "^4.2.3",
"next-themes": "^0.3.0",
"ramda": "^0.29.1",
"rc-slider": "^10.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.47.0",
"react-icons": "^4.11.0",
"react-popper": "^2.3.0",
"react-swipeable": "^7.0.1",
"react-use": "^17.4.0",
"sharp": "^0.32.6",
"zod": "^3.22.2"
},
"devDependencies": {
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@commitlint/cz-commitlint": "^17.7.2",
"@next/bundle-analyzer": "^13.5.3",
"@playwright/test": "^1.38.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/glidejs__glide": "^3.6.5",
"@types/jest": "^29.5.5",
"@types/node": "^20.8.0",
"@types/ramda": "^0.29.6",
"@types/react": "^18.2.24",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"autoprefixer": "^10.4.16",
"commitizen": "^4.3.0",
"cross-env": "^7.0.3",
"cssnano": "^6.0.1",
"dotenv-cli": "^7.3.0",
"encoding": "^0.1.13",
"eslint": "^8.50.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-next": "^14.2.5",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.4.2",
"eslint-plugin-jest-dom": "^5.1.0",
"eslint-plugin-jest-formatting": "^3.1.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-storybook": "^0.6.14",
"eslint-plugin-tailwindcss": "^3.13.0",
"eslint-plugin-testing-library": "^6.0.2",
"eslint-plugin-unused-imports": "^3.0.0",
"http-server": "^14.1.1",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.10",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"rimraf": "^5.0.5",
"semantic-release": "^24.2.0",
"start-server-and-test": "^2.0.1",
"tailwindcss": "^3.3.3",
"tsx": "^3.13.0",
"typescript": "^5.2.2"
},
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
},
"release": {
"branches": [
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
[
"@semantic-release/npm",
{
"npmPublish": false
}
],
"@semantic-release/git",
"@semantic-release/github"
]
},
"author": "Devspherelabs | ThemeAlchemy (https://www.themealchemy.com)"
}