shadowfacts.net/package.json

46 lines
1.1 KiB
JSON
Raw Permalink 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/markdown-it": "0.0.7",
"@types/morgan": "^1.7.35",
"@types/node": "^14.14.41",
"@types/request": "^2.48.1",
2019-02-22 00:17:59 +00:00
"@types/sanitize-html": "^1.18.2",
"@types/sass": "^1.16.0",
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",
2021-09-09 14:31:03 +00:00
"chokidar": "^3.5.2",
2019-01-04 18:14:53 +00:00
"date-fns": "^1.30.1",
"ejs": "^2.6.1",
"express": "^4.16.4",
"highlight.js": "^10.7.2",
2019-01-04 18:14:53 +00:00
"markdown-it": "^8.4.2",
2019-09-17 01:48:32 +00:00
"markdown-it-footnote": "^3.0.2",
"morgan": "^1.9.1",
2022-05-16 04:41:01 +00:00
"node-fetch": "^2.6.7",
"pg": "^8.5.1",
"reflect-metadata": "^0.1.13",
"request": "^2.88.0",
2019-02-22 00:17:59 +00:00
"sanitize-html": "^1.20.0",
"sass": "^1.26.9",
"typeorm": "^0.2.32",
"typescript": "^4.2.4",
2019-02-18 18:47:43 +00:00
"uuid": "^3.3.2"
2019-08-18 22:28:08 +00:00
},
"devDependencies": {
"ts-node": "^9.1.1"
2019-01-04 18:14:53 +00:00
}
}