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
58 lines
1.7 KiB
{
|
|
"name": "riotblog",
|
|
"version": "1.0.0",
|
|
"description": "Riot Blog",
|
|
"main": "/scripts/riotblog.js",
|
|
"scripts": {
|
|
"build_riotblog": "rollup /scripts/riotblog.js --config /scripts/rollup.config.riotblog.js",
|
|
"build_editor": "rollup /scripts/editor.js --config /scripts/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.26.1",
|
|
"riot": "^3.0.0",
|
|
"riot-route": "^3.1.4",
|
|
"rollup": "^1.20.3",
|
|
"rollup-plugin-buble": "^0.19.8",
|
|
"rollup-plugin-commonjs": "^10.1.0",
|
|
"rollup-plugin-node-resolve": "^5.2.0",
|
|
"rollup-plugin-riot": "^2.0.0",
|
|
"whatwg-fetch": "^3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"animate.css": "^3.7.2",
|
|
"axios": "^0.19.0",
|
|
"babel-core": "^6.26.3",
|
|
"babel-plugin-transform-es2015-template-literals": "^6.22.0",
|
|
"babel-preset-es2015-riot": "^1.1.0",
|
|
"closest": "^0.0.1",
|
|
"element-closest": "^3.0.1",
|
|
"es6-promise": "^4.2.8",
|
|
"fetch-cached": "^2.0.3",
|
|
"font-awesome": "^4.7.0",
|
|
"immutable": "^3.8.2",
|
|
"jquery": "^3.4.1",
|
|
"lodash": "^4.17.19",
|
|
"lodash-es": "^4.17.15",
|
|
"moment": "^2.24.0",
|
|
"querystring": "^0.2.0",
|
|
"riotcontrol": "^0.0.3",
|
|
"rollup-plugin-babel": "^4.3.3",
|
|
"rollup-plugin-json": "^4.0.0",
|
|
"rollup-plugin-uglify": "^6.0.3",
|
|
"showdown": "^1.9.0",
|
|
"smoothscroll-polyfill": "^0.4.4",
|
|
"spectre.css": "^0.5.8",
|
|
"twitter-widgets": "^2.0.0",
|
|
"whatwg-fetch": "^3.0.0"
|
|
}
|
|
}
|
|
|