forked from LAB-MI/deplacement-covid-19
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.13 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
{
"name": "voucher-generator",
"version": "0.0.1",
"description": "Agency form to generate voucher for deferred travels",
"main": "certificate.js",
"scripts": {
"start": "VERSION=${VERSION:-localversion} parcel ./src/index.html",
"build": "parcel build ./src/index.html ./src/robots.txt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/evaneos/voucher-generator"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/evaneos/voucher-generator/issues"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-transform-runtime": "^7.9.0",
"parcel-bundler": "^1.12.4",
"postcss-current-selector": "0.0.3",
"postcss-nested": "^4.2.1",
"postcss-nested-ancestors": "^2.0.0",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.0.4"
},
"dependencies": {
"bootstrap": "^4.4.1",
"date-fns": "^2.14.0",
"pdf-lib": "^1.4.1",
"sprintf-js": "^1.1.2"
},
"browserslist": [
"last 5 versions"
]
}