Files
puter/src/docs/package.json
T
2026-04-05 11:56:06 -07:00

36 lines
947 B
JSON

{
"name": "docs",
"version": "1.0.0",
"description": "",
"main": "gen.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node build.js",
"serve": "http-server ./dist --cors -c-1",
"watch": "nodemon --watch src --watch build.js -e js,json,md,html,css --exec 'npm run build'",
"dev": "concurrently \"npm run watch\" \"npm run serve\""
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@esbuild/linux-x64": "0.25.11",
"@fontsource/inter": "^5.2.8",
"esbuild": "0.25.11",
"fs-extra": "^11.2.0",
"highlight.js": "^11.11.1",
"html-entities": "^2.3.3",
"jquery": "^4.0.0",
"js-yaml": "^4.1.0",
"jsdom": "^26.1.0",
"marked": "^11.1.1"
},
"devDependencies": {
"@types/highlight.js": "^9.12.4",
"@types/jquery": "^3.5.33",
"concurrently": "^8.2.2",
"http-server": "^14.1.1",
"nodemon": "^3.1.4"
}
}