Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.64 KB | None | 0 0
  1. {
  2.   "name": "cdc-admin",
  3.   "homepage": "http://localhost/estudos-alura/react-componentes-reutilizaveis/alura",
  4.   "version": "0.1.0",
  5.   "private": true,
  6.   "devDependencies": {
  7.     "react-scripts": "0.3.1"
  8.   },
  9.   "dependencies": {
  10.     "jquery": "^3.1.0",
  11.     "pubsub-js": "^1.5.3",
  12.     "react": "^15.3.1",
  13.     "react-dom": "^15.3.1",
  14.     "react-router": "^2.8.0"
  15.   },
  16.   "scripts": {
  17.     "start": "react-scripts start",
  18.     "build": "react-scripts build",
  19.     "test": "react-scripts test --env=jsdom",
  20.     "eject": "react-scripts eject"
  21.   },
  22.   "eslintConfig": {
  23.     "extends": "./node_modules/react-scripts/config/eslint.js"
  24.   }
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement