mirror of
https://github.com/wassname/template.git
synced 2026-06-28 01:17:00 +08:00
24 lines
572 B
JSON
24 lines
572 B
JSON
{
|
|
"name": "distill-template",
|
|
"version": "1.4.1",
|
|
"description": "",
|
|
"scripts": {
|
|
"start": "rollup -c -w"
|
|
},
|
|
"author": "Shan Carter",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"bibtex-parse-js": "^0.0.23",
|
|
"marked": "^0.3.6",
|
|
"prismjs": "^1.6.0",
|
|
"rollup": "^0.36.4",
|
|
"rollup-plugin-buble": "^0.14.0",
|
|
"rollup-plugin-commonjs": "^7.0.0",
|
|
"rollup-plugin-livereload": "^0.3.1",
|
|
"rollup-plugin-node-resolve": "^2.0.0",
|
|
"rollup-plugin-serve": "^0.1.0",
|
|
"rollup-plugin-uglify": "^1.0.1",
|
|
"rollup-watch": "^2.5.0"
|
|
}
|
|
}
|