shadowfacts.net/package.json

44 lines
1.0 KiB
JSON
Raw Normal View History

2019-01-04 13:14:53 -05:00
{
"name": "shadowfacts.net",
"version": "1.0.0",
2019-01-04 15:01:41 -05:00
"private": true,
"license": "UNLICENSED",
2019-01-04 13:14:53 -05:00
"scripts": {
2019-06-29 21:52:27 -04:00
"start": "tsc -p . && node built/index.js"
2019-01-04 13:14:53 -05:00
},
"dependencies": {
"@sindresorhus/slugify": "^0.6.0",
"@types/body-parser": "^1.17.0",
2019-03-01 18:42:28 -05:00
"@types/ejs": "^2.6.3",
"@types/express": "^4.16.1",
2019-03-01 18:42:28 -05:00
"@types/highlight.js": "^9.12.3",
"@types/markdown-it": "0.0.7",
"@types/morgan": "^1.7.35",
2019-03-01 18:42:28 -05:00
"@types/node-sass": "^3.10.32",
"@types/request": "^2.48.1",
2019-02-21 19:17:59 -05:00
"@types/sanitize-html": "^1.18.2",
2019-03-01 18:42:28 -05: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 13:14:53 -05:00
"date-fns": "^1.30.1",
"ejs": "^2.6.1",
"express": "^4.16.4",
2019-01-04 13:14:53 -05:00
"highlight.js": "^9.13.1",
"markdown-it": "^8.4.2",
2019-09-16 21:48:32 -04:00
"markdown-it-footnote": "^3.0.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-21 19:17:59 -05:00
"sanitize-html": "^1.20.0",
"typeorm": "^0.2.18",
"typescript": "^3.5.2",
2019-02-18 13:47:43 -05:00
"uuid": "^3.3.2"
2019-08-18 18:28:08 -04:00
},
"devDependencies": {
"ts-node": "^8.3.0"
2019-01-04 13:14:53 -05:00
}
}