-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.13 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
{
"name": "maxundmurat-shop",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^2.8.10",
"@nextui-org/react": "^1.0.0-beta.7",
"@reduxjs/toolkit": "^1.6.2",
"@trefox/sleekshop-js": "^0.1.3",
"algoliasearch": "^4.13.1",
"axios": "^0.27.2",
"dotenv": "^16.0.1",
"eslint": "^7.32.0",
"feather-icons": "^4.29.0",
"fs": "0.0.1-security",
"jquery": "^3.6.0",
"next": "^12.0.0",
"react": "^17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.31.3",
"react-instantsearch-dom": "^6.26.0",
"react-redux": "^7.2.6",
"react-toastify": "^9.0.1",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/jquery": "^3.5.14",
"@types/node": "^17.0.13",
"@types/react": "17.0.33",
"@types/react-instantsearch-dom": "^6.12.3",
"autoprefixer": "^10.3.7",
"eslint-config-next": "12.0.0",
"postcss": "^8.3.11",
"tailwind-bootstrap-grid": "^5.0.1",
"tailwindcss": "^2.2.17",
"typescript": "4.4.4"
}
}