-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 902 Bytes
/
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
{
"name": "jsonresume-theme-baldir-dsfr",
"version": "1.0.0",
"description": "Thème JsonResume en français basé sur le DSFR (design system de l'état français)",
"main": "index.js",
"scripts": {
"sample": "hackmyresume build resume-sample.json to dist/OUT.rez.html -t ./"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/baldir-fr/jsonresume-theme-baldir-dsfr.git"
},
"keywords": [
"jsonresume",
"dsfr",
"french"
],
"author": "Marc Bouvier",
"license": "MIT",
"bugs": {
"url": "https://github.com/baldir-fr/jsonresume-theme-baldir-dsfr/issues"
},
"homepage": "https://github.com/baldir-fr/jsonresume-theme-baldir-dsfr#readme",
"dependencies": {
"esm": "^3.2.25",
"handlebars": "^4.7.8",
"luxon": "^3.4.4",
"hackmyresume": "^1.9.0-beta"
},
"devDependencies": {
"@types/handlebars": "^4.1.0"
}
}