aboutsummaryrefslogtreecommitdiff
path: root/client/package.json
blob: b7d3605c4046c7fbf91098caee2cb1e12dbee60b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "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",
    "camelcase": "^2.1.1",
    "camelcase-keys": "^4.1.0",
    "csso": "^1.8.0",
    "font-awesome": "^4.6.1",
    "glob": "^7.1.2",
    "html-minifier": "^1.3.1",
    "js-cookie": "^2.1.4",
    "js-yaml": "^3.9.1",
    "marked": "~0.3.2",
    "merge": "^1.2.0",
    "mousetrap": "^1.6.1",
    "nprogress": "^0.2.0",
    "stylus": "^0.54.2",
    "superagent": "^1.8.3",
    "uglify-es": "^3.0.28",
    "underscore": "^1.8.3"
  }
}

© 2015 - 2026 Jakob L. Kreuze