-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.2 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
62
63
64
65
66
67
68
69
70
71
72
{
"name": "graphql-genie-client",
"version": "1.0.2",
"repository": {
"type": "git",
"url": "git+https://github.com/genie-team/graphql-genie-client.git"
},
"author": "Genie Team",
"license": "MIT",
"description": "Fully Client Side GraphQL Using Genie",
"scripts": {
"start": "webpack-dev-server --config webpack.config.js",
"build": "webpack -p --config webpack.config.js"
},
"dependencies": {
"apollo-link": "^1.2.9",
"apollo-link-schema": "^1.2.0",
"classnames": "^2.2.6",
"fortune": "^5.5.17",
"fortune-localforage": "^1.3.0",
"graphiql": "^0.13.0",
"graphql": "^14.1.1",
"graphql-genie": "0.4.22",
"graphql-genie-subscriptions": "^1.0.11",
"graphql-subscriptions": "^1.0.0",
"graphql-tools": "^4.0.4",
"localforage": "^1.7.3",
"lodash": "^4.17.11",
"react": "^16.8.4",
"react-dom": "^16.8.4"
},
"devDependencies": {
"@types/classnames": "^2.2.7",
"@types/graphql": "^14.0.7",
"@types/lodash": "^4.14.122",
"@types/markdown-it": "^0.0.7",
"@types/react": "^16.8.7",
"@types/react-dom": "^16.8.2",
"autoprefixer": "^9.4.10",
"awesome-typescript-loader": "^5.2.1",
"babel-eslint": "^10.0.1",
"css-loader": "^2.1.1",
"eslint": "^5.15.1",
"eslint-plugin-react": "^7.12.4",
"mini-css-extract-plugin": "^0.5.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"raw-loader": "^1.0.0",
"style-loader": "^0.23.1",
"tslint": "^5.13.1",
"tslint-genie-rules": "^1.3.0",
"typescript": "^3.3.3333",
"uglifyjs-webpack-plugin": "^2.1.2",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.2.1"
},
"resolutions": {
"**/graphql": "14.0.0-rc.1",
"**/@types/graphql": "0.13.1",
"**/**/graphql": "14.0.0-rc.1",
"**/**/@types/graphql": "0.13.1",
"**/**/**/graphql": "14.0.0-rc.1",
"**/**/**/@types/graphql": "0.13.1",
"**/**/**/**/graphql": "14.0.0-rc.1",
"**/**/**/**/@types/graphql": "0.13.1",
"**/**/**/**/**/graphql": "14.0.0-rc.1",
"**/**/**/**/**/@types/graphql": "0.13.1",
"**/**/**/**/**/**/graphql": "14.0.0-rc.1",
"**/**/**/**/**/**/@types/graphql": "0.13.1"
}
}