60ab9246c6
* Removed unnecessary require('config.js') calls * 'markdown.js' now uses rel. links in EntityPermalinkWrapper * 'password_reset.py' now generates rel. links * Removed 'Base URL' config parameter * Removed 'API URL' config parameter * 'build.js' no longer reads/requires config.yaml * Updated documentation * Removed unnecessary node packages used in 'build.js' abandon api_url parameter
27 lines
788 B
JSON
27 lines
788 B
JSON
{
|
|
"name": "szurubooru",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "node build.js",
|
|
"watch": "c1=\"\";while :;do c2=$(find html js css img -type f -and -not -iname '*autogen*'|sort|xargs cat|md5sum);[[ $c1 != $c2 ]]&&npm run build -- --no-vendor-js;c1=$c2;sleep 1;done"
|
|
},
|
|
"dependencies": {
|
|
"babel-polyfill": "^6.26.0",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"babelify": "^7.2.0",
|
|
"browserify": "^13.0.0",
|
|
"csso": "^1.8.0",
|
|
"font-awesome": "^4.6.1",
|
|
"glob": "^7.1.2",
|
|
"html-minifier": "^1.3.1",
|
|
"ios-inner-height": "^1.0.3",
|
|
"js-cookie": "^2.2.0",
|
|
"marked": "^0.3.9",
|
|
"mousetrap": "^1.6.1",
|
|
"nprogress": "^0.2.0",
|
|
"stylus": "^0.54.2",
|
|
"superagent": "^1.8.3",
|
|
"uglify-es": "^3.3.4",
|
|
"underscore": "^1.8.3"
|
|
}
|
|
}
|