-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.16 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "@queertangocollective/website",
"version": "1.0.13",
"description": "Server-side rendered websites for communties using Queer Tango Collective administration tools",
"main": "dist/index.js",
"scripts": {
"start": "ts-node index.ts",
"prepublishOnly": "rm -rf dist; tsc -p . --outDir dist; cp -R src/views dist/src",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Tim Evans <tim.c.evans@me.com>",
"license": "Apache-2.0",
"dependencies": {
"@atjson/document": "^0.13.4",
"@atjson/hir": "^0.11.6",
"@atjson/offset-annotations": "^0.13.4",
"@atjson/renderer-hir": "^0.11.6",
"@atjson/source-mobiledoc": "^0.13.6",
"@sentry/node": "^4.4.2",
"@types/dotenv": "^6.1.0",
"@types/express": "^4.16.0",
"@types/handlebars": "^4.0.39",
"@types/js-beautify": "^1.8.0",
"@types/knex": "^0.15.1",
"@types/stripe": "^6.25.0",
"body-parser": "^1.18.3",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"handlebars": "^4.1.0",
"js-beautify": "^1.8.9",
"knex": "^0.16.2",
"pg": "^7.4.1",
"stripe": "^6.25.1",
"ts-node": "^7.0.1",
"typescript": "^3.2.2"
}
}