-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.15 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
{
"name": "fullstack-apollo-express-boilerplate-project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "babel-node src/index.js",
"test": "echo \"No test specified\" && exit 0"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.9",
"@babel/node": "^7.16.8",
"@babel/preset-env": "^7.16.11",
"nodemon": "^1.19.4"
},
"dependencies": {
"apollo-server": "^2.25.3",
"apollo-server-express": "^2.25.3",
"bcrypt": "^5.0.1",
"cors": "^2.8.4",
"dotenv": "^6.1.0",
"express": "^4.17.3",
"fs": "0.0.1-security",
"graphql": "^14.7.0",
"graphql-iso-date": "^3.6.1",
"graphql-resolvers": "^0.2.2",
"graphql-subscriptions": "^1.2.1",
"jsonwebtoken": "^8.3.0",
"node-cron": "^2.0.3",
"pg": "^7.18.2",
"pg-hstore": "^2.3.4",
"sequelize": "^5.22.5",
"sqlite3": "^4.1.0",
"subscriptions-transport-ws": "^0.9.19",
"uuid": "^3.4.0"
}
}