60 lines
1.7 KiB
JSON
60 lines
1.7 KiB
JSON
{
|
|
"name": "chartjs-graphing-spike",
|
|
"private": true,
|
|
"license": "private",
|
|
"main": "server/index.js",
|
|
"dependencies": {
|
|
"autoprefixer": "^6.5.1",
|
|
"babel-eslint": "^7.0.0",
|
|
"babel-loader": "^6.2.5",
|
|
"babel-plugin-add-module-exports": "^0.2.1",
|
|
"babel-plugin-transform-es2015-modules-commonjs": "^6.16.0",
|
|
"babel-plugin-transform-object-rest-spread": "^6.16.0",
|
|
"babel-plugin-transform-runtime": "^6.15.0",
|
|
"babel-preset-es2015": "^6.16.0",
|
|
"babel-preset-react": "^6.16.0",
|
|
"babel-preset-react-hmre": "^1.1.1",
|
|
"babel-runtime": "^6.11.6",
|
|
"build-array": "^1.0.0",
|
|
"component-emitter": "^1.2.1",
|
|
"css-loader": "^0.25.0",
|
|
"d3": "^4.5.0",
|
|
"hapi": "^15.2.0",
|
|
"hapi-webpack-dev-plugin": "^1.1.4",
|
|
"inert": "^4.0.2",
|
|
"lodash.takeright": "^4.1.1",
|
|
"nes": "^6.3.1",
|
|
"react": "^15.3.2",
|
|
"react-dom": "^15.3.2",
|
|
"react-hot-loader": "^3.0.0-beta.6",
|
|
"react-redux": "^4.4.5",
|
|
"react-router": "^3.0.0",
|
|
"redux": "^3.6.0",
|
|
"require-dir": "^0.3.1",
|
|
"style-loader": "^0.13.1",
|
|
"styled-components": "^1.2.1",
|
|
"svg-react-loader": "^0.3.7",
|
|
"transform-props-with": "^2.1.0",
|
|
"validator": "^6.2.0",
|
|
"webpack": "^1.13.2",
|
|
"webpack-dev-server": "^1.16.2"
|
|
},
|
|
"devDependencies": {
|
|
"babel-register": "^6.16.3",
|
|
"eslint": "^3.8.1",
|
|
"eslint-config-semistandard": "^7.0.0",
|
|
"eslint-config-standard": "^6.2.0",
|
|
"eslint-plugin-babel": "^3.3.0",
|
|
"eslint-plugin-promise": "^3.3.0",
|
|
"eslint-plugin-react": "^6.4.1",
|
|
"eslint-plugin-standard": "^2.0.1",
|
|
"json-loader": "^0.5.4"
|
|
},
|
|
"ava": {
|
|
"require": [
|
|
"babel-register"
|
|
],
|
|
"babel": "inherit"
|
|
}
|
|
}
|