website/package.json

34 lines
800 B
JSON
Raw Permalink Normal View History

2024-02-01 17:51:06 +00:00
{
"name": "fanwikis.org",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "node build.mjs",
"serve": "live-server build --port=3000 --no-browser --wait=500",
"watch": "watch 'npm run build' assets pages partials sass",
"dev": "concurrently 'npm run watch' 'npm run serve'"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"handlebars": "^4.7.8",
"live-server": "^1.2.2",
"rehype-accessible-emojis": "^0.3.2",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.0",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"remark-toc": "^9.0.0",
"sass": "^1.70.0",
"unified": "^11.0.4",
"yaml": "^2.3.4"
},
"devDependencies": {
"concurrently": "^8.2.2",
"watch": "^1.0.2"
}
}