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.
 

29 lines
898 B

{
"name": "neutrino-preset-react",
"version": "5.7.0",
"description": "Neutrino preset for building React web applications",
"main": "index.js",
"keywords": [
"neutrino",
"neutrino-preset",
"react",
"web",
"hot module reload"
],
"author": "Eli Perelman <eli@eliperelman.com>",
"license": "MPL-2.0",
"repository": "https://github.com/mozilla-neutrino/neutrino-dev/tree/master/packages/neutrino-preset-react",
"homepage": "https://neutrino.js.org",
"bugs": "https://github.com/mozilla-neutrino/neutrino-dev/issues",
"dependencies": {
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-react": "^6.23.0",
"eslint-plugin-react": "^6.10.3",
"neutrino-middleware-loader-merge": "^5.7.0",
"neutrino-preset-web": "^5.6.0",
"react-hot-loader": "^3.0.0-beta.6"
},
"peerDependencies": {
"neutrino": "^5.5.0"
}
}