-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.51 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
{
"name": "ilonsi-shop",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"analyze": "cross-env ANALYZE=true next build",
"lint": "next lint --dir Components --dir UI --dir pages --dir views",
"format": "prettier --write **/*.ts --write **/*.tsx --write **/*.json --write **/*.scss"
},
"dependencies": {
"@emotion/cache": "^11.7.1",
"@emotion/react": "^11.9.0",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.8.0",
"@mui/lab": "^5.0.0-alpha.86",
"@mui/material": "^5.8.1",
"@mui/x-date-pickers": "^5.0.0-alpha.6",
"@reduxjs/toolkit": "^1.8.2",
"@types/react-redux": "^7.1.24",
"axios": "^0.27.2",
"classnames": "^2.3.1",
"dayjs": "^1.11.2",
"i18next": "^21.8.4",
"next": "12.1.6",
"next-i18next": "^11.0.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-hook-form": "^7.32.2",
"react-minimal-pie-chart": "^8.3.0",
"react-redux": "^8.0.2",
"sharp": "^0.30.6",
"simplebar-react": "^2.4.1",
"swiper": "^8.2.1"
},
"devDependencies": {
"@next/bundle-analyzer": "^12.1.6",
"@types/node": "17.0.35",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.5",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"eslint": "^8.17.0",
"eslint-plugin-react": "^7.30.0",
"prettier": "2.6.2",
"sass": "^1.52.1",
"typescript": "4.7.2"
}
}