-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.99 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
67
68
69
70
71
72
{
"name": "mock-project",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "^11.10.0",
"@emotion/react": "^11.10.0",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@hookform/resolvers": "^2.9.7",
"@mui/icons-material": "^5.8.4",
"@mui/joy": "^5.0.0-alpha.43",
"@mui/material": "^5.10.1",
"@mui/x-data-grid": "^5.15.3",
"@reduxjs/toolkit": "^1.8.5",
"axios": "^0.27.2",
"cookies": "^0.8.0",
"cssnano": "^5.1.13",
"fill-range": "^7.0.1",
"http-proxy": "^1.18.1",
"next": "12.2.5",
"next-auth": "^4.10.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-facebook-login": "^4.1.1",
"react-file-base64": "^1.0.3",
"react-google-login": "^5.2.2",
"react-hook-form": "^7.34.2",
"react-inner-image-zoom": "^3.0.2",
"react-material-ui-carousel": "^3.4.2",
"react-multi-carousel": "^2.8.2",
"react-redux": "^8.0.2",
"react-responsive-carousel": "^3.2.23",
"react-spinners": "^0.13.4",
"recharts": "2.1.9",
"redux-persist": "^6.0.0",
"semantic-ui-css": "^2.4.1",
"swiper": "^8.3.2",
"swr": "^1.3.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@swc/cli": "^0.1.57",
"@swc/core": "^1.2.242",
"autoprefixer": "^10.4.8",
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8"
},
"description": "This is a mini Adidas e-commerce site using `NextJS`, `Tailwind CSS`, `MUI`, `react-hook-form`, `redux`",
"main": "next.config.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuongducdai/mock-project.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/vuongducdai/mock-project/issues"
},
"homepage": "https://github.com/vuongducdai/mock-project#readme"
}