mirror of https://github.com/Trivernis/whooshy.git
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.
31 lines
718 B
JSON
31 lines
718 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.16.4",
|
|
"express-compile-sass": "latest",
|
|
"express-graphql": "0.8.0",
|
|
"express-session": "latest",
|
|
"fs-extra": "7.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-smartarrows": "^1.0.1",
|
|
"morgan": "1.9.1",
|
|
"node-sass": "4.12.0",
|
|
"pg": "^7.11.0",
|
|
"pug": "2.0.3"
|
|
}
|
|
}
|