github.com/jbendotnet/noms@v0.0.0-20190904222105-c43e4293ea92/cmd/noms/splore/package.json (about)

     1  {
     2    "name": "noms-splore",
     3    "license": "Apache-2.0",
     4    "scripts": {
     5      "build": "webpack src/main.js out.js -d -p",
     6      "buildgo": "npm run build && python ./js2go.py out.js splore outJs > out.js.go && rm out.js",
     7      "prettier": "prettier --single-quote --trailing-comma all --bracket-spacing false --print-width 100 --write src/*.js src/**/*.js",
     8      "start": "webpack src/main.js out.js -d -w",
     9      "test": "eslint src/ && flow src/"
    10    },
    11    "dependencies": {
    12      "babel-cli": "^6.24.1",
    13      "babel-core": "^6.25.0",
    14      "babel-eslint": "^7.2.3",
    15      "babel-loader": "^7.1.1",
    16      "babel-preset-stage-3": "^6.24.1",
    17      "eslint": "^3.5.0",
    18      "flow-bin": "^0.45.0",
    19      "humanize": "0.0.9",
    20      "prettier": "^1.5.3",
    21      "react": "^15.6.1",
    22      "react-dom": "^15.6.1",
    23      "webpack": "^3.5.3"
    24    },
    25    "devDependencies": {
    26      "babel-preset-es2015": "^6.24.1",
    27      "babel-preset-react": "^6.24.1",
    28      "eslint-plugin-flowtype": "^2.32.1",
    29      "eslint-plugin-react": "^6.10.3"
    30    }
    31  }