A full featured blog in RiotJS
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.
 
 
 
 
 
 

58 lines
1.7 KiB

{
"name": "riotblog",
"version": "1.0.0",
"description": "Riot Blog",
"main": "src/scripts/riotblog.js",
"scripts": {
"build_riotblog": "rollup --input /src/scripts/riotblog.js -c /src/rollup.config.riotblog.js",
"build_editor": "rollup --input /src/scripts/editor.js -c /src/rollup.config.editor.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nisstyre56/riotblog.git"
},
"author": "Wesley Kerfoot",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/nisstyre56/riotblog/issues"
},
"homepage": "https://github.com/nisstyre56/riotblog#readme",
"devDependencies": {
"ramda": "^0.23.0",
"riot": "^3.3.1",
"riot-route": "^3.1.0",
"rollup": "^0.41.4",
"rollup-plugin-buble": "^0.15.0",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-riot": "^1.1.0",
"whatwg-fetch": "^2.0.2"
},
"dependencies": {
"animate.css": "^3.5.2",
"axios": "^0.16.2",
"babel-core": "^6.26.0",
"babel-plugin-transform-es2015-template-literals": "^6.22.0",
"babel-preset-es2015-riot": "^1.1.0",
"closest": "^0.0.1",
"element-closest": "^2.0.2",
"es6-promise": "^4.1.1",
"fetch-cached": "^2.0.3",
"font-awesome": "^4.7.0",
"immutable": "^3.8.1",
"jquery": "^3.2.1",
"lodash": "^4.17.4",
"lodash-es": "^4.17.4",
"moment": "^2.18.1",
"querystring": "^0.2.0",
"riotcontrol": "^0.0.3",
"rollup-plugin-babel": "^3.0.1",
"rollup-plugin-json": "^2.1.1",
"rollup-plugin-uglify": "^2.0.1",
"showdown": "^1.6.4",
"smoothscroll-polyfill": "^0.3.5",
"spectre.css": "^0.2.14",
"twitter-widgets": "^1.0.0",
"whatwg-fetch": "^2.0.2"
}
}