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.
|
|
|
{
|
|
|
|
"name": "neutrino-preset-base",
|
|
|
|
"version": "4.0.0",
|
|
|
|
"description": "Neutrino base preset for shared core configuration",
|
|
|
|
"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-core": "6.17.0",
|
|
|
|
"babel-eslint": "7.0.0",
|
|
|
|
"babel-loader": "6.2.5",
|
|
|
|
"babel-preset-es2015": "6.16.0",
|
|
|
|
"clean-webpack-plugin": "0.1.13",
|
|
|
|
"copy-webpack-plugin": "4.0.1",
|
|
|
|
"deepmerge": "1.2.0",
|
|
|
|
"eslint": "3.8.1",
|
|
|
|
"eslint-loader": "1.6.0",
|
|
|
|
"eslint-plugin-babel": "3.3.0",
|
|
|
|
"eslint-plugin-import": "2.0.1",
|
|
|
|
"eslint-plugin-mocha": "4.7.0",
|
|
|
|
"exports-loader": "0.6.3",
|
|
|
|
"imports-loader": "0.6.5",
|
|
|
|
"progress-bar-webpack-plugin": "1.9.0",
|
|
|
|
"webpack": "2.2.0",
|
|
|
|
"webpack-merge": "2.4.0"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"neutrino": "^3.0.0"
|
|
|
|
}
|
|
|
|
}
|