summaryrefslogtreecommitdiff
path: root/package.json
blob: 5afc7fa23c1a2c340984379920536ff59e474680 (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
  "name": "live-cortex",
  "version": "1.0.0",
  "description": "live cortex for neural stuff",
  "main": "index.js",
  "private": true,
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "server": "babel-node app/server",
    "relay": "babel-node app/relay",
    "build": "webpack -p",
    "watch": "webpack -w",
    "client": "webpack",
    "deploy": "webpack -p && git commit -am 'deploy bundle' && git push",
    "proxy": "PROXY_REMOTE=spawn.asdf.us EXPRESS_CONNECTS_TO_RELAY=true CACHE_SYSCALLS=true PROXY_CACHE=true DEBUG_PROXY=true npm run server"
  },
  "repository": {
    "type": "git",
    "url": "git@asdf.us:live-cortex.git"
  },
  "keywords": [
    "private"
  ],
  "author": "jules laplace <julescarbon@gmail.com>",
  "license": "UNLICENSED",
  "dependencies": {
    "body-parser": "^1.18.3",
    "bookshelf": "^0.13.3",
    "bookshelf-json-columns": "^2.1.1",
    "cookie-parser": "^1.4.3",
    "dotenv": "^5.0.1",
    "express": "^4.16.3",
    "express-json": "^1.0.0",
    "fetch-jsonp": "^1.1.3",
    "fft.js": "^4.0.3",
    "file-saver": "^1.3.8",
    "form-data": "^2.3.2",
    "jszip": "^3.1.5",
    "knex": "^0.14.6",
    "knox": "^0.9.2",
    "moment": "^2.22.1",
    "multer": "^1.3.0",
    "mysql2": "^1.5.3",
    "node-fetch": "^2.1.2",
    "preact": "^8.2.9",
    "preact-compat": "^3.18.0",
    "react-redux": "^5.0.7",
    "react-reorder": "^3.0.0-alpha.6",
    "react-router-dom": "^4.2.2",
    "react-router-redux": "^4.0.8",
    "redux": "^4.0.0",
    "redux-thunk": "^2.2.0",
    "signal-windows": "0.0.1",
    "socket.io": "^2.1.1",
    "sprintf-js": "^1.1.1",
    "tone": "^0.12.80",
    "tree-kill": "^1.2.0",
    "uuid": "^3.2.1",
    "webm-writer": "^0.2.1"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-loader": "^7.1.4",
    "babel-plugin-transform-react-jsx": "^6.24.1",
    "babel-preset-env": "^1.7.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "babel-preset-stage-2": "^6.24.1",
    "webpack": "^4.8.3",
    "webpack-cli": "^2.1.3",
    "zerorpc": "^0.9.7"
  }
}