2016-03-19 20:37:04 +00:00
|
|
|
{
|
|
|
|
"name": "szurubooru",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2016-04-01 16:45:25 +00:00
|
|
|
"build": "node build.js",
|
2016-05-21 08:34:29 +00:00
|
|
|
"watch": "watch 'npm run build -- --no-vendor-js' html js css img --wait=1 --interval=0.5 --ignoreDotFiles"
|
2016-03-19 20:37:04 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-04-13 17:02:21 +00:00
|
|
|
"babel-polyfill": "^6.7.4",
|
|
|
|
"babel-preset-es2015": "^6.6.0",
|
|
|
|
"babelify": "^7.2.0",
|
2016-03-19 20:37:04 +00:00
|
|
|
"browserify": "^13.0.0",
|
2016-04-06 18:38:45 +00:00
|
|
|
"camelcase": "^2.1.1",
|
2016-05-08 15:04:11 +00:00
|
|
|
"camelcase-keys": "*",
|
2016-03-27 21:00:42 +00:00
|
|
|
"csso": "^1.8.0",
|
2016-05-21 10:35:41 +00:00
|
|
|
"font-awesome": "^4.6.1",
|
2016-03-27 18:29:47 +00:00
|
|
|
"glob": "^7.0.3",
|
|
|
|
"html-minifier": "^1.3.1",
|
2016-03-30 19:01:18 +00:00
|
|
|
"js-cookie": "^2.1.0",
|
2016-04-06 18:38:45 +00:00
|
|
|
"js-yaml": "^3.5.5",
|
2016-05-29 10:26:29 +00:00
|
|
|
"marked": "~0.3.2",
|
2016-03-19 20:37:04 +00:00
|
|
|
"merge": "^1.2.0",
|
2016-04-14 19:01:33 +00:00
|
|
|
"mousetrap": "^1.5.3",
|
2016-05-08 16:57:55 +00:00
|
|
|
"nprogress": "^0.2.0",
|
2016-03-19 20:37:04 +00:00
|
|
|
"page": "^1.7.1",
|
2016-04-13 18:06:34 +00:00
|
|
|
"stylus": "^0.54.2",
|
2016-03-28 20:33:20 +00:00
|
|
|
"superagent": "^1.8.3",
|
2016-05-21 08:02:06 +00:00
|
|
|
"uglify-js": "git://github.com/mishoo/UglifyJS2.git#harmony",
|
|
|
|
"underscore": "^1.8.3"
|
2016-03-27 18:29:47 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-03-19 20:37:04 +00:00
|
|
|
"watch": "latest"
|
|
|
|
}
|
|
|
|
}
|