-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 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
{
"name": "royal-planning-poker-serverg-poker",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/Gitarcitano/royal-planning-poker-server.git",
"author": "Giovanne Faccio Tarcitano <[email protected]>",
"license": "MIT",
"scripts": {
"dev:server": "ts-node-dev --no-notify --respawn --transpile-only server.ts"
},
"dependencies": {
"apollo-server": "^2.21.1",
"dotenv": "^8.2.0",
"graphql": "^15.5.0",
"graphql-modules": "^1.4.1",
"mongoose": "^5.12.0",
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"@types/graphql": "^14.5.0",
"@types/node": "^14.14.34",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"eslint": "^7.22.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.1.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"prettier": "^2.2.1",
"ts-node-dev": "^1.1.6",
"typescript": "^4.2.3"
}
}