1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
reyasume/package.json

37 lines
1.2 KiB

Set up for Eleventy and add resources. Squashed commit of the following: commit 58781e4e2c883b7a26d371250ed1f3aa88dcc7bf Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 17:36:30 2020 +0900 Set up the basic eleventy templates. commit a5adff6749345e2a08895b6d6efe976fd6712d60 Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 16:55:50 2020 +0900 Install markdown-it and set up .eleventy.js commit fc6f413e80fc77048af1d9f391d5ad1623b171c2 Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 16:23:35 2020 +0900 Add .nvmrc and netlify.toml for deployment commit fe7ee3d07ea9606e17bf66503aa8758e5669e732 Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 16:14:24 2020 +0900 Add .eleventyignore which skips README.md. commit 4614029ef4529537cc13a64dd8cb854fdc57a6a6 Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 16:07:03 2020 +0900 Add npx and cross-env, scripts, more links. commit 21e7127a5f7bd0245aa46db333c5d1ee6b988476 Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 15:55:32 2020 +0900 Add Netlify status badge to README.md. commit 5a4dc75f8ec8fdbd555aa00c34cf01451eb76517 Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 15:50:50 2020 +0900 Install Eleventy. commit 1680633c111ffd8e8d3348f81995d2e141eae2b4 Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 15:46:52 2020 +0900 Add initial tiny package.json. commit d33a877725172cbd7f5ff0f7d6bfc69293bc7079 Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 15:42:21 2020 +0900 Add a basic node-stuff .gitignore. commit c38c934f7f2a2a20740d7652024ec6472462772e Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 15:38:39 2020 +0900 Add something like a real README.md. commit 586a2d680aa68983b66e1d5b7eb372f0df31a690 Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 15:25:02 2020 +0900 Add commissioned art and favicon package
4 years ago
{
"name": "reyasume",
"version": "0.5.0",
Set up for Eleventy and add resources. Squashed commit of the following: commit 58781e4e2c883b7a26d371250ed1f3aa88dcc7bf Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 17:36:30 2020 +0900 Set up the basic eleventy templates. commit a5adff6749345e2a08895b6d6efe976fd6712d60 Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 16:55:50 2020 +0900 Install markdown-it and set up .eleventy.js commit fc6f413e80fc77048af1d9f391d5ad1623b171c2 Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 16:23:35 2020 +0900 Add .nvmrc and netlify.toml for deployment commit fe7ee3d07ea9606e17bf66503aa8758e5669e732 Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 16:14:24 2020 +0900 Add .eleventyignore which skips README.md. commit 4614029ef4529537cc13a64dd8cb854fdc57a6a6 Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 16:07:03 2020 +0900 Add npx and cross-env, scripts, more links. commit 21e7127a5f7bd0245aa46db333c5d1ee6b988476 Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 15:55:32 2020 +0900 Add Netlify status badge to README.md. commit 5a4dc75f8ec8fdbd555aa00c34cf01451eb76517 Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 15:50:50 2020 +0900 Install Eleventy. commit 1680633c111ffd8e8d3348f81995d2e141eae2b4 Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 15:46:52 2020 +0900 Add initial tiny package.json. commit d33a877725172cbd7f5ff0f7d6bfc69293bc7079 Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 15:42:21 2020 +0900 Add a basic node-stuff .gitignore. commit c38c934f7f2a2a20740d7652024ec6472462772e Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 15:38:39 2020 +0900 Add something like a real README.md. commit 586a2d680aa68983b66e1d5b7eb372f0df31a690 Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 15:25:02 2020 +0900 Add commissioned art and favicon package
4 years ago
"description": "Mari's Eleventy resume site on Netlify",
"scripts": {
"clean": "rm -rf _site",
"build": "npx cross-env NODE_ICU_DATA=node_modules/full-icu npx eleventy",
"watch": "npx cross-env NODE_ICU_DATA=node_modules/full-icu npx eleventy --watch",
"serve": "npx cross-env NODE_ICU_DATA=node_modules/full-icu npx eleventy --serve",
"debug": "npx cross-env NODE_ICU_DATA=node_modules/full-icu DEBUG=* npx eleventy",
"debug-serve": "npx cross-env NODE_ICU_DATA=node_modules/full-icu DEBUG=* npx eleventy --serve",
"gen": "node bin/gen-resume.js"
Set up for Eleventy and add resources. Squashed commit of the following: commit 58781e4e2c883b7a26d371250ed1f3aa88dcc7bf Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 17:36:30 2020 +0900 Set up the basic eleventy templates. commit a5adff6749345e2a08895b6d6efe976fd6712d60 Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 16:55:50 2020 +0900 Install markdown-it and set up .eleventy.js commit fc6f413e80fc77048af1d9f391d5ad1623b171c2 Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 16:23:35 2020 +0900 Add .nvmrc and netlify.toml for deployment commit fe7ee3d07ea9606e17bf66503aa8758e5669e732 Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 16:14:24 2020 +0900 Add .eleventyignore which skips README.md. commit 4614029ef4529537cc13a64dd8cb854fdc57a6a6 Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 16:07:03 2020 +0900 Add npx and cross-env, scripts, more links. commit 21e7127a5f7bd0245aa46db333c5d1ee6b988476 Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 15:55:32 2020 +0900 Add Netlify status badge to README.md. commit 5a4dc75f8ec8fdbd555aa00c34cf01451eb76517 Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 15:50:50 2020 +0900 Install Eleventy. commit 1680633c111ffd8e8d3348f81995d2e141eae2b4 Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 15:46:52 2020 +0900 Add initial tiny package.json. commit d33a877725172cbd7f5ff0f7d6bfc69293bc7079 Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 15:42:21 2020 +0900 Add a basic node-stuff .gitignore. commit c38c934f7f2a2a20740d7652024ec6472462772e Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 15:38:39 2020 +0900 Add something like a real README.md. commit 586a2d680aa68983b66e1d5b7eb372f0df31a690 Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 15:25:02 2020 +0900 Add commissioned art and favicon package
4 years ago
},
"repository": {
"type": "git",
"url": "https://github.com/programmablereya/reyasume"
},
"author": {
"name": "Mari",
"email": "mstaib.git@reya.zone",
"url": "https://reya.zone/"
},
"homepage": "https://resume.reya.zone/",
"dependencies": {
"@11ty/eleventy": "^0.10.0",
"clean-css": "^4.2.1",
"cross-env": "^6.0.3",
"full-icu": "^1.3.0",
Set up for Eleventy and add resources. Squashed commit of the following: commit 58781e4e2c883b7a26d371250ed1f3aa88dcc7bf Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 17:36:30 2020 +0900 Set up the basic eleventy templates. commit a5adff6749345e2a08895b6d6efe976fd6712d60 Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 16:55:50 2020 +0900 Install markdown-it and set up .eleventy.js commit fc6f413e80fc77048af1d9f391d5ad1623b171c2 Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 16:23:35 2020 +0900 Add .nvmrc and netlify.toml for deployment commit fe7ee3d07ea9606e17bf66503aa8758e5669e732 Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 16:14:24 2020 +0900 Add .eleventyignore which skips README.md. commit 4614029ef4529537cc13a64dd8cb854fdc57a6a6 Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 16:07:03 2020 +0900 Add npx and cross-env, scripts, more links. commit 21e7127a5f7bd0245aa46db333c5d1ee6b988476 Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 15:55:32 2020 +0900 Add Netlify status badge to README.md. commit 5a4dc75f8ec8fdbd555aa00c34cf01451eb76517 Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 15:50:50 2020 +0900 Install Eleventy. commit 1680633c111ffd8e8d3348f81995d2e141eae2b4 Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 15:46:52 2020 +0900 Add initial tiny package.json. commit d33a877725172cbd7f5ff0f7d6bfc69293bc7079 Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 15:42:21 2020 +0900 Add a basic node-stuff .gitignore. commit c38c934f7f2a2a20740d7652024ec6472462772e Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 15:38:39 2020 +0900 Add something like a real README.md. commit 586a2d680aa68983b66e1d5b7eb372f0df31a690 Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 15:25:02 2020 +0900 Add commissioned art and favicon package
4 years ago
"html-minifier": "^4.0.0",
"intl": "^1.2.5",
"js-yaml": "^3.13.1",
Set up for Eleventy and add resources. Squashed commit of the following: commit 58781e4e2c883b7a26d371250ed1f3aa88dcc7bf Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 17:36:30 2020 +0900 Set up the basic eleventy templates. commit a5adff6749345e2a08895b6d6efe976fd6712d60 Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 16:55:50 2020 +0900 Install markdown-it and set up .eleventy.js commit fc6f413e80fc77048af1d9f391d5ad1623b171c2 Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 16:23:35 2020 +0900 Add .nvmrc and netlify.toml for deployment commit fe7ee3d07ea9606e17bf66503aa8758e5669e732 Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 16:14:24 2020 +0900 Add .eleventyignore which skips README.md. commit 4614029ef4529537cc13a64dd8cb854fdc57a6a6 Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 16:07:03 2020 +0900 Add npx and cross-env, scripts, more links. commit 21e7127a5f7bd0245aa46db333c5d1ee6b988476 Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 15:55:32 2020 +0900 Add Netlify status badge to README.md. commit 5a4dc75f8ec8fdbd555aa00c34cf01451eb76517 Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 15:50:50 2020 +0900 Install Eleventy. commit 1680633c111ffd8e8d3348f81995d2e141eae2b4 Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 15:46:52 2020 +0900 Add initial tiny package.json. commit d33a877725172cbd7f5ff0f7d6bfc69293bc7079 Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 15:42:21 2020 +0900 Add a basic node-stuff .gitignore. commit c38c934f7f2a2a20740d7652024ec6472462772e Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 15:38:39 2020 +0900 Add something like a real README.md. commit 586a2d680aa68983b66e1d5b7eb372f0df31a690 Author: Mari <mstaib.git@reya.zone> Date: Sun Jan 12 15:25:02 2020 +0900 Add commissioned art and favicon package
4 years ago
"markdown-it": "^10.0.0",
"npx": "^10.2.0",
"uglify-es": "^3.3.9"
}
}