-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.73 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
{
"name": "paypact-7code-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "npx next lint",
"lint-fix": "npx next lint --fix",
"prepare": "husky install"
},
"engines": {
"node": "^18.16"
},
"dependencies": {
"@aws-amplify/auth": "^5.5.3",
"@date-io/dayjs": "^2.16.0",
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@mui/icons-material": "^5.13.7",
"@mui/lab": "^5.0.0-alpha.135",
"@mui/material": "^5.13.7",
"@reduxjs/toolkit": "^1.9.5",
"axios": "^1.4.0",
"dayjs": "^1.11.9",
"formik": "^2.4.2",
"next": "13.4.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "^8.1.1",
"redux": "^4.2.1",
"redux-persist": "^6.0.0",
"sass": "^1.63.6",
"swr": "^2.2.0",
"yup": "^1.2.0"
},
"devDependencies": {
"@types/google.maps": "^3.53.4",
"@types/node": "20.3.3",
"@types/react": "18.2.14",
"@types/react-redux": "^7.1.25",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"eslint": "8.44.0",
"eslint-config-next": "13.4.8",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-babel-module": "^5.3.2",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"prettier": "^2.8.8",
"typescript": "5.1.6"
},
"prettier": {
"singleQuote": true,
"arrowParens": "avoid"
}
}