aboutsummaryrefslogtreecommitdiff
path: root/client/package.json
blob: 190d379f934e54f3a9e5942c5a1b97643b83b54c (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
31
32
{
  "name": "szurubooru",
  "private": true,
  "scripts": {
    "build": "node build.js",
    "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",
    "camelcase": "^2.1.1",
    "camelcase-keys": "*",
    "csso": "^1.8.0",
    "glob": "^7.0.3",
    "html-minifier": "^1.3.1",
    "js-cookie": "^2.1.0",
    "js-yaml": "^3.5.5",
    "merge": "^1.2.0",
    "mousetrap": "^1.5.3",
    "nprogress": "^0.2.0",
    "page": "^1.7.1",
    "stylus": "^0.54.2",
    "superagent": "^1.8.3",
    "uglify-js": "git://github.com/mishoo/UglifyJS2.git#harmony",
    "underscore": "^1.8.3"
  },
  "devDependencies": {
    "watch": "latest"
  }
}

© 2015 - 2026 Jakob L. Kreuze