2021-05-31 01:20:23 +00:00
|
|
|
{
|
|
|
|
"name": "worldeditadditions",
|
2023-07-31 23:34:35 +00:00
|
|
|
"version": "1.14.5",
|
2021-05-31 01:20:23 +00:00
|
|
|
"description": "Documentation website for WorldEditAdditions",
|
|
|
|
"main": "index.js",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2021-06-19 16:49:20 +00:00
|
|
|
"test": "echo \"No tests have been implemented yet\"",
|
2021-06-20 23:39:14 +00:00
|
|
|
"start": "npx @11ty/eleventy --serve",
|
|
|
|
"build": "npx @11ty/eleventy"
|
2021-05-31 01:20:23 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/sbrl/Minetest-WorldEditAdditions.git"
|
|
|
|
},
|
|
|
|
"author": "Starbeamrainbowlabs",
|
|
|
|
"license": "MPL-2.0",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/sbrl/Minetest-WorldEditAdditions/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/sbrl/Minetest-WorldEditAdditions#readme",
|
2022-08-06 14:15:36 +00:00
|
|
|
"dependencies": {
|
2023-07-01 00:15:13 +00:00
|
|
|
"@11ty/eleventy": "^2.0.1",
|
2022-05-01 16:01:03 +00:00
|
|
|
"chroma-js": "^2.4.2",
|
2023-02-22 00:46:55 +00:00
|
|
|
"clean-css": "^5.3.2",
|
2022-05-01 16:01:03 +00:00
|
|
|
"columnify": "^1.6.0",
|
|
|
|
"debug": "^4.3.4",
|
2024-05-19 15:34:25 +00:00
|
|
|
"html-entities": "^2.5.2",
|
2023-02-22 00:46:55 +00:00
|
|
|
"html-minifier-terser": "^7.0.0-beta.0",
|
|
|
|
"imagickal": "^5.0.1",
|
2023-12-26 01:30:19 +00:00
|
|
|
"keen-slider": "^6.8.6",
|
2024-05-19 15:34:25 +00:00
|
|
|
"markdown-it-github-alerts": "^0.3.0",
|
2023-02-22 00:46:55 +00:00
|
|
|
"markdown-it-prism": "^2.3.0",
|
2024-01-02 17:03:42 +00:00
|
|
|
"moondoc": "^1.1.0",
|
2023-02-22 00:46:55 +00:00
|
|
|
"p-memoize": "^7.1.1",
|
2024-05-19 15:34:25 +00:00
|
|
|
"p-queue": "^8.0.1",
|
|
|
|
"phin": "^3.7.1",
|
2023-12-26 01:30:19 +00:00
|
|
|
"photoswipe": "^5.4.3",
|
2024-05-19 15:34:25 +00:00
|
|
|
"pretty-ms": "^9.0.0"
|
2021-05-31 01:20:23 +00:00
|
|
|
}
|
|
|
|
}
|