Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions {{cookiecutter.project_shortname}}/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
"author": "{{ cookiecutter.author_name }} {{ cookiecutter.author_email }}",
"license": "{% set _license_identifiers = {'MIT License': 'MIT','BSD License': 'BSD','ISC License': 'ISC','Apache Software License 2.0': 'Apache-2.0','GNU General Public License v3': 'GPL-3.0','Not open source': ''} %}{{ _license_identifiers[cookiecutter.license] }}",
"dependencies": {
"ramda": "^0.25.0",
"react": "15.4.2",
"react-dom": "15.4.2"
"ramda": "^0.25.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
Expand All @@ -36,9 +34,7 @@
"style-loader": "^0.21.0",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.1",
"webpack-serve": "^1.0.2"
},
"peerDependencies": {
"webpack-serve": "^1.0.2",
"react": ">=0.14",
"react-dom": ">=0.14"
},
Expand Down