|
| 1 | +{ |
| 2 | + "name": "@mt/navbar", |
| 3 | + "scripts": { |
| 4 | + "start": "webpack-dev-server", |
| 5 | + "start:standalone": "webpack-dev-server --env.standalone", |
| 6 | + "build": "webpack --mode=production", |
| 7 | + "analyze": "webpack --mode=production --env.analyze=true", |
| 8 | + "lint": "eslint src --ext js", |
| 9 | + "format": "prettier --write \"./**\"", |
| 10 | + "test": "cross-env BABEL_ENV=test jest", |
| 11 | + "watch-tests": "cross-env BABEL_ENV=test jest --watch", |
| 12 | + "coverage": "cross-env BABEL_ENV=test jest --coverage" |
| 13 | + }, |
| 14 | + "husky": { |
| 15 | + "hooks": { |
| 16 | + "pre-commit": "pretty-quick --staged && concurrently yarn:test yarn:lint" |
| 17 | + } |
| 18 | + }, |
| 19 | + "devDependencies": { |
| 20 | + "@babel/core": "^7.7.5", |
| 21 | + "@babel/plugin-transform-runtime": "^7.8.3", |
| 22 | + "@babel/preset-env": "^7.7.6", |
| 23 | + "@babel/preset-react": "^7.7.4", |
| 24 | + "@babel/runtime": "^7.8.7", |
| 25 | + "@reach/router": "^1.3.4", |
| 26 | + "@testing-library/jest-dom": "^5.11.6", |
| 27 | + "@testing-library/react": "^11.2.2", |
| 28 | + "@types/jest": "^25.2.1", |
| 29 | + "@types/systemjs": "^6.1.0", |
| 30 | + "antd": "^4.8.6", |
| 31 | + "babel-eslint": "^11.0.0-beta.2", |
| 32 | + "babel-jest": "^24.9.0", |
| 33 | + "babel-plugin-import": "^1.13.3", |
| 34 | + "concurrently": "^5.0.1", |
| 35 | + "cross-env": "^7.0.2", |
| 36 | + "css-loader": "^5.0.1", |
| 37 | + "eslint": "^6.7.2", |
| 38 | + "eslint-config-prettier": "^6.7.0", |
| 39 | + "eslint-config-react-important-stuff": "^2.0.0", |
| 40 | + "eslint-plugin-prettier": "^3.1.1", |
| 41 | + "husky": "^3.1.0", |
| 42 | + "identity-obj-proxy": "^3.0.0", |
| 43 | + "jest": "^25.2.7", |
| 44 | + "jest-cli": "^25.2.7", |
| 45 | + "prettier": "^2.0.4", |
| 46 | + "pretty-quick": "^2.0.1", |
| 47 | + "single-spa-react": "^2.14.0", |
| 48 | + "systemjs-webpack-interop": "^2.1.2", |
| 49 | + "webpack": "^4.41.2", |
| 50 | + "webpack-cli": "^3.3.10", |
| 51 | + "webpack-config-single-spa-react": "^1.0.3", |
| 52 | + "webpack-dev-server": "^3.9.0", |
| 53 | + "webpack-merge": "^4.2.2" |
| 54 | + }, |
| 55 | + "dependencies": { |
| 56 | + "react": "^16.12.0", |
| 57 | + "react-dom": "^16.12.0" |
| 58 | + } |
| 59 | +} |
0 commit comments