-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.29 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
{
"name": "coverator",
"version": "1.0.0",
"description": "Cover Template Generator for Barnes and Noble Press",
"scripts": {
"start": "parcel serve src/index.html --public-url /coverator/ --no-cache --dist-dir dist/coverator",
"build": "parcel build src/index.html --public-url /coverator/ --no-cache --dist-dir dist/coverator",
"serve": "serve dist/",
"format:js": "semistandard --fix --ignore 'dist/*'",
"format:md": "prettier --write **/*.md",
"format": "npm run format:js && npm run format:md",
"deploy": "gh-pages -d dist/coverator -b gh-pages"
},
"dependencies": {
"blob-stream": "0.1.3",
"file-saver": "2.0.5",
"jquery": "^3.7.1",
"nunjucks": "^3.2.4",
"pdfkit": "^0.14.0",
"pdfkit-browserify": "0.8.3-R2",
"src": "^1.0.0",
"svg-to-pdfkit": "0.1.8"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"assert": "^2.1.0",
"buffer": "^6.0.3",
"events": "^3.3.0",
"gh-pages": "^6.1.1",
"parcel": "^2.11.0",
"parcel-reporter-static-files-copy": "^1.5.3",
"path-browserify": "^1.0.1",
"prettier": "^3.2.5",
"process": "^0.11.10",
"semistandard": "^17.0.0",
"serve": "^14.2.1",
"stream-browserify": "^3.0.0"
},
"keywords": [],
"staticFiles": {
"staticPath": "src/template.svg"
}
}