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",
|
2017-01-07 16:08:37 +01: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 -- --no-vendor-js;c1=$c2;sleep 1;done"
|
2016-03-19 21:37:04 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-08-25 23:54:29 +02:00
|
|
|
"babel-polyfill": "^6.26.0",
|
|
|
|
"babel-preset-es2015": "^6.24.1",
|
2016-04-13 19:02:21 +02:00
|
|
|
"babelify": "^7.2.0",
|
2016-03-19 21:37:04 +01:00
|
|
|
"browserify": "^13.0.0",
|
2016-03-27 23:00:42 +02:00
|
|
|
"csso": "^1.8.0",
|
2016-05-21 12:35:41 +02:00
|
|
|
"font-awesome": "^4.6.1",
|
2017-08-25 23:54:29 +02:00
|
|
|
"glob": "^7.1.2",
|
2016-03-27 20:29:47 +02:00
|
|
|
"html-minifier": "^1.3.1",
|
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",
|
|
|
|
"marked": "^0.3.9",
|
2017-08-25 23:54:29 +02:00
|
|
|
"mousetrap": "^1.6.1",
|
2016-05-08 18:57:55 +02:00
|
|
|
"nprogress": "^0.2.0",
|
2016-04-13 20:06:34 +02:00
|
|
|
"stylus": "^0.54.2",
|
2016-03-28 22:33:20 +02:00
|
|
|
"superagent": "^1.8.3",
|
2018-01-06 21:35:33 +01:00
|
|
|
"uglify-es": "^3.3.4",
|
2016-05-21 10:02:06 +02:00
|
|
|
"underscore": "^1.8.3"
|
2016-03-19 21:37:04 +01:00
|
|
|
}
|
|
|
|
}
|