-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.58 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
{
"name": "jewelry-store",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next -p 3002",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"devDependencies": {
"eslint": "^8.27.0",
"eslint-config-next": "^13.0.3",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"yarn-upgrade-all": "^0.7.1"
},
"dependencies": {
"@ant-design/react-slick": "^0.29.2",
"@reduxjs/toolkit": "^1.9.0",
"@tanstack/react-query": "^4.16.1",
"@tanstack/react-query-devtools": "^4.16.1",
"axios": "^1.1.3",
"bcryptjs": "^2.4.3",
"bootstrap": "^5.2.2",
"cookies-next": "^2.1.1",
"get-browser-fingerprint": "^2.1.1",
"http-status": "^1.5.3",
"iron-session": "^6.3.1",
"mapbox-gl": "^2.10.0",
"memory-cache": "^0.2.0",
"next": "^13.0.3",
"next-i18next": "^12.1.0",
"next-redux-wrapper": "^8.1.0",
"next-transpile-modules": "^10.0.0",
"nodemailer": "^6.8.0",
"nookies": "^2.5.2",
"qs": "^6.11.1",
"ra-data-json-server": "^4.5.0",
"ra-data-simple-rest": "^4.5.1",
"react": "^18.2.0",
"react-bootstrap": "^2.6.0",
"react-bootstrap-icons": "^1.9.1",
"react-dom": "^18.2.0",
"react-icons": "^4.6.0",
"react-image-gallery": "^1.2.11",
"react-map-gl": "^7.0.19",
"react-multi-carousel": "^2.8.2",
"react-redux": "^8.0.5",
"redux-persist": "^6.0.0",
"sass": "^1.56.1",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.6",
"styled-jsx": "^5.1.0",
"swr": "^1.3.0",
"ua-parser-js": "^1.0.32"
}
}