Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
{
"name": "app_name",
"version": "1.0.0",
"description": "Description",
"scripts": {
"build:webpack": "NODE_ENV=production webpack --config webpack.config.prod.js",
"build": "npm run clean && npm run build:webpack",
"test": "NODE_ENV=production mocha './tests/**/*.spec.js' --compilers js:babel-core/register",
"clean": "rimraf dist",
"start": "node devServer.js",
"tunnel": "browser-sync start --proxy localhost:7770 --tunnel wesbos"
},
"author": "Florian Kraeutli <florian@kraeutli.com> (http://www.kraeutli.com)",
"license": "MIT",
"homepage": "http://www.kraeutli.com",
"repository": {
"type": "git",
"url": "https://github.molgen.mpg.de/fkraeutli/AppName.git"
},
"dependencies": {
"babel-core": "^6.7.7",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-transform-object-rest-spread": "^6.6.5",
"babel-plugin-transform-react-display-name": "^6.5.0",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"css-loader": "^0.23.1",
"eslint": "^2.9.0",
"eslint-plugin-babel": "^3.2.0",
"eslint-plugin-react": "^5.0.1",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"react": "^15.0.2",
"react-dom": "^15.0.2",
"react-faux-dom": "^3.0.0",
"react-foundation": "^0.7.0",
"react-redux": "^4.4.5",
"react-router": "^2.4.0",
"react-router-redux": "^4.0.4",
"react-transform-catch-errors": "^1.0.2",
"react-transform-hmr": "^1.0.4",
"redbox-react": "^1.3.2",
"redux": "^3.5.2",
"style-loader": "^0.13.1",
"webpack": "^1.13.0",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.10.0"
},
"devDependencies": {
"expect": "^1.18.0",
"expect-jsx": "^2.5.1",
"mocha": "^2.4.5",
"react-addons-test-utils": "^15.0.2"
}
}