site/package.json

31 lines
772 B
JSON
Raw Permalink Normal View History

2023-10-18 13:32:43 -04:00
{
2024-05-26 17:30:03 -04:00
"name": "gils-nexus",
2024-07-08 01:17:58 -04:00
"version": "0.0.4",
2023-10-18 13:32:43 -04:00
"description": "",
"main": "index.js",
"scripts": {
"watch:sass": "sass --watch src/res/scss:src/res/css",
"build:sass": "sass src/res/scss:src/res/css",
2023-10-24 01:40:23 -04:00
"watch:eleventy": "eleventy --serve",
"build:eleventy": "eleventy",
"start": "npm-run-all build:sass --parallel watch:*",
"build": "npm-run-all build:*"
2023-10-18 13:32:43 -04:00
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
2023-10-19 01:33:51 -04:00
"@11ty/eleventy": "^2.0.1",
2023-10-19 22:31:19 -04:00
"@11ty/eleventy-navigation": "^0.3.5",
2024-05-26 17:36:36 -04:00
"luxon": "^3.4.4",
2023-10-24 01:40:23 -04:00
"npm-run-all": "^4.1.5",
2024-05-26 17:36:36 -04:00
"sass": "^1.77.2"
},
"dependencies": {
2024-07-07 16:29:27 -04:00
"markdown-it": "^14.1.0",
2024-07-08 01:17:58 -04:00
"markdown-it-anchor": "^9.0.1",
"markdown-it-footnote": "^4.0.0",
2024-05-26 17:36:36 -04:00
"npm": "^10.8.0"
2023-10-18 13:32:43 -04:00
}
}