You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
whooshy/package.json

32 lines
745 B
JSON

{
"name": "whooshy",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"connect-pg-simple": "5.0.0",
"cookie-parser": "1.4.4",
"debug": "4.1.1",
"express": "4.17.0",
"express-compile-sass": "latest",
"express-graphql": "0.8.0",
"express-session": "latest",
"fs-extra": "8.0.1",
"graphql": "14.3.0",
"graphql-import": "0.7.1",
"http-errors": "1.7.2",
"js-yaml": "latest",
"markdown-it": "8.4.2",
"markdown-it-emoji": "1.4.0",
"markdown-it-mark": "2.0.0",
"markdown-it-math": "4.1.1",
"markdown-it-smartarrows": "1.0.1",
"morgan": "1.9.1",
"node-sass": "4.12.0",
"pg": "7.11.0",
"pug": "2.0.3"
}
}