-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.07 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
{
"name": "cascinarampina",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"prebuild": "node generateStatic",
"build": "next build",
"start": "next start",
"codegen": "graphql-codegen --config codegen.yml"
},
"dependencies": {
"-": "^0.0.1",
"@types/lodash": "^4.14.164",
"D": "^1.0.0",
"dayjs": "^1.9.5",
"graphql": "^15.4.0",
"graphql-import": "^1.0.2",
"graphql-tag": "^2.11.0",
"immer": "^7.0.14",
"lodash": "^4.17.20",
"next": "10.0.1",
"react": "17.0.1",
"react-cookie-consent": "^6.0.0",
"react-dom": "17.0.1",
"react-image-gallery": "^1.0.8",
"theme-ui": "^0.3.1"
},
"devDependencies": {
"@graphql-codegen/cli": "1.19.1",
"@graphql-codegen/introspection": "1.18.0",
"@graphql-codegen/typescript": "1.17.11",
"@graphql-codegen/typescript-operations": "1.17.9",
"@types/node": "^14.14.6",
"@types/react": "^16.9.55",
"@types/react-image-gallery": "^1.0.0",
"@types/theme-ui": "^0.3.7",
"globby": "^11.0.1",
"typescript": "^4.0.5"
}
}