Skip to content

Instantly share code, notes, and snippets.

@Omar-Gonzalez
Last active December 23, 2017 23:51
Show Gist options
  • Save Omar-Gonzalez/d0e97d824243263d978683b2f263ccb3 to your computer and use it in GitHub Desktop.
Save Omar-Gonzalez/d0e97d824243263d978683b2f263ccb3 to your computer and use it in GitHub Desktop.
django-react-bootstrap - npm
{
"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"
}
@Omar-Gonzalez
Copy link
Author

Custom NPM package.json for a django-react-bootstrap set up I use

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment