2016-03-19 21:37:04 +01:00
|
|
|
{
|
|
|
|
"name": "szurubooru",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2016-04-01 18:45:25 +02:00
|
|
|
"build": "node build.js",
|
2020-05-04 04:53:28 +02:00
|
|
|
"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 -- --debug --no-vendor-js;c1=$c2;sleep 1;done"
|
2016-03-19 21:37:04 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-12-18 23:59:09 +01:00
|
|
|
"dompurify": "^2.0.17",
|
2018-07-06 22:02:48 +02:00
|
|
|
"font-awesome": "^4.7.0",
|
2018-04-05 19:40:53 +02:00
|
|
|
"ios-inner-height": "^1.0.3",
|
2018-01-06 21:35:33 +01:00
|
|
|
"js-cookie": "^2.2.0",
|
2019-11-04 01:48:10 +01:00
|
|
|
"marked": "^0.7.0",
|
2018-07-06 22:02:48 +02:00
|
|
|
"mousetrap": "^1.6.2",
|
2016-05-08 18:57:55 +02:00
|
|
|
"nprogress": "^0.2.0",
|
2018-07-06 22:02:48 +02:00
|
|
|
"superagent": "^3.8.3"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"babel-core": "^6.26.3",
|
|
|
|
"babel-polyfill": "^6.26.0",
|
|
|
|
"babel-preset-env": "^1.7.0",
|
|
|
|
"babelify": "^8.0.0",
|
|
|
|
"browserify": "^16.2.2",
|
|
|
|
"csso": "^3.5.1",
|
|
|
|
"glob": "^7.1.2",
|
|
|
|
"html-minifier": "^3.5.18",
|
2020-06-23 18:58:44 +02:00
|
|
|
"jimp": "^0.13.0",
|
2018-07-06 22:02:48 +02:00
|
|
|
"stylus": "^0.54.5",
|
|
|
|
"terser": "^3.7.7",
|
|
|
|
"underscore": "^1.9.1"
|
2016-03-19 21:37:04 +01:00
|
|
|
}
|
|
|
|
}
|