This repository has been archived by the owner on Nov 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
70 lines (70 loc) · 2.06 KB
/
package.json
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "@trail-image/blog",
"description": "Trail Image blog",
"version": "5.1.3",
"private": false,
"author": {
"name": "Jason Abbott"
},
"license": "MIT",
"engines": {
"node": ">=12.0.0"
},
"main": "lib/app.js",
"scripts": {
"install": "./node_modules/.bin/tsc -p tsconfig.node.json",
"test": "jest --coverage",
"watch": "./node_modules/.bin/gulp watch",
"ts": "./node_modules/.bin/ts-node-dev --project tsconfig.node.json --respawn -- ./src/app.ts --serve"
},
"dependencies": {
"@toba/block-spam-referer": "^2.1.0",
"@toba/develop": "^6.8.2",
"@toba/feed": "^3.1.2",
"@toba/handlebars": "^2.1.1",
"@toba/node-tools": "^1.5.4",
"@trailimage/flickr-provider": "^3.2.2",
"@trailimage/google-provider": "^2.5.1",
"@trailimage/models": "^3.2.2",
"compression": "^1.7.0",
"express": "^4.16.0",
"node-fetch": "^2.2.0",
"uglify-js": "^3.8.1"
},
"devDependencies": {
"@toba/test": "^4.2.2",
"@types/compression": "1.0.0",
"@types/core-js": "^2.5.3",
"@types/express": "^4.17.4",
"@types/facebook-js-sdk": "^3.3.0",
"@types/gapi": "0.0.35",
"@types/geojson": "^7946.0.0",
"@types/google.analytics": "^0.0.37",
"@types/googlemaps": "^3.40.1",
"@types/jquery": "^3.3.34",
"@types/mapbox-gl": "^0.45.0",
"@types/node-fetch": "^2.5.5",
"@types/request": "^2.48.4",
"@types/twitter": "1.7.0",
"@types/uglify-js": "^3.0.5",
"cssnano": "^4.1.10",
"gulp": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-less": "^4.0.0",
"gulp-postcss": "^8.0.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-typescript": "^5.0.0",
"gulp-uglify": "^3.0.0",
"merge2": "^1.3.0",
"through2": "^3.0.0",
"ts-node-dev": "^1.0.0-pre.44",
"typescript": "^4.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/trail-image/blog.git"
},
"bugs": {
"url": "https://github.com/trail-image/blog/issues"
}
}