clientjs/packages/annotation-dashboard-explorunivers/package.json
changeset 8 24a3d661309f
parent 0 5f4fcbc80b37
child 11 37ecf0b9c174
equal deleted inserted replaced
7:5847345004db 8:24a3d661309f
     1 {
     1 {
     2   "name": "annotation-dashboard-explorunivers",
     2   "name": "annotation-dashboard-explorunivers",
     3   "version": "0.1.0",
     3   "version": "0.1.0",
     4   "private": true,
     4   "private": true,
     5   "dependencies": {
     5   "dependencies": {
     6     "dashboard-components": "^1.0.0",
     6     "dashboard-components": "^0.1.0",
     7     "jquery": "^3.3.1",
     7     "jquery": "^3.3.1",
     8     "lodash": "^4.17.10",
     8     "lodash": "^4.17.10",
     9     "popper": "^1.0.1",
     9     "popper": "^1.0.1",
    10     "popper.js": "^1.14.4",
    10     "popper.js": "^1.14.4",
    11     "prop-types": "^15.6.2",
    11     "prop-types": "^15.6.2",
    26     "start-js": "react-scripts start",
    26     "start-js": "react-scripts start",
    27     "start": "npm-run-all -p watch-css start-js",
    27     "start": "npm-run-all -p watch-css start-js",
    28     "build-js": "react-scripts build",
    28     "build-js": "react-scripts build",
    29     "build": "npm-run-all build-css build-js",
    29     "build": "npm-run-all build-css build-js",
    30     "build-css": "node-sass-chokidar --include-path ./node_modules src/ -o src/",
    30     "build-css": "node-sass-chokidar --include-path ./node_modules src/ -o src/",
    31     "watch-css": "npm run build-css && node-sass-chokidar --include-path ./node_modules src/ -o src/ --watch --recursive"
    31     "watch-css": "npm run build-css && node-sass-chokidar --include-path ./node_modules src/ -o src/ --watch --recursive",
       
    32     "set-version": "bash -c 'sed -i \"\" -e \"s/\\([:space:]*\\\"version\\\"[[:space:]]*\\:[[:space:]]*\\\"\\)[\\.0-9]*\\(\\\".*\\)/\\1${1}\\2/\" package.json' 0",
       
    33     "delete-components-dep": "bash -c 'sed -i \"\" -e \"/[:space:]*\\\"dashboard-components\\\"/d\" package.json' 0"
    32   },
    34   },
    33   "devDependencies": {
    35   "devDependencies": {
    34     "ajv": "^6.5.3",
    36     "ajv": "^6.5.3",
    35     "bootstrap": "^4.1.3",
    37     "bootstrap": "^4.1.3",
    36     "eslint": "^5.4.0",
    38     "eslint": "^5.4.0",