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.
35 lines
1.1 KiB
35 lines
1.1 KiB
{
|
|
"name": "reyasume",
|
|
"version": "0.5.0",
|
|
"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"
|
|
},
|
|
"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",
|
|
"html-minifier": "^4.0.0",
|
|
"intl": "^1.2.5",
|
|
"js-yaml": "^3.13.1",
|
|
"markdown-it": "^10.0.0",
|
|
"npx": "^10.2.0",
|
|
"uglify-es": "^3.3.9"
|
|
}
|
|
}
|
|
|