clientjs/packages/annotation-dashboard-nextleap/package.json
changeset 11 37ecf0b9c174
child 12 256b31ffdc33
equal deleted inserted replaced
10:28971cf04a91 11:37ecf0b9c174
       
     1 {
       
     2   "name": "annotation-dashboard-nextleap",
       
     3   "version": "0.1.0",
       
     4   "private": true,
       
     5   "dependencies": {
       
     6     "dashboard-components": "^0.1.0",
       
     7     "jquery": "^3.3.1",
       
     8     "lodash": "^4.17.11",
       
     9     "popper.js": "^1.14.4",
       
    10     "prop-types": "^15.6.2",
       
    11     "react": "^16.5.1",
       
    12     "react-dom": "^16.5.1",
       
    13     "react-intl": "^2.6.0",
       
    14     "react-redux": "^5.0.7",
       
    15     "react-router": "^4.3.1",
       
    16     "react-router-dom": "^4.3.1",
       
    17     "react-scripts": "1.1.5",
       
    18     "redux": "^4.0.0",
       
    19     "redux-logger": "^3.0.6",
       
    20     "redux-thunk": "^2.3.0"
       
    21   },
       
    22   "scripts": {
       
    23     "test": "react-scripts test --env=jsdom",
       
    24     "eject": "react-scripts eject",
       
    25     "start-js": "react-scripts start",
       
    26     "start": "npm-run-all -p watch-css start-js",
       
    27     "build-js": "react-scripts build",
       
    28     "build": "npm-run-all build-css build-js",
       
    29     "build-css": "node-sass-chokidar --include-path ./node_modules src/ -o src/",
       
    30     "watch-css": "npm run build-css && node-sass-chokidar --include-path ./node_modules src/ -o src/ --watch --recursive",
       
    31     "set-version": "bash -c 'sed -i \"\" -e \"s/\\([:space:]*\\\"version\\\"[[:space:]]*\\:[[:space:]]*\\\"\\)[\\.0-9]*\\(\\\".*\\)/\\1${1}\\2/\" package.json' 0",
       
    32     "delete-components-dep": "bash -c 'sed -i \"\" -e \"/[:space:]*\\\"dashboard-components\\\"/d\" package.json' 0"
       
    33   },
       
    34   "devDependencies": {
       
    35     "ajv": "^6.5.3",
       
    36     "bootstrap": "^4.1.3",
       
    37     "eslint": "^5.6.0",
       
    38     "eslint-config-airbnb": "^17.1.0",
       
    39     "eslint-plugin-import": "^2.14.0",
       
    40     "eslint-plugin-jsx-a11y": "^6.1.1",
       
    41     "eslint-plugin-react": "^7.11.1",
       
    42     "node-sass-chokidar": "^1.3.3",
       
    43     "npm-run-all": "^4.1.3"
       
    44   }
       
    45 }