-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
63 lines (63 loc) · 2.24 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
{
"name": "alvarcarto-render-service",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"start": "npm run build-posters && npm run watch",
"bash": "docker-compose run render bash -c 'bash --rcfile <(echo \"source ~/.bashrc; nvm use 8\")'",
"watch": "nodemon -L --verbose --watch ./src --watch ../alvarcarto-cartocss/dist/ --ignore '*autogen.xml' -e js,xml src/index.js",
"build": "echo 'Deprecated! Babel build step was removed'",
"build-posters": "./tools/build-posters.sh",
"clean-posters": "rm -f posters/dist/images/*.png && rm -f posters/dist/*.svg && rm -f posters/dist/custom/*.svg && rm -f posters/dist/custom/*.json",
"start-prod": "npm run build-posters && node ./src/index.js",
"lint": "eslint ./src",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Alvar Carto",
"license": "UNLICENSED",
"dependencies": {
"@alvarcarto/mosaic": "^3.0.1",
"@pdf-lib/fontkit": "0.0.4",
"alvarcarto-common": "git+https://alvarcarto-integration:[email protected]/alvarcarto/alvarcarto-common.git#v7.0.0",
"async-lock": "^1.0.0",
"bluebird": "^3.4.6",
"body-parser": "^1.15.2",
"compression": "^1.6.2",
"convert-units": "^2.3.4",
"cors": "^2.8.1",
"download": "^6.2.5",
"errorhandler": "^1.5.0",
"express": "^4.14.0",
"express-rate-limit": "^5.1.1",
"express-validation": "^1.0.1",
"fontkit": "^1.8.1",
"glob": "^7.1.2",
"joi": "^9.2.0",
"jsdom": "^9.8.3",
"lodash": "^4.17.2",
"mapnik": "3.7.x",
"mime-types": "^2.1.27",
"morgan": "^1.7.0",
"node-uuid": "^1.4.7",
"nodemon": "^2.0.3",
"pdf-lib": "^1.5.0",
"pdfkit": "git://github.com/alvarcarto/pdfkit.git#build",
"request": "^2.79.0",
"server-destroy": "^1.0.1",
"sharp": "0.25.x",
"stream-to-promise": "^2.2.0",
"svg-to-pdfkit": "git://github.com/alvarcarto/SVG-to-PDFKit.git#feature/spot-colors",
"svg.js": "^2.6.2",
"svgdom": "^0.1.8",
"winston": "^2.3.1",
"xmldom": "^0.1.27"
},
"devDependencies": {
"eslint": "^3.11.1",
"eslint-config-airbnb-base": "^10.0.1",
"eslint-plugin-import": "^2.2.0",
"flow-remove-types": "^1.0.5",
"svgo": "^0.7.2"
}
}