szurubooru/client/package.json

35 lines
897 B
JSON
Raw Normal View History

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