generated from oguzsh/rails-react-gql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 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
{
"name": "pollscope",
"private": true,
"dependencies": {
"@apollo/client": "^3.5.9",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@mantine/core": "^3.6.14",
"@mantine/hooks": "^3.6.14",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@types/react-dom": "^17.0.11",
"graphql": "^16.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-polls": "^1.2.0",
"turbolinks": "^5.2.0",
"typescript": "^4.5.5"
},
"version": "0.1.0",
"devDependencies": {
"@graphql-codegen/cli": "2.6.2",
"@graphql-codegen/typescript": "2.4.5",
"@graphql-codegen/typescript-operations": "2.3.2",
"@graphql-codegen/typescript-react-apollo": "3.2.8",
"@types/graphql": "^14.5.0",
"@types/react": "^17.0.39",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^14.0.2",
"postcss-preset-env": "^7.4.2",
"vite": "^2.7.7",
"vite-plugin-ruby": "^3.0.5"
},
"scripts": {
"gql:codegen": "graphql-codegen --config codegen.yml"
}
}