-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) 路 1.06 KB
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) 路 1.06 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
{
"name": "super-great-pizza",
"private": true,
"dependencies": {
"@apollo/react-components": "^3.1.3",
"@apollo/react-hoc": "^3.1.3",
"@apollo/react-hooks": "^3.1.3",
"@babel/preset-react": "^7.6.3",
"@rails/webpacker": "^4.0.7",
"apollo-boost": "^0.4.4",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"graphql": "^14.5.8",
"prop-types": "^15.7.2",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"ts-loader": "^6.2.1",
"typescript": "^3.6.4"
},
"devDependencies": {
"@graphql-codegen/cli": "^1.8.3",
"@graphql-codegen/fragment-matcher": "1.8.3",
"@graphql-codegen/introspection": "1.8.3",
"@graphql-codegen/typescript": "1.8.3",
"@graphql-codegen/typescript-graphql-files-modules": "1.8.3",
"@graphql-codegen/typescript-operations": "1.8.3",
"@graphql-codegen/typescript-react-apollo": "1.8.3",
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.3",
"webpack-dev-server": "^3.9.0"
},
"scripts": {
"codegen": "graphql-codegen --config codegen.yml"
}
}