-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1019 Bytes
/
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
{
"name": "samswear",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "11.6.0",
"@emotion/react": "11.7.0",
"@emotion/server": "11.4.0",
"@emotion/styled": "11.6.0",
"@material-ui/core": "^4.12.4",
"@mui/lab": "^5.0.0-alpha.102",
"@mui/material": "^5.10.8",
"apexcharts": "^3.23.1",
"clsx": "1.1.1",
"crypto-js": "^4.1.1",
"feather-icons-react": "^0.5.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.6.1",
"next": "12.3.0",
"react": "18.2.0",
"react-apexcharts": "^1.4.0",
"react-dom": "18.2.0",
"react-icons": "^4.4.0",
"react-toastify": "^9.0.8",
"react-top-loading-bar": "^2.3.1",
"vercel": "^28.4.8"
},
"devDependencies": {
"autoprefixer": "^10.4.9",
"eslint": "8.23.0",
"eslint-config-next": "12.3.0",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8"
}
}