mirror of
https://github.com/wassname/talk.git
synced 2026-06-28 01:01:01 +08:00
54 lines
1.7 KiB
JSON
54 lines
1.7 KiB
JSON
{
|
|
"name": "@coralproject/talk",
|
|
"version": "1.0.0",
|
|
"description": "A better commenting experience from Mozilla, The Washington Post, and The New York Times.",
|
|
"scripts": {
|
|
"start": "node dist/index.js",
|
|
"build": "tsc",
|
|
"watch": "nodemon --config .nodemonrc.json src/index.ts",
|
|
"lint": "prettier --write src/**/*.ts"
|
|
},
|
|
"author": "",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"apollo-server-express": "^1.3.6",
|
|
"bunyan": "^1.8.12",
|
|
"convict": "^4.3.0",
|
|
"dataloader": "^1.4.0",
|
|
"dotenv": "^6.0.0",
|
|
"dotize": "^0.2.0",
|
|
"express": "^4.16.3",
|
|
"express-static-gzip": "^0.3.2",
|
|
"graphql": "^0.13.2",
|
|
"graphql-config": "^2.0.1",
|
|
"graphql-tools": "^3.0.2",
|
|
"ioredis": "^3.2.2",
|
|
"joi": "^13.4.0",
|
|
"lodash": "^4.17.10",
|
|
"luxon": "^1.2.1",
|
|
"mongodb": "^3.0.10",
|
|
"performance-now": "^2.1.0",
|
|
"uuid": "^3.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bunyan": "^1.8.4",
|
|
"@types/convict": "^4.2.0",
|
|
"@types/dotenv": "^4.0.3",
|
|
"@types/express": "^4.16.0",
|
|
"@types/graphql": "^0.13.1",
|
|
"@types/ioredis": "^3.2.8",
|
|
"@types/joi": "^13.0.8",
|
|
"@types/lodash": "^4.14.109",
|
|
"@types/luxon": "^0.5.3",
|
|
"@types/mongodb": "^3.0.19",
|
|
"@types/uuid": "^3.4.3",
|
|
"graphql-playground-html": "^1.6.0",
|
|
"graphql-playground-middleware-express": "^1.7.0",
|
|
"nodemon": "^1.17.5",
|
|
"prettier": "^1.13.4",
|
|
"ts-node": "^6.1.1",
|
|
"tsconfig-paths": "^3.4.0",
|
|
"typescript": "^2.9.1"
|
|
}
|
|
}
|