shadowfacts.net/package.json

40 lines
988 B
JSON
Raw Normal View History

2019-01-04 18:14:53 +00:00
{
"name": "shadowfacts.net",
"version": "1.0.0",
2019-01-04 20:01:41 +00:00
"private": true,
"license": "UNLICENSED",
2019-01-04 18:14:53 +00:00
"scripts": {
2019-06-30 01:52:27 +00:00
"start": "tsc -p . && node built/index.js"
2019-01-04 18:14:53 +00:00
},
"dependencies": {
"@sindresorhus/slugify": "^0.6.0",
"@types/body-parser": "^1.17.0",
2019-03-01 23:42:28 +00:00
"@types/ejs": "^2.6.3",
"@types/express": "^4.16.1",
2019-03-01 23:42:28 +00:00
"@types/highlight.js": "^9.12.3",
"@types/markdown-it": "0.0.7",
"@types/morgan": "^1.7.35",
2019-03-01 23:42:28 +00:00
"@types/node-sass": "^3.10.32",
"@types/request": "^2.48.1",
2019-02-22 00:17:59 +00:00
"@types/sanitize-html": "^1.18.2",
2019-03-01 23:42:28 +00:00
"@types/sindresorhus__slugify": "^0.6.0",
"@types/sqlite3": "^3.1.4",
"@types/uuid": "^3.4.4",
"body-parser": "^1.18.3",
2019-01-04 18:14:53 +00:00
"date-fns": "^1.30.1",
"ejs": "^2.6.1",
"express": "^4.16.4",
2019-01-04 18:14:53 +00:00
"highlight.js": "^9.13.1",
"markdown-it": "^8.4.2",
"morgan": "^1.9.1",
"node-sass": "^4.12.0",
"pg": "^7.11.0",
"reflect-metadata": "^0.1.13",
"request": "^2.88.0",
2019-02-22 00:17:59 +00:00
"sanitize-html": "^1.20.0",
"typeorm": "^0.2.18",
"typescript": "^3.5.2",
2019-02-18 18:47:43 +00:00
"uuid": "^3.3.2"
2019-01-04 18:14:53 +00:00
}
}