github.com/muhammedhassanm/blockchain@v0.0.0-20200120143007-697261defd4d/blockapps-ba-master/ui/package.json (about)

     1  {
     2    "name": "ui",
     3    "version": "0.1.0",
     4    "private": true,
     5    "dependencies": {
     6      "mixpanel-browser": "^2.11.1",
     7      "react": "15.5.4",
     8      "react-addons-css-transition-group": "^15.5.2",
     9      "react-addons-transition-group": "^15.5.2",
    10      "react-dom": "15.5.4",
    11      "react-event-timeline": "^1.2.3",
    12      "react-intl": "^2.3.0",
    13      "react-md": "1.0.12",
    14      "react-redux": "5.0.4",
    15      "react-redux-loading-bar": "^2.9.0",
    16      "react-router": "3.0.2",
    17      "react-router-redux": "4.0.8",
    18      "redux": "^3.6.0",
    19      "redux-form": "^6.6.3",
    20      "redux-saga": "^0.14.6"
    21    },
    22    "devDependencies": {
    23      "node-sass": "^4.5.2",
    24      "npm-run-all": "^4.0.2",
    25      "react-scripts": "0.9.5"
    26    },
    27    "scripts": {
    28      "build-css": "node-sass src/ -o src/",
    29      "watch-css": "npm run build-css && node-sass src/ -o src/ --watch --recursive",
    30      "start-js": "PORT=${PORT:-3030} REACT_APP_API_MOCK=${API_MOCK} REACT_APP_API_URL=${API_URL} react-scripts start",
    31      "start": "npm-run-all -p watch-css start-js",
    32      "start:back": "npm-run-all -p watch-css start-js > stdout.text 2> stderr.txt &",
    33      "start-js-windows": "react-scripts start",
    34      "start-windows": "npm-run-all -p watch-css start-js-windows",
    35      "build": "npm run build-css && react-scripts build",
    36      "test": "react-scripts test --env=jsdom",
    37      "eject": "react-scripts eject"
    38    }
    39  }