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.
29 lines
660 B
JSON
29 lines
660 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": "~2.6.9",
|
|
"express": "~4.16.1",
|
|
"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.6.3",
|
|
"js-yaml": "latest",
|
|
"markdown-it": "^8.4.2",
|
|
"markdown-it-emoji": "^1.4.0",
|
|
"morgan": "~1.9.1",
|
|
"node-sass": "^4.12.0",
|
|
"pg": "^7.11.0",
|
|
"pug": "2.0.0-beta11"
|
|
}
|
|
}
|