This repository has been archived by the owner on Jul 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
168 lines (168 loc) · 5.49 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
{
"name": "lpack-ts-react-apollo",
"version": "1.0.0",
"license": "MIT",
"author": "Nathan Braun <n8tz.js@gmail.com>",
"scripts": {
"build": "lpack :www&&lpack :api",
"start-dev": "lpack-run :dev start",
"start": "lpack-run :prod start",
"runBrowser": "start http://localhost:8080"
},
"dependencies": {
"@apollo/react-hooks": "^3.1.3",
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-decorators": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@babel/register": "^7.0.0",
"@graphql-codegen/cli": "^1.1.3",
"@graphql-codegen/fragment-matcher": "^1.1.3",
"@graphql-codegen/typescript": "^1.1.3",
"@graphql-codegen/typescript-operations": "^1.1.3",
"@graphql-codegen/typescript-react-apollo": "^1.1.3",
"@graphql-toolkit/schema-merging": "^0.9.7",
"@hot-loader/react-dom": "^16.8.6",
"@types/compression-webpack-plugin": "^2.0.0",
"@types/graphql": "^14.2.0",
"@types/history": "^4.7.2",
"@types/html-webpack-plugin": "^3.2.0",
"@types/kcors": "^2.2.3",
"@types/koa": "^2.0.48",
"@types/koa-router": "^7.0.40",
"@types/koa-send": "^4.1.2",
"@types/koa-webpack": "^5.0.1",
"@types/lodash": "^4.14.126",
"@types/mini-css-extract-plugin": "^0.2.0",
"@types/node": "^12.0.0",
"@types/prop-types": "^15.7.1",
"@types/react": "^16.8.17",
"@types/react-dom": "^16.8.4",
"@types/react-helmet": "^5.0.8",
"@types/react-hot-loader": "^4.1.0",
"@types/react-router-dom": "^4.3.3",
"@types/require-from-string": "^1.2.0",
"@types/source-map-support": "^0.5.0",
"@types/webpack": "^4.4.31",
"@types/webpack-dev-server": "^3.1.5",
"@types/webpack-node-externals": "^1.6.3",
"@types/ws": "^6.0.1",
"apollo-cache-inmemory": "^1.5.1",
"apollo-client": "^2.5.1",
"apollo-link": "^1.2.11",
"apollo-link-error": "^1.1.10",
"apollo-link-http": "^1.5.14",
"apollo-link-state": "^0.4.2",
"apollo-link-ws": "^1.0.17",
"apollo-server-express": "^2.10.0",
"apollo-utilities": "^1.2.1",
"autoprefixer": "^9.4.1",
"babel-core": "^6.26.3",
"babel-eslint": "^9.0.0",
"babel-loader": "^8.0.6",
"babel-plugin-emotion": "^10.0.9",
"babel-plugin-transform-react-remove-prop-types": "^0.4.21",
"body-parser": "^1.18.2",
"brotli-webpack-plugin": "^1.1.0",
"bufferutil": "^4.0.1",
"chalk": "^2.4.2",
"clean-webpack-plugin": "^1.0.0",
"commander": "^4.1.1",
"compression-webpack-plugin": "^2.0.0",
"cross-env": "^5.2.0",
"cross-fetch": "^3.0.2",
"css-hot-loader": "^1.4.4",
"css-loader": "^2.1.1",
"cssnano": "^4.1.10",
"debounce": "^1.2.0",
"debug-logger": "^0.4.1",
"dot-tpl-loader": "^1.2.1",
"dotenv": "^8.0.0",
"express": "^4.17.1",
"file-loader": "^3.0.1",
"fkill": "^6.2.0",
"graphql": "^14.6.0",
"graphql-tag": "^2.10.1",
"graphql-tools": "^4.0.6",
"hard-source-webpack-plugin": "^0.13.1",
"history": "^4.9.0",
"hoist-non-react-methods": "^1.1.0",
"hoist-non-react-statics": "^3.2.1",
"html-webpack-plugin": "^3.2.0",
"http-proxy": "^1.17.0",
"husky": "^2.2.0",
"is": "^3.3.0",
"json-loader": "^0.5.7",
"kcors": "^2.2.2",
"layer-pack": "^1.0.1",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"lint-staged": "^8.1.6",
"lodash": "^4.17.11",
"microseconds": "^0.1.0",
"mime": "^1.6.0",
"mini-css-extract-plugin": "^0.6.0",
"minimist": "^1.2.0",
"mobx": "^5.9.4",
"mobx-react-lite": "^1.3.2",
"moment": "^2.23.0",
"node-sass": "^4.12.0",
"nodemon": "^2.0.2",
"null-loader": "^0.1.1",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"ora": "^3.4.0",
"postcss": "^7.0.6",
"postcss-calc": "^7.0.1",
"postcss-comment": "^2.0.0",
"postcss-custom-properties": "^8.0.9",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-mixins": "^6.2.0",
"postcss-nested": "^4.1.0",
"postcss-preset-env": "^6.6.0",
"postcss-simple-vars": "^5.0.1",
"prettier": "^1.17.0",
"prop-types": "^15.6.0",
"raw-loader": "^4.0.0",
"react": "^16.8.6",
"react-addons-css-transition-group": "^15.6.2",
"react-addons-transition-group": "^15.6.2",
"react-apollo": "^3.1.3",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"react-hot-loader": "^4.8.4",
"react-router-dom": "^5.0.0",
"require-from-string": "^2.0.2",
"resolve-url-loader": "^3.1.0",
"rimraf": "^2.6.3",
"sass-loader": "^7.1.0",
"shortid": "^2.2.8",
"source-map-explorer": "^2.0.1",
"source-map-loader": "^0.2.4",
"source-map-support": "^0.5.12",
"strip-json-comments": "^3.0.1",
"strip-json-comments-loader": "0.0.2",
"style-loader": "^0.23.1",
"subscriptions-transport-ws": "^0.9.16",
"superagent": "^3.8.2",
"svg-react-loader": "^0.4.6",
"ts-node": "^8.1.0",
"tslint": "^5.16.0",
"typescript": "^3.4.5",
"url-loader": "^1.1.2",
"utf-8-validate": "^5.0.2",
"wait-on": "^3.3.0",
"webpack": "^4.31.0",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.10",
"webpack-dev-middleware": "^3.5.1",
"webpack-dev-server": "^3.1.14",
"webpack-hot-middleware": "^2.24.3"
}
}