-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.33 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
{
"name": "smartspend-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "export NODE_ENV=local && next dev -p 8080",
"build": "export NODE_ENV=production && next build",
"deploy": "scp -i ~/.ssh/smartspend-ec2/smartspend.pem -r .next ec2-user@18.179.11.248:~/smartspend-web",
"export": "next export",
"start": "next start -p 8080",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.14.2",
"@mui/x-date-pickers": "^6.10.2",
"@types/node": "20.4.5",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"date-fns": "^2.30.0",
"dayjs": "^1.11.9",
"eslint": "8.45.0",
"eslint-config-next": "13.4.12",
"mui-tel-input": "^3.2.2",
"next": "^13.4.19",
"next-themes": "^0.2.1",
"postcss": "8.4.27",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-material-ui-carousel": "^3.4.2",
"react-resize-detector": "^9.1.0",
"react-slick": "^0.29.0",
"sharp": "^0.32.5",
"slick-carousel": "^1.8.1",
"sweetalert2": "^11.7.21",
"tailwindcss": "^3.3.3",
"typescript": "5.1.6",
"url-loader": "^4.1.1"
},
"devDependencies": {
"@types/react-slick": "^0.23.10"
}
}