-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.02 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
{
"name": "visualize-publication-prototype",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "graphql-codegen && next build",
"start": "next start",
"lint": "next lint",
"gql:dev": "DOTENV_CONFIG_PATH=.env.local graphql-codegen -r dotenv/config --watch"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.14",
"@chakra-ui/react": "^1.6.5",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"framer-motion": "^4",
"graphql": "^15.5.1",
"next": "^11.0.1",
"react": "17.0.2",
"react-datocms": "^1.6.3",
"react-dom": "17.0.2",
"urql": "^2.0.4"
},
"devDependencies": {
"@graphql-codegen/cli": "^1.21.7",
"@graphql-codegen/introspection": "^1.18.2",
"@graphql-codegen/typescript": "^1.23.0",
"@graphql-codegen/typescript-operations": "^1.18.4",
"@graphql-codegen/typescript-urql": "^2.0.11",
"@types/react": "^17.0.15",
"eslint": "^7.31.0",
"eslint-config-next": "^11.0.1",
"typescript": "^4.3.5"
}
}