summaryrefslogtreecommitdiff
path: root/package.json
blob: aed2293a881cd80c5d1f4c72f3806127c2c917cd (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
{
  "name": "cortex",
  "version": "1.0.0",
  "description": "tensorflow job queue system",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "jules laplace <julescarbon@gmail.com>",
  "license": "UNLICENSED",
  "dependencies": {
    "bookshelf": "^0.10.3",
    "dotenv": "^4.0.0",
    "knex": "^0.13.0",
    "mysql2": "^1.3.5",
    "preact": "^8.1.0",
    "preact-compat": "^3.16.0",
    "react-router-dom": "^4.1.1"
  },
  "devDependencies": {
    "babel-core": "^6.25.0",
    "babel-loader": "^7.1.1",
    "babel-plugin-transform-react-jsx": "^6.24.1",
    "babel-preset-env": "^1.5.2",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "webpack": "^3.0.0"
  }
}