-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.06 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
{
"name": "ulka",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/react-hooks": "^4.0.0",
"@apollo/react-ssr": "^4.0.0",
"@date-io/date-fns": "^1.3.13",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/pickers": "^3.3.10",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link-http": "^1.5.17",
"apollo-link-schema": "^1.2.5",
"apollo-server-micro": "^2.25.2",
"axios": "^0.21.1",
"dotenv": "^10.0.0",
"graphql": "^15.5.1",
"graphql-tag": "^2.12.5",
"graphql-tools": "^4.0.8",
"mongodb": "^3.6.9",
"mongoose": "^5.13.2",
"next": "11.0.1",
"react": "17.0.2",
"react-datepicker": "^4.1.1",
"react-dom": "17.0.2",
"react-hook-form": "^7.10.0",
"react-select": "^4.3.1",
"regex-parser": "^2.2.11"
},
"devDependencies": {
"eslint": "7.29.0",
"eslint-config-next": "11.0.1"
}
}