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.
 

25 lines
681 B

{
"name": "neutrino-preset-react",
"version": "4.0.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",
"repository": "mozilla-neutrino/neutrino-dev",
"dependencies": {
"babel-plugin-transform-object-rest-spread": "^6.22.0",
"babel-preset-react": "^6.22.0",
"deepmerge": "^1.3.2",
"eslint-plugin-react": "^6.9.0",
"neutrino-preset-web": "4.0.0",
"react-hot-loader": "^3.0.0-beta.6",
"webpack": "^2.2.1"
},
"peerDependencies": {
"neutrino": "^4.0.0"
}
}