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.
33 lines
886 B
33 lines
886 B
{
|
|
"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-eslint": "^7.1.1",
|
|
"clean-webpack-plugin": "^0.1.15",
|
|
"copy-webpack-plugin": "4.0.1",
|
|
"eslint": "^3.14.1",
|
|
"eslint-loader": "^1.6.1",
|
|
"eslint-plugin-babel": "^4.0.1",
|
|
"eslint-plugin-import": "^2.2.0",
|
|
"eslint-plugin-mocha": "^4.8.0",
|
|
"exports-loader": "0.6.3",
|
|
"imports-loader": "^0.7.0",
|
|
"progress-bar-webpack-plugin": "^1.9.3",
|
|
"webpack": "^2.2.1"
|
|
},
|
|
"peerDependencies": {
|
|
"neutrino": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-plugin-react": "^6.9.0"
|
|
}
|
|
}
|
|
|