@randy.tarampi/letter
Version:
A cover letter generator for www.randytarampi.ca
133 lines (132 loc) • 4.86 kB
JSON
{
"name": "@randy.tarampi/letter",
"description": "A cover letter generator for www.randytarampi.ca",
"version": "7.0.0",
"author": {
"name": "Randy Tarampi",
"email": "rt@randytarampi.ca",
"url": "https://www.randytarampi.ca"
},
"browser": "./esm/index.client.js",
"bugs": "https://github.com/randytarampi/me/issues",
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@fortawesome/fontawesome-free": "^5.15.1",
"@randy.tarampi/assets": "^7.0.0",
"@randy.tarampi/css": "^7.0.0",
"@randy.tarampi/js": "^7.0.0",
"@randy.tarampi/jsx": "^7.0.0",
"@randy.tarampi/printables": "^7.0.0",
"@randy.tarampi/schema-dot-org-json-ld-components": "latest",
"@randy.tarampi/views": "^7.0.0",
"@types/react": "^16.9.53",
"exiftool-vendored": "^12.2.0",
"history": "^4.10.1",
"immutable": "github:randytarampi/immutable-js#me-release",
"isomorphic-fetch": "^3.0.0",
"luxon": "^1.25.0",
"materialize-css": "^1.0.0",
"prop-types": "^15.7.2",
"query-string": "^6.13.6",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-helmet": "^6.1.0",
"react-hot-loader": "^4.13.0",
"react-materialize": "^3.9.3",
"react-redux": "^7.2.1",
"redux": "^4.0.5",
"redux-actions": "^2.6.5",
"redux-immutable": "^4.0.0",
"reselect": "^4.0.0",
"snyk": "^1.415.0"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-enzyme": "^1.0.0-beta.1",
"cheerio": "^1.0.0-rc.3",
"config": "^3.3.2",
"copy-webpack-plugin": "^6.2.1",
"cross-env": "^7.0.2",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"express": "^4.17.1",
"gulp": "^4.0.2",
"html-webpack-plugin": "^4.5.0",
"jsdom": "^16.4.0",
"koa-mount": "^4.0.0",
"koa-static": "^5.0.0",
"mocha-junit-reporter": "^2.0.0",
"proxyquire": "^2.1.3",
"redux-mock-store": "^1.5.4",
"redux-thunk": "^2.3.0",
"sinon": "^9.2.0",
"webpack": "^4.44.2"
},
"directories": {
"lib": "./src/lib",
"test": "./test"
},
"engines": {
"node": ">=8"
},
"files": [
"dist/styles.css",
"es5/!(letters*)",
"es5/letters/index.js",
"es5/letters/letter.json",
"esm/!(letters*)",
"esm/letters/index.js",
"esm/letters/letter.json",
"npm-shrinkwrap.json",
"src/letters/letter.json",
"styles"
],
"keywords": [
"@randy.tarampi/letter",
"cover letter",
"documents",
"employment",
"job applications",
"jobs",
"letters",
"print",
"work"
],
"license": "MIT",
"main": "./es5/index.server.js",
"module": "./esm/index.server.js",
"publishConfig": {
"access": "public"
},
"repository": {
"directory": "me/packages/letter",
"type": "git",
"url": "https://github.com/randytarampi/me.git"
},
"scripts": {
"build": "yarn run build:gulp && yarn run build:babel",
"build:babel": "yarn run build:babel:esm && yarn run build:babel:es5",
"build:babel:es5": "cross-env-shell BABEL_ENV=client.es5 babel src --out-dir es5 --root-mode upward --copy-files",
"build:babel:esm": "cross-env-shell BABEL_ENV=client.esm babel src --out-dir esm --root-mode upward --copy-files",
"build:gulp": "gulp -LLLL --color build",
"clean": "gulp -LLLL --color clean",
"cover": "cross-env-shell NODE_ENV=test nyc gulp -LLLL --color test",
"dev": "yarn run dev:client",
"dev:client": "yarn run predev:client && webpack-serve ./webpack.client.config.js --hotClient",
"docs": "gulp -LLLL --color docs",
"kill:server": "if [ -f /tmp/ca.randytarampi.me.letter.server.pid ]; then echo \"Killing server (`cat /tmp/ca.randytarampi.me.letter.server.pid`) from /tmp/ca.randytarampi.me.letter.server.pid\"; kill -9 `cat /tmp/ca.randytarampi.me.letter.server.pid`; rm /tmp/ca.randytarampi.me.letter.server.pid; fi;",
"letter": "cross-env-shell NODE_ENV=printable CAMPAIGN_SOURCE=$(node -p \"require(\\\"./package.json\\\").name\") CAMPAIGN_MEDIUM=pdf CAMPAIGN_CONTENT=$(node -p \"require(\\\"./package.json\\\").version\") gulp -LLLL --color letter",
"predev:client": "rm -rf dist/*.js dist/*.css",
"prepack": "if [ ! -d \"./dist\" ] && [ ! -d \"./es5\" ] && [ ! -d \"./esm\" ]; then exit 74; fi;",
"prepare": "yarn run snyk-protect && yarn run build",
"pretest": "gulp -LLLL --color lint",
"preuninstall": "yarn run clean",
"snyk-protect": "snyk protect",
"start": "yarn run dev",
"start:server": "yarn run kill:server; node ./server.js & echo $! > /tmp/ca.randytarampi.me.letter.server.pid; echo \"Started server (`cat /tmp/ca.randytarampi.me.letter.server.pid`) from /tmp/ca.randytarampi.me.letter.server.pid\";",
"test": "cross-env-shell NODE_ENV=test gulp -LLLL --color test"
},
"sideEffects": false,
"snyk": false,
"gitHead": "89e9c8920ace220816883209869bc46146518c01"
}