You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
635 B

{
"name": "neutrino-preset-react",
"version": "2.1.0",
"description": "Neutrino preset for building React web applications",
"main": "src/index.js",
"keywords": [
"neutrino",
"neutrino-preset"
],
"author": "Eli Perelman <eli@eliperelman.com>",
"license": "MPL-2.0",
"dependencies": {
"babel-preset-react": "6.16.0",
"babel-preset-stage-0": "6.16.0",
"deepmerge": "1.2.0",
"eslint-plugin-react": "6.4.1",
"neutrino-preset-web": "2.1.0",
"react-hot-loader": "3.0.0-beta.6",
"webpack": "2.2.0",
"webpack-merge": "2.4.0"
},
"peerDependencies": {
"neutrino": "^3.0.0"
}
}