-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.59 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
{
"name": "graphql-bole",
"version": "0.0.1",
"description": "GraphQL API for Bole",
"main": "src/index.js",
"scripts": {
"build": "foy build",
"migrate": "npm run build && node .build/migrate.js",
"start": "foy develop",
"serve": "foy serve"
},
"author": "David L Dyess II",
"license": "MIT",
"dependencies": {
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-graphql": "^0.12.0",
"express-validator": "^6.12.1",
"gamedig": "^3.0.7",
"graphql": "^15.5.3",
"graphql-scalars": "^1.10.1",
"md5": "^2.3.0",
"mysql2": "^2.3.0",
"response-time": "^2.3.2",
"sequelize": "^6.6.5",
"steam-web-async": "^1.0.3",
"steamid": "^2.0.0",
"winston": "^3.3.3"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5",
"@babel/node": "^7.15.4",
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
"@babel/plugin-transform-regenerator": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.4",
"@babel/register": "^7.15.3",
"@babel/runtime": "^7.15.4",
"babel-eslint": "^10.1.0",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-babel-module": "^5.3.1",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-module-resolver": "^1.4.0",
"eslint-plugin-prettier": "^4.0.0",
"foy": "^0.2.12",
"husky": "^7.0.2",
"lint-staged": "^11.1.2",
"nodemon": "^2.0.12",
"prettier": "^2.3.2"
}
}