Last active
December 23, 2017 23:51
-
-
Save Omar-Gonzalez/d0e97d824243263d978683b2f263ccb3 to your computer and use it in GitHub Desktop.
django-react-bootstrap - npm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "django_react", | |
"version": "1.0.0", | |
"description": "django-react template", | |
"main": "index.js", | |
"scripts": { | |
"start": "node index.js", | |
"test": "node test.js", | |
"build": "./node_modules/.bin/webpack", | |
"watch": "./node_modules/.bin/webpack -w" | |
}, | |
"dependencies": { | |
"bootstrap": "^3.3.7", | |
"express": "4.15.2", | |
"jquery": "^3.2.1", | |
"react": "^15.6.1", | |
"react-dom": "^15.6.1" | |
}, | |
"devDependencies": { | |
"babel-core": "^6.26.0", | |
"babel-loader": "^7.1.2", | |
"babel-preset-env": "^1.6.0", | |
"babel-preset-es2015": "^6.24.1", | |
"babel-preset-react": "^6.24.1", | |
"request": "^2.81.0", | |
"tape": "^4.7.0", | |
"uglifyjs-webpack-plugin": "^1.1.2", | |
"webpack": "^3.5.5" | |
}, | |
"repository": { | |
"type": "git", | |
"url": "git+https://github.com/Omar-Gonzalez/django-react.git" | |
}, | |
"keywords": [ | |
"django", | |
"react", | |
"bootstrap" | |
], | |
"author": "Omar Gonzalez", | |
"license": "MIT", | |
"bugs": { | |
"url": "https://github.com/Omar-Gonzalez/django-react/issues" | |
}, | |
"homepage": "https://github.com/Omar-Gonzalez/django-react#readme" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Custom NPM package.json for a django-react-bootstrap set up I use