-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.79 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "clientside-graphql",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aspirisen/clientside-graphql.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/aspirisen/clientside-graphql/issues"
},
"homepage": "https://github.com/aspirisen/clientside-graphql#readme",
"dependencies": {
"@apollo/react-hooks": "4.0.0",
"@types/html-webpack-template": "6.0.6",
"@types/node": "16.4.10",
"@types/react": "17.0.15",
"@types/react-dom": "17.0.9",
"class-validator": "0.13.1",
"exec-sh": "0.4.0",
"graphql": "15.5.1",
"html-webpack-template": "6.2.0",
"memfs": "3.2.2",
"node-polyfill-webpack-plugin": "1.1.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"reflect-metadata": "0.1.13",
"tsconfig-paths-webpack-plugin": "3.5.1",
"type-graphql": "1.1.1",
"typedi": "0.10.0"
},
"devDependencies": {
"@graphql-codegen/add": "3.0.0",
"@graphql-codegen/cli": "2.0.0",
"@graphql-codegen/fragment-matcher": "3.0.0",
"@graphql-codegen/near-operation-file-preset": "2.0.0",
"@graphql-codegen/typescript": "2.0.0",
"@graphql-codegen/typescript-operations": "2.0.0",
"@graphql-codegen/typescript-react-apollo": "3.0.0",
"@types/html-webpack-plugin": "3.2.6",
"@types/webpack": "5.28.0",
"@types/webpack-dev-server": "3.11.5",
"graphql-codegen-webpack-plugin": "0.0.7",
"html-webpack-plugin": "5.3.2",
"prettier": "2.3.2",
"ts-graphql-plugin": "2.1.3",
"ts-loader": "9.2.4",
"ts-node": "10.1.0",
"typescript": "4.3.5",
"webpack": "5.48.0",
"webpack-cli": "4.7.2",
"webpack-dev-server": "3.11.2"
}
}