-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.57 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
{
"name": "invoicing-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.7.2",
"@apollo/server": "^4.8.1",
"@as-integrations/next": "^2.0.1",
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/material": "^5.10.17",
"@mui/styled-engine-sc": "^5.10.16",
"@mui/x-date-pickers": "^5.0.10",
"@next-auth/mongodb-adapter": "^1.1.1",
"@next/eslint-plugin-next": "^13.5.4",
"@nextui-org/react": "^1.0.0-beta.10",
"@reduxjs/toolkit": "^1.8.6",
"@swc/helpers": "^0.5.1",
"axios": "^1.2.1",
"formik": "^2.2.9",
"graphql": "^16.6.0",
"moment": "^2.29.4",
"mongodb": "^4.13.0",
"mongoose": "^6.7.1",
"mongoose-autopopulate": "^0.16.1",
"next": "^13.4.7",
"next-auth": "^4.18.6",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-aria": "^3.21.0",
"react-country-region-selector": "^3.6.1",
"react-datepicker": "^4.8.0",
"react-dom": "18.2.0",
"react-icons": "^4.7.1",
"react-number-format": "^5.1.2",
"react-redux": "^8.0.4",
"styled-components": "^5.3.6",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/node": "^18.8.5",
"@types/react": "18.0.21",
"@types/react-datepicker": "^4.8.0",
"@types/react-dom": "18.0.6",
"@types/styled-components": "^5.1.26",
"eslint": "8.25.0",
"eslint-config-next": "12.3.1",
"typescript": "^5.1.6"
}
}