You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.0 KiB
39 lines
1.0 KiB
{ |
|
"name": "wiki.anarchist-", |
|
"version": "1.0.0", |
|
"description": "", |
|
"main": "index.js", |
|
"scripts": { |
|
"start": "npx eleventy --serve --watch", |
|
"clean": "rm -rf ./_site", |
|
"build": "npm run clean && eleventy", |
|
"debug": "DEBUG=* eleventy" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/era/wiki.anarchist-.git" |
|
}, |
|
"keywords": [], |
|
"author": "", |
|
"license": "ISC", |
|
"bugs": { |
|
"url": "https://github.com/era/wiki.anarchist-/issues" |
|
}, |
|
"homepage": "https://github.com/era/wiki.anarchist-#readme", |
|
"devDependencies": { |
|
"@11ty/eleventy": "^1.0.0-canary.10", |
|
"clean-css": "4.2.3", |
|
"markdown-it": "^12.0.4", |
|
"markdown-it-attrs": "^4.0.0", |
|
"markdown-it-footnote": "^3.0.2", |
|
"markdown-it-replace-link": "1.1.0", |
|
"markdown-it-task-lists": "^2.1.1", |
|
"node-sass-promise": "1.0.0" |
|
}, |
|
"dependencies": { |
|
"markdown-it-anchor": "^7.1.0", |
|
"markdown-it-emoji": "^2.0.0", |
|
"markdown-it-wikilinks": "^1.2.0", |
|
"striptags": "^3.1.1" |
|
} |
|
}
|
|
|