2018-09-23 20:28:05 +02:00
|
|
|
{
|
|
|
|
"name": "jsonresume-theme-even",
|
2021-11-06 14:36:30 +01:00
|
|
|
"version": "0.14.0",
|
2018-09-23 20:28:05 +02:00
|
|
|
"description": "A flat theme for JSON Resume, compatible with the bleeding edge resume schema",
|
2021-11-05 19:04:08 +01:00
|
|
|
"keywords": [
|
|
|
|
"resume",
|
|
|
|
"json",
|
|
|
|
"theme",
|
|
|
|
"flat",
|
|
|
|
"curriculum-vitae",
|
|
|
|
"cv"
|
|
|
|
],
|
2018-09-23 20:28:05 +02:00
|
|
|
"homepage": "https://github.com/rbardini/jsonresume-theme-even",
|
2020-07-05 13:30:25 +02:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/rbardini/jsonresume-theme-even/issues"
|
|
|
|
},
|
2018-09-23 20:28:05 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/rbardini/jsonresume-theme-even"
|
|
|
|
},
|
|
|
|
"license": "MIT",
|
2020-07-05 13:30:25 +02:00
|
|
|
"author": "Rafael Bardini",
|
2021-11-05 18:39:36 +01:00
|
|
|
"type": "module",
|
|
|
|
"exports": {
|
|
|
|
"require": "./dist/index.cjs",
|
|
|
|
"default": "./dist/index.modern.js"
|
|
|
|
},
|
|
|
|
"main": "./dist/index.cjs",
|
|
|
|
"unpkg": "./dist/index.umd.js",
|
|
|
|
"module": "./dist/index.module.js",
|
|
|
|
"source": "index.js",
|
2021-03-06 14:53:58 +01:00
|
|
|
"bin": {
|
|
|
|
"jsonresume-theme-even": "bin/cli.js"
|
|
|
|
},
|
2020-07-05 13:30:25 +02:00
|
|
|
"files": [
|
2021-03-06 14:46:55 +01:00
|
|
|
"bin",
|
2021-11-05 18:39:36 +01:00
|
|
|
"dist"
|
2020-07-05 13:30:25 +02:00
|
|
|
],
|
|
|
|
"scripts": {
|
2021-11-05 18:39:36 +01:00
|
|
|
"build": "microbundle build --target node",
|
|
|
|
"postbuild": "cp -r resume.hbs partials style.css dist",
|
2021-11-05 19:13:33 +01:00
|
|
|
"prebuild:demo": "npm run build",
|
2021-03-07 14:50:42 +01:00
|
|
|
"build:demo": "mkdir -p public && cat node_modules/resume-schema/sample.resume.json | ./bin/cli.js > public/index.html",
|
2021-11-05 18:39:36 +01:00
|
|
|
"format": "prettier --ignore-path .gitignore .",
|
|
|
|
"lint": "eslint --ignore-path .gitignore .",
|
2021-06-19 22:31:31 +02:00
|
|
|
"prepare": "husky install",
|
2021-11-06 14:35:17 +01:00
|
|
|
"prepublishOnly": "npm run build",
|
2021-11-05 18:39:36 +01:00
|
|
|
"test": "c8 tap --node-arg=--experimental-json-modules --no-coverage"
|
2020-07-05 13:30:25 +02:00
|
|
|
},
|
2018-09-23 20:28:05 +02:00
|
|
|
"dependencies": {
|
2021-03-05 18:50:45 +01:00
|
|
|
"feather-icons": "^4.28.0",
|
|
|
|
"handlebars": "^4.7.0",
|
2021-03-03 19:50:15 +01:00
|
|
|
"micromark": "^2.11.0",
|
2021-06-19 22:31:31 +02:00
|
|
|
"striptags": "^3.2.0"
|
2020-07-05 13:30:25 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-11-05 18:39:36 +01:00
|
|
|
"c8": "7.10.0",
|
2021-11-06 14:26:41 +01:00
|
|
|
"eslint": "8.2.0",
|
2021-10-04 21:16:00 +02:00
|
|
|
"html-validate": "6.1.0",
|
2021-11-06 14:26:41 +01:00
|
|
|
"husky": "7.0.4",
|
|
|
|
"lint-staged": "11.2.6",
|
2021-11-05 18:39:36 +01:00
|
|
|
"microbundle": "0.14.1",
|
2021-10-04 21:16:00 +02:00
|
|
|
"prettier": "2.4.1",
|
2020-12-13 13:53:20 +01:00
|
|
|
"resume-schema": "1.0.0",
|
2021-10-04 21:16:00 +02:00
|
|
|
"tap": "15.0.10"
|
2018-09-23 20:28:05 +02:00
|
|
|
}
|
|
|
|
}
|