Files
cellxgene/package.json
2017-10-12 19:31:40 -07:00

97 lines
2.9 KiB
JSON

{
"name": "cellxgene",
"version": "0.0.1",
"license": "MIT",
"repository": "https://github.com/chanzuckerberg/cellxgene",
"scripts": {
"build": "npm run clean && webpack --config configuration/webpack/webpack.config.prod.js",
"clean": "rimraf build",
"start": "node server/development.js",
"lint": "eslint src",
"prod": "cross-env NODE_ENV=production PORT=3000 node server/production.js"
},
"engineStrict": true,
"engines": {
"npm": ">=3.0.0"
},
"eslintConfig": {
"extends": "./configuration/eslint/eslint.js"
},
"nyc": {
"sourceMap": false,
"instrument": false
},
"dependencies": {
"d3": "^4.10.0",
"deck.gl": "^4.1.2",
"dsv-loader": "^2.0.0",
"express": "^4.14.0",
"gl-matrix": "^2.4.0",
"lodash": "^4.17.4",
"luma.gl": "^4.0.3",
"query-string": "^5.0.0",
"react": "^15.3.0",
"react-dom": "^15.3.0",
"react-helmet": "^4.0.0",
"react-hot-loader": "^3.0.0-beta.2",
"react-redux": "^5.0.6",
"react-router-dom": "4.1.2",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"serve-favicon": "^2.3.0",
"urijs": "^1.19.0",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"autoprefixer": "^6.4.0",
"babel-core": "^6.13.2",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.4",
"babel-plugin-istanbul": "^3.1.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-react-constant-elements": "^6.9.1",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.11.6",
"babel-runtime": "^6.11.6",
"chalk": "^1.1.3",
"connect-history-api-fallback": "^1.3.0",
"copy-webpack-plugin": "^4.0.1",
"cross-env": "^3.1.4",
"css-loader": "^0.26.1",
"css-modules-require-hook": "^4.0.1",
"enzyme": "^2.4.1",
"eslint": "^2.10.2",
"eslint-config-formidable": "^2.0.1",
"eslint-loader": "^1.5.0",
"eslint-plugin-filenames": "^1.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^6.0.0",
"extract-text-webpack-plugin": "^2.0.0-beta.3",
"file-loader": "^0.9.0",
"filesize": "^3.3.0",
"gzip-size": "^3.0.0",
"html-webpack-inline-source-plugin": "0.0.6",
"html-webpack-plugin": "^2.22.0",
"jsdom": "^9.4.1",
"json-loader": "^0.5.4",
"nyc": "^10.0.0",
"postcss-loader": "^1.2.2",
"promise": "^7.1.1",
"react-addons-test-utils": "^15.3.0",
"redbox-react": "^1.3.0",
"rimraf": "^2.5.4",
"style-loader": "^0.13.1",
"sw-precache-webpack-plugin": "^0.7.1",
"url-loader": "^0.5.7",
"web-app-manifest-loader": "^0.1.1",
"webpack": "^2.2.0-rc.4",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.12.2",
"whatwg-fetch": "^2.0.1"
}
}