-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.31 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.31 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
{
"name": "exclusive-shop",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint && stylelint src/** && knip",
"knip": "knip"
},
"browserslist": [
"defaults",
"safari >= 8"
],
"dependencies": {
"@ant-design/nextjs-registry": "^1.0.0",
"@reduxjs/toolkit": "^2.2.6",
"antd": "^5.19.4",
"chart.js": "^4.4.3",
"formik": "^2.4.6",
"i18next": "^23.12.2",
"i18next-browser-languagedetector": "^8.0.0",
"next": "14.2.4",
"nextjs-toploader": "^1.6.12",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18",
"react-highlight-words": "^0.20.0",
"react-i18next": "^15.0.0",
"react-redux": "^9.1.2",
"react-slick": "^0.30.2",
"redux-persist": "^6.0.0",
"sharp": "^0.33.4",
"slick-carousel": "^1.8.1",
"uuid": "^10.0.0",
"yup": "^1.4.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-highlight-words": "^0.20.0",
"@types/react-slick": "^0.23.13",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"knip": "^5.27.0",
"prettier": "^3.3.3",
"stylelint": "^16.6.1",
"stylelint-config-standard-scss": "^13.1.0",
"typescript": "^5"
}
}