forked from shairyar/appsignal-apollo-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 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
{
"name": "appsignal-demo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npm run build && npm run prod",
"build": "NODE_ENV=production webpack --config ./webpack.server.js",
"prod": "NODE_OPTIONS=--max-old-space-size=4096 NODE_ENV=production node ./build/server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@appsignal/apollo-server": "^1.0.28",
"@appsignal/nodejs": "^2.3.5",
"@mikro-orm/core": "^5.1.3",
"@mikro-orm/postgresql": "^5.1.3",
"@types/koa": "^2.13.4",
"@types/lodash": "^4.14.182",
"@types/uuid": "^8.3.4",
"apollo-server-core": "^3.7.0",
"apollo-server-koa": "^3.7.0",
"clean-webpack-plugin": "^4.0.0",
"dotenv": "^16.0.0",
"fork-ts-checker-webpack-plugin": "^7.2.11",
"graphql": "^16.5.0",
"graphql-middleware": "^6.1.26",
"koa": "^2.13.4",
"lodash": "^4.17.21",
"ts-loader": "^9.3.0",
"typescript": "^4.6.4",
"uuid": "^8.3.2",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2",
"webpack-node-externals": "^3.0.0"
}
}