-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.82 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
{
"name": "bazaar-next",
"version": "5.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"set-root": "bazaar set-root",
"lint": "next lint",
"fix:prettier": "prettier --write . '!.next' '!.node_modules' '!tools/output/**/.next'"
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.3",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.6",
"@mui/lab": "^5.0.0-alpha.162",
"@mui/material": "^5.15.6",
"@mui/x-date-pickers": "^6.19.2",
"@next/third-parties": "^14.2.3",
"apexcharts": "^3.45.2",
"axios": "^1.6.7",
"axios-mock-adapter": "^1.22.0",
"clsx": "^2.1.0",
"cross-env": "^7.0.3",
"currency.js": "^2.0.4",
"date-fns": "^3.3.1",
"formik": "^2.4.5",
"i18next": "^23.8.1",
"lodash": "^4.17.21",
"next": "14.1.0",
"next-i18next": "^15.2.0",
"notistack": "^3.0.1",
"nprogress": "^0.2.0",
"prettier": "^3.2.4",
"react": "^18.2.0",
"react-apexcharts": "^1.4.1",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-i18next": "^14.0.1",
"react-insta-stories": "^2.6.2",
"react-scroll": "^1.9.0",
"react-slick": "^0.30.1",
"sharp": "^0.33.2",
"simplebar-react": "^3.2.4",
"slick-carousel": "^1.8.1",
"stylis": "^4.3.1",
"stylis-plugin-rtl": "^2.1.1",
"yup": "^1.3.3"
},
"devDependencies": {
"@types/node": "20.11.10",
"@types/nprogress": "^0.2.3",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@types/react-scroll": "^1.8.10",
"@types/react-slick": "^0.23.13",
"@types/stylis": "^4.2.5",
"bazaar-tools": "^1.0.2",
"eslint": "8.56.0",
"eslint-config-next": "14.1.0",
"typescript": "5.3.3"
}
}