{ "homepage": "/scm", "name": "scm-ui", "version": "0.1.0", "private": true, "main": "src/index.js", "dependencies": { "@fortawesome/fontawesome-free": "^5.3.1", "@scm-manager/ui-extensions": "^0.1.1", "bulma": "^0.7.1", "bulma-tooltip": "^2.0.2", "classnames": "^2.2.5", "diff2html": "^2.4.0", "font-awesome": "^4.7.0", "history": "^4.7.2", "i18next": "^11.4.0", "i18next-browser-languagedetector": "^2.2.2", "i18next-fetch-backend": "^0.1.0", "moment": "^2.22.2", "node-sass": "^4.9.3", "postcss-easy-import": "^3.0.0", "react": "^16.4.2", "react-diff-view": "^1.7.0", "react-dom": "^16.4.2", "react-i18next": "^7.9.0", "react-jss": "^8.6.0", "react-redux": "^5.0.7", "react-router-dom": "^4.3.1", "react-router-redux": "^5.0.0-alpha.9", "react-syntax-highlighter": "^9.0.1", "redux": "^4.0.0", "redux-devtools-extension": "^2.13.5", "redux-logger": "^3.0.6", "redux-thunk": "^2.3.0" }, "scripts": { "webfonts": "copyfiles -f node_modules/@fortawesome/fontawesome-free/webfonts/* target/scm-ui/styles/webfonts", "build-css": "node-sass-chokidar --include-path ./styles --include-path ./node_modules styles/ -o target/scm-ui/styles", "watch-css": "npm run build-css && node-sass-chokidar --include-path ./styles --include-path ./node_modules styles/ -o target/scm-ui/styles --watch --recursive", "start-js": "ui-bundler serve --target target/scm-ui --vendor vendor.bundle.js", "start": "npm-run-all -p webfonts watch-css start-js", "build-js": "ui-bundler bundle --mode=production target/scm-ui/scm-ui.bundle.js", "build-vendor": "ui-bundler vendor --mode=production target/scm-ui/vendor.bundle.js", "build": "npm-run-all -s webfonts build-css build-vendor build-js", "test": "ui-bundler test", "test-ci": "ui-bundler test --ci", "flow": "flow", "pre-commit": "jest && flow && eslint src" }, "devDependencies": { "@scm-manager/ui-bundler": "^0.0.21", "copyfiles": "^2.0.0", "enzyme": "^3.3.0", "enzyme-adapter-react-16": "^1.1.1", "fetch-mock": "^6.5.0", "flow-typed": "^2.5.1", "jest": "^23.5.0", "node-sass": "^4.9.3", "node-sass-chokidar": "^1.3.0", "npm-run-all": "^4.1.3", "postcss-easy-import": "^3.0.0", "prettier": "^1.13.7", "react-router-enzyme-context": "^1.2.0", "react-test-renderer": "^16.4.1", "redux-mock-store": "^1.5.3" } }