mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-01-22 17:30:00 +00:00
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "selfdefined",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"description": "A modern dictionary about us.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "npm run build:css && npm run build:site",
|
|
"build:site": "eleventy",
|
|
"build:css": "parcel build assets/css/base.scss --out-dir assets/css/",
|
|
"watch": "eleventy --watch",
|
|
"serve": "concurrently \"npm run serve:site\" \"npm run watch:css\"",
|
|
"watch:css": "parcel watch assets/css/base.scss --out-dir dist/assets/css/",
|
|
"serve:site": "eleventy --serve",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"create-definitions": "bin/create-definitions"
|
|
},
|
|
"bin": {
|
|
"create-definitions": "bin/create-definitions"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tatianamac/selfdefined.git"
|
|
},
|
|
"keywords": [
|
|
"dictionary"
|
|
],
|
|
"author": "Tatiana Mac",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/tatianamac/selfdefined/issues"
|
|
},
|
|
"homepage": "https://github.com/tatianamac/selfdefined#readme",
|
|
"dependencies": {
|
|
"@11ty/eleventy": "^0.9.0",
|
|
"markdown-it-anchor": "^5.2.5",
|
|
"markdown-it-prism": "^2.0.3",
|
|
"prism-themes": "^1.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"concurrently": "^5.0.0",
|
|
"esm": "^3.2.25",
|
|
"parcel-bundler": "^1.12.4",
|
|
"sass": "^1.23.7",
|
|
"slugify": "^1.3.6"
|
|
}
|
|
}
|