You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
617 B
JSON
27 lines
617 B
JSON
{
|
|
"name": "@joepie91/webpack-preset-babel",
|
|
"version": "1.0.0",
|
|
"description": "A Babel preset for Webpack",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@git.cryto.net:joepie91/node-webpack-preset-babel.git"
|
|
},
|
|
"keywords": [
|
|
"webpack",
|
|
"preset",
|
|
"babel"
|
|
],
|
|
"author": "Sven Slootweg <admin@cryto.net>",
|
|
"license": "WTFPL",
|
|
"dependencies": {
|
|
"babel-core": "^6.26.3",
|
|
"babel-loader": "^7.1.4",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"babel-preset-react": "^6.24.1"
|
|
}
|
|
}
|