forked from Uconnect-Technologies/wertik-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
93 lines (93 loc) · 2.47 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
{
"name": "wertik-js",
"version": "1.7.9",
"main": "lib/main.js",
"repository": "https://github.com/Uconnect-Technologies/wertik-js.git",
"welcomeResponse": "Welcome to wertik, You are successfully running Wertik.",
"keywords": [
"mysql",
"graphql",
"nodejs",
"boilerplate",
"javascript",
"starter-kit",
"mongodb",
"api",
"saas",
"saas-boilerplate",
"concepts",
"wertik-js",
"database",
"express-js",
"express-graphql",
"express-graphql-boilerplate",
"mongodb-database",
"mongoose",
"reactjs",
"vuejs"
],
"homepage": "http://www.wapgee.com/wertik-js",
"author": "Ilyas Karim <[email protected]> ",
"license": "MIT",
"scripts": {
"dev": "concurrently \"npm run watch-ts\" \"nodemon lib/devServer.js\" ",
"dev-without-nodemon": "concurrently \"npm run watch-ts\" \"node lib/devServer.js\" ",
"build": "npm run clean && npm run build-ts",
"production": "node lib/devServer.js",
"watch-ts": "tsc -w"
},
"dependencies": {
"apollo-server": "^2.8.2",
"apollo-server-express": "^2.9.4",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"chalk": "^3.0.0",
"cors": "^2.8.5",
"csv-parse": "^4.8.5",
"express": "^4.16.4",
"faker": "^4.1.0",
"graphql": "^14.1.1",
"graphql-fields": "^2.0.3",
"handlebars": "^4.5.3",
"jsonwebtoken": "^8.4.0",
"lodash": "^4.17.15",
"log-symbols": "^3.0.0",
"moment": "^2.23.0",
"mongoose": "^5.7.5",
"mongoose-paginate": "^5.0.3",
"morgan": "^1.9.1",
"mysql2": "^1.6.4",
"nodemailer": "^5.0.0",
"request-ip": "^2.1.3",
"shelljs": "^0.8.3",
"winston": "^3.1.0",
"ws": "^7.2.0"
},
"devDependencies": {
"@types/body-parser": "^1.16.8",
"@types/cors": "^2.8.4",
"@types/dotenv": "^4.0.3",
"@types/express": "^4.16.0",
"@types/http-codes": "^1.0.1",
"@types/jsonwebtoken": "^7.2.8",
"@types/knex": "^0.14.19",
"@types/morgan": "^1.7.35",
"@types/node": "^9.6.50",
"@types/nodemailer": "^4.3.4",
"@types/query-string": "^6.1.0",
"@types/redis": "^2.8.6",
"@types/supertest": "^2.0.5",
"@types/winston": "^2.4.4",
"concurrently": "^3.6.1",
"dotenv": "^6.2.0",
"http-status-codes": "^1.3.0",
"module-alias": "^2.1.0",
"nodemon": "^1.18.9",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"sequelize": "^5.21.2",
"sequelize-cli": "^5.4.0",
"tslint": "^5.17.0",
"typescript": "^3.5.1"
}
}