diff --git a/package.json b/package.json index d8cddd5c6..cf9e2b88f 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,22 @@ "private": false, "license": "Apache-2.0", "homepage": "http://sap.github.io/fundamental-react", + "repository": { + "type": "git", + "url": "http://sap.github.io/fundamental-react" + }, + "scripts": { + "build-css": "node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/", + "build-doc": "node scripts/build.js", + "build-js": "node scripts/build.js", + "build": "rm -rf dist && NODE_ENV=production babel src --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,__snapshots__,Component.js", + "deploy": "gh-pages -d build", + "predeploy": "npm run build", + "start-js": "node scripts/start.js", + "start": "node scripts/start.js", + "test": "node scripts/test.js", + "watch-css": "npm run build-css && node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/ --watch --recursive" + }, "dependencies": { "@babel/core": "7.1.0", "@svgr/webpack": "2.4.1", @@ -17,23 +33,20 @@ "case-sensitive-paths-webpack-plugin": "2.1.2", "chalk": "2.4.1", "css-loader": "1.0.0", - "dotenv": "6.0.0", "dotenv-expand": "4.2.0", - "eslint": "5.6.0", + "dotenv": "6.0.0", "eslint-config-react-app": "^3.0.5", "eslint-loader": "2.1.1", "eslint-plugin-flowtype": "2.50.1", "eslint-plugin-import": "2.14.0", "eslint-plugin-jsx-a11y": "6.1.2", "eslint-plugin-react": "7.11.1", + "eslint": "5.6.0", "file-loader": "2.0.0", "fork-ts-checker-webpack-plugin-alt": "0.4.14", "fs-extra": "7.0.0", "html-webpack-plugin": "4.0.0-alpha.2", "identity-obj-proxy": "3.0.0", - "jest": "23.6.0", - "jest-pnp-resolver": "1.0.1", - "jest-resolve": "23.6.0", "mini-css-extract-plugin": "0.4.3", "node-sass-chokidar": "^1.3.4", "npm-run-all": "^4.1.5", @@ -45,38 +58,28 @@ "postcss-safe-parser": "4.0.1", "react-app-polyfill": "^0.1.3", "react-dev-utils": "^6.1.1", - "react-router": "^4.3.1", "react-router-dom": "^4.3.1", + "react-router": "^4.3.1", "react-syntax-highlighter": "^9.0.1", "resolve": "1.8.1", "sass-loader": "7.1.0", "style-loader": "0.23.0", "terser-webpack-plugin": "1.1.0", "url-loader": "1.1.1", - "webpack": "4.19.1", "webpack-dev-server": "3.1.9", "webpack-manifest-plugin": "2.0.4", + "webpack": "4.19.1", "workbox-webpack-plugin": "3.6.3" }, - "scripts": { - "build-css": "node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/", - "watch-css": "npm run build-css && node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/ --watch --recursive", - "start-js": "node scripts/start.js", - "build-js": "node scripts/build.js", - "predeploy": "npm run build", - "deploy": "gh-pages -d build", - "start": "node scripts/start.js", - "build-doc": "node scripts/build.js", - "build": "rm -rf dist && NODE_ENV=production babel src --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,__snapshots__,Component.js", - "test": "node scripts/test.js" - }, "devDependencies": { "@babel/cli": "^7.1.5", "enzyme": "^3.7.0", "enzyme-adapter-react-16": "^1.7.0", "fiori-fundamentals": "^1.4.0", "gh-pages": "^2.0.1", - "jest": "^23.6.0", + "jest-pnp-resolver": "1.0.1", + "jest-resolve": "23.6.0", + "jest": "23.6.0", "react": "^16.6.3", "react-dom": "^16.6.3", "react-test-renderer": "^16.6.3"