-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
131 lines (131 loc) · 4.53 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
{
"scripts": {
"start": "node ./server/server.js",
"dev": "babel-node ./tools/dev watch",
"tunnel": "NGROK_TUNNEL=true NODE_ENV=staging yarn run build && yarn run start",
"start:tunnel": "NGROK_TUNNEL=true yarn run build && yarn run start",
"dev:dashboard": "webpack-dashboard -- babel-node ./tools/dev",
"~postinstall": "typeorm schema:sync && typeorm migrations:run && yarn run build && yarn run start",
"generate-schema": "apollo-codegen introspect-schema https://localhost:1488/graphql --insecure --output graphql.schema.json"
},
"engines": {
"node": "7.7.1",
"npm": "4.1.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SPAHI4/apollo-fullstack-starter-kit-advanced.git"
},
"license": "MIT",
"dependencies": {
"antd": "^2.8.1",
"apollo-client": "^1.0.0-rc.2",
"apollo-errors": "^1.4.0",
"apollo-upload-client": "^3.0.1",
"apollo-upload-server": "^2.0.0",
"app-root-path": "^2.0.1",
"babel-plugin-syntax-decorators": "^6.13.0",
"babel-polyfill": "^6.23.0",
"bcrypt": "^1.0.2",
"chalk": "^1.1.3",
"cheerio": "^0.22.0",
"cli-spinner": "^0.2.6",
"colors": "^1.1.2",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-graphql": "^0.6.1",
"eslint-plugin-jsx-a11y": "^4.0.0",
"graphql-anywhere": "^3.0.1",
"graphql-iso-date": "^3.1.0",
"graphql-server-koa": "^0.6.0",
"graphql-subscriptions": "^0.3.0",
"graphql-tag": "^2.0.0",
"graphql-tools": "^0.10.1",
"http2": "^3.3.6",
"jsonwebtoken": "^7.3.0",
"koa": "^2.0.1",
"koa-bodyparser": "^4.1.0",
"koa-compose": "^3.2.1",
"koa-helmet": "^3.1.0",
"koa-json-error": "^3.1.0",
"koa-jwt": "^3.0.0",
"koa-logger": "^2.0.1",
"koa-mount": "^2.0.0",
"koa-proxy": "^0.8.0",
"koa-ratelimit": "^4.0.0",
"koa-route": "^3.2.0",
"koa-send": "^3.3.0",
"koa-static": "^3.0.0",
"lodash": "^4.17.4",
"minilog": "^3.1.0",
"mysql": "^2.13.0",
"nodemon": "^1.11.0",
"raw-loader": "^0.5.1",
"react": "^15.4.2",
"react-apollo": "^0.13.2",
"react-dom": "^15.4.2",
"react-router-dom": "next",
"react-router-redux": "next",
"redux": "^3.6.0",
"reflect-metadata": "^0.1.10",
"subscriptions-transport-ws": "^0.5.5-alpha.0",
"typeorm": "^0.0.9",
"webpack-node-externals": "^1.5.4"
},
"devDependencies": {
"apollo-codegen": "^0.10.9",
"assets-webpack-plugin": "^3.5.1",
"babel-cli": "^7.0.0-alpha.5",
"babel-core": "^7.0.0-alpha.5",
"babel-eslint": "^7.1.1",
"babel-loader": "^7.0.0-beta.1",
"babel-plugin-import": "^1.1.1",
"babel-plugin-react-css-modules": "^2.6.0",
"babel-plugin-syntax-trailing-function-commas": "^7.0.0-alpha.5",
"babel-plugin-transform-class-properties": "^7.0.0-alpha.5",
"babel-plugin-transform-decorators": "^7.0.0-alpha.5",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-modules-commonjs": "^7.0.0-alpha.5",
"babel-plugin-transform-export-extensions": "^7.0.0-alpha.5",
"babel-plugin-transform-object-rest-spread": "^7.0.0-alpha.5",
"babel-plugin-transform-react-jsx-self": "^7.0.0-alpha.5",
"babel-plugin-transform-react-jsx-source": "^7.0.0-alpha.5",
"babel-preset-env": "^1.2.1",
"babel-preset-es2017-node7": "https://github.com/tengattack/babel-preset-es2017-node7.git#master",
"babel-preset-latest": "^7.0.0-alpha.5",
"babel-preset-react": "^7.0.0-alpha.5",
"babel-preset-stage-3": "^7.0.0-alpha.5",
"css-loader": "^0.27.3",
"elegant-status": "^1.1.0",
"eslint": "^3.17.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-react": "^6.10.3",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.10.1",
"html-webpack-plugin": "^2.28.0",
"http-proxy-middleware": "^0.17.4",
"inspect-process": "^0.4.2",
"jest": "^19.0.2",
"koa-connect": "^2.0.0",
"koa-webpack": "^0.3.1",
"less": "^2.7.2",
"less-loader": "^3.0.0",
"node-notifier": "^5.0.2",
"ora": "^1.1.0",
"postcss": "^5.2.16",
"postcss-cssnext": "^2.9.0",
"postcss-csso": "^2.0.0",
"postcss-import": "^9.1.0",
"postcss-loader": "^1.3.3",
"postcss-reporter": "^3.0.0",
"react-hot-loader": "next",
"source-map-support": "^0.4.13",
"style-loader": "^0.13.2",
"url-loader": "^0.5.8",
"webpack": "^2.2.1",
"webpack-dashboard": "^0.3.0",
"webpack-dev-server": "^2.4.2",
"webpack-hot-middleware": "^2.17.1",
"webpack-merge": "^4.0.0",
"webpack-splitting-manifest-plugin": "^0.0.2"
}
}