-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.29 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.29 KB
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": "www",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "concurrently \"next dev\" \"graphql-codegen --config codegen.yml -r dotenv/config --watch\"",
"build": "yarn run gql && next build",
"start": "next start",
"gql": "graphql-codegen --config codegen.yml -r dotenv/config"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.3",
"@chakra-ui/react": "^1.1.4",
"@chakra-ui/system": "^1.1.5",
"@emotion/react": "^11.1.4",
"@emotion/styled": "^11.0.0",
"dotenv": "^8.2.0",
"framer-motion": "^3.2.1",
"graphql": "^15.4.0",
"graphql-request": "^3.4.0",
"luxon": "^1.25.0",
"next": "10.0.5",
"react": "17.0.1",
"react-dom": "17.0.1",
"wpapi": "^1.2.1"
},
"devDependencies": {
"@graphql-codegen/cli": "1.20.0",
"@graphql-codegen/import-types-preset": "^1.18.1",
"@graphql-codegen/near-operation-file-preset": "^1.17.13",
"@graphql-codegen/schema-ast": "^1.18.1",
"@graphql-codegen/typescript": "1.20.0",
"@graphql-codegen/typescript-graphql-request": "^3.0.0",
"@graphql-codegen/typescript-operations": "1.17.13",
"@types/luxon": "^1.25.2",
"@types/node": "^14.14.21",
"@types/react": "^17.0.0",
"@types/wpapi": "^1.1.0",
"concurrently": "^5.3.0",
"typescript": "^4.1.3"
}
}