-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.4 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
{
"name": "next-firebase",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"emulators:start": "firebase emulators:start",
"build": "next build",
"start": "next start",
"lint": "next lint --dir src",
"format": "prettier --write src",
"gql:codegen": "graphql-codegen --config codegen.yml"
},
"dependencies": {
"@apollo/client": "^3.6.7",
"apollo-server-micro": "^3.9.0",
"autoprefixer": "^10.4.7",
"daisyui": "^2.15.4",
"firebase-admin": "^10.3.0",
"graphql": "^16.5.0",
"micro": "^9.3.4",
"micro-cors": "^0.1.1",
"mongodb": "^4.7.0",
"next": "12.1.6",
"postcss": "^8.4.14",
"react": "18.1.0",
"react-dom": "18.1.0",
"tailwindcss": "^3.1.4",
"uuid": "^8.3.2"
},
"devDependencies": {
"@graphql-codegen/cli": "2.6.2",
"@graphql-codegen/typescript": "2.5.1",
"@graphql-codegen/typescript-operations": "2.4.2",
"@graphql-codegen/typescript-react-apollo": "3.2.16",
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
"@types/micro-cors": "^0.1.2",
"@types/node": "17.0.38",
"@types/react": "18.0.10",
"@types/react-dom": "18.0.5",
"@types/uuid": "^8.3.4",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "^8.5.0",
"firebase": "^9.8.3",
"firebase-tools": "^11.2.0",
"prettier": "2.7.1",
"typescript": "4.7.2"
}
}