-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.15 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.15 KB
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
34
35
36
{
"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",
"gen": "node bin/gen-resume.js"
},
"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"
}
}