mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-11 07:24:52 +03:00
Update package.json
This commit is contained in:
parent
0b0f6ae5fc
commit
aba9ec1f77
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "{{ cookiecutter.project_slug }}",
|
"name": "nexus",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"proxy": "http://localhost:8000",
|
"proxy": "http://localhost:8000",
|
||||||
|
@ -13,9 +13,9 @@
|
||||||
"extends": "react-app"
|
"extends": "react-app"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"react": "16.8.1",
|
"react": "16.8.6",
|
||||||
"react-dom": "16.8.1",
|
"react-dom": "16.8.6",
|
||||||
"react-scripts": "2.1.3"
|
"react-scripts": "2.1.8"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"axios": "0.18.0",
|
"axios": "0.18.0",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user