diff -r 28971cf04a91 -r 37ecf0b9c174 clientjs/packages/annotation-dashboard-nextleap/package.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/clientjs/packages/annotation-dashboard-nextleap/package.json Thu Sep 20 17:51:15 2018 +0200 @@ -0,0 +1,45 @@ +{ + "name": "annotation-dashboard-nextleap", + "version": "0.1.0", + "private": true, + "dependencies": { + "dashboard-components": "^0.1.0", + "jquery": "^3.3.1", + "lodash": "^4.17.11", + "popper.js": "^1.14.4", + "prop-types": "^15.6.2", + "react": "^16.5.1", + "react-dom": "^16.5.1", + "react-intl": "^2.6.0", + "react-redux": "^5.0.7", + "react-router": "^4.3.1", + "react-router-dom": "^4.3.1", + "react-scripts": "1.1.5", + "redux": "^4.0.0", + "redux-logger": "^3.0.6", + "redux-thunk": "^2.3.0" + }, + "scripts": { + "test": "react-scripts test --env=jsdom", + "eject": "react-scripts eject", + "start-js": "react-scripts start", + "start": "npm-run-all -p watch-css start-js", + "build-js": "react-scripts build", + "build": "npm-run-all build-css build-js", + "build-css": "node-sass-chokidar --include-path ./node_modules src/ -o src/", + "watch-css": "npm run build-css && node-sass-chokidar --include-path ./node_modules src/ -o src/ --watch --recursive", + "set-version": "bash -c 'sed -i \"\" -e \"s/\\([:space:]*\\\"version\\\"[[:space:]]*\\:[[:space:]]*\\\"\\)[\\.0-9]*\\(\\\".*\\)/\\1${1}\\2/\" package.json' 0", + "delete-components-dep": "bash -c 'sed -i \"\" -e \"/[:space:]*\\\"dashboard-components\\\"/d\" package.json' 0" + }, + "devDependencies": { + "ajv": "^6.5.3", + "bootstrap": "^4.1.3", + "eslint": "^5.6.0", + "eslint-config-airbnb": "^17.1.0", + "eslint-plugin-import": "^2.14.0", + "eslint-plugin-jsx-a11y": "^6.1.1", + "eslint-plugin-react": "^7.11.1", + "node-sass-chokidar": "^1.3.3", + "npm-run-all": "^4.1.3" + } +}