-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.13 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
{
"scripts": {
"layer0:dev": "layer0 dev",
"layer0:build": "layer0 build",
"layer0:deploy": "layer0 deploy layer0-docs",
"dev": "next dev",
"build": "next build",
"start": "next start",
"deploy": "layer0 deploy",
"lint": "next lint",
"format": "prettier '**/*' --write --ignore-unknown"
},
"name": "graphql-caching-example",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.4.8",
"graphql": "^15.5.1",
"next": "11.0.1",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@layer0/cli": "4.0.1-next-1632405384-b3d555c48.0",
"@layer0/core": "4.0.1-next-1632405384-b3d555c48.0",
"@layer0/devtools": "4.0.1-next-1632405384-b3d555c48.0",
"@layer0/next": "4.0.1-next-1632405384-b3d555c48.0",
"@layer0/prefetch": "4.0.1-next-1632405384-b3d555c48.0",
"@layer0/react": "4.0.1-next-1632405384-b3d555c48.0",
"@tailwindcss/line-clamp": "^0.2.1",
"autoprefixer": "^10.3.6",
"eslint": "7.32.0",
"eslint-config-next": "11.0.1",
"postcss": "^8.3.8",
"prettier": "^2.4.1",
"tailwindcss": "^2.2.16"
}
}