Revision f7a7cdc1d69ce53887dc503c184b690efd963f3e authored by jason Hilton on 28 November 2018, 15:44:17 UTC, committed by jason Hilton on 28 November 2018, 15:44:17 UTC
1 parent 7256b20
Raw File
package.json
{
  "name": "encoded",
  "version": "0.1.0",
  "description": "domready held back.",
  "scripts": {
    "test": "jest --silent",
    "build": "gulp build",
    "dev": "gulp dev"
  },
  "author": "",
  "license": "MIT",
  "files": [],
  "repository": "ENCODE-DCC/encoded",
  "jest": {
    "rootDir": "src/encoded/static",
    "setupFiles": [
      "../../../jest/environment.js"
    ],
    "testPathIgnorePatterns": [
      ".eslintrc.js"
    ],
    "setupTestFrameworkScriptFile": "../../../node_modules/jest-enzyme/lib/index.js"
  },
  "devDependencies": {
    "babel-core": "^6.21.0",
    "babel-helper-builder-react-jsx": "^6.22.0",
    "babel-helpers": "^6.22.0",
    "babel-jest": "^18.0.0",
    "babel-loader": "^6.2.10",
    "babel-plugin-transform-object-rest-spread": "^6.20.2",
    "babel-plugin-transform-react-display-name": "^6.22.0",
    "babel-plugin-transform-react-jsx": "^6.22.0",
    "babel-preset-es2015": "^6.18.0",
    "babel-preset-react": "^6.16.0",
    "babel-register": "^6.22.0",
    "css-loader": "^0.26.1",
    "enzyme": "^2.8.1",
    "eslint": "^4.19.1",
    "eslint-config-airbnb": "^16.1.0",
    "eslint-plugin-import": "^2.10.0",
    "eslint-plugin-jsx-a11y": "^6.0.3",
    "eslint-plugin-react": "^7.7.0",
    "espree": "^3.3.2",
    "extract-text-webpack-plugin": "^1.0.1",
    "file-loader": "^0.9.0",
    "gulp": "^3.9.1",
    "gulp-util": "^3.0.7",
    "jest": "^19.0.2",
    "jest-enzyme": "^2.1.2",
    "jsdom": "^8.4.0",
    "json-loader": "^0.5.4",
    "node-sass": "^3.8.0",
    "react-addons-test-utils": "^15.5.1",
    "react-test-renderer": "^15.5.4",
    "redux-mock-store": "^1.5.1",
    "sass-loader": "^4.1.1",
    "string-replace-loader": "^1.0.5",
    "style-loader": "^0.13.1",
    "url-loader": "^0.5.7",
    "webpack": "^1.14.0"
  },
  "dependencies": {
    "auth0-lock": "^11.7.0",
    "babel-polyfill": "^6.20.0",
    "brace": "^0.3.0",
    "chart.js": "^2.5.0",
    "ckeditor": "file:node_shims/ckeditor",
    "color": "^0.10.1",
    "cookie-monster": "0.0.7",
    "create-react-class": "^15.5.2",
    "d3": "^3.4.6",
    "dagre-d3": "git+https://github.com/ENCODE-DCC/dagre-d3.git#v1.2.0",
    "dalliance": "git://github.com/ENCODE-DCC/dalliance.git#commonjs-require-13.x",
    "domready": "^0.3.0",
    "form-serialize": "^0.6.0",
    "google-analytics": "file:node_shims/google-analytics",
    "immutable": "^3.7.5",
    "jsonschema": "^1.1.0",
    "marked": "^0.3.3",
    "moment": "^2.17.1",
    "pluralize": "^7.0.0",
    "prop-types": "^15.5.6",
    "query-string": "^4.1.0",
    "react": "^15.5.3",
    "react-dom": "^15.5.3",
    "react-redux": "^5.0.7",
    "redux": "^3.7.2",
    "redux-thunk": "^2.3.0",
    "scriptjs": "^2.5.7",
    "source-map-support": "^0.4.11",
    "subprocess-middleware": "^0.1.0",
    "underscore": "^1.8.3",
    "whatwg-fetch": "git+https://github.com/ENCODE-DCC/fetch.git"
  }
}
back to top