|
72 | 72 | "webpack-sources": "^1.1.0"
|
73 | 73 | },
|
74 | 74 | "devDependencies": {
|
75 |
| - "@babel/cli": "^7.8.3", |
76 |
| - "@babel/core": "^7.8.3", |
77 |
| - "@babel/preset-env": "^7.8.3", |
78 |
| - "@commitlint/cli": "^8.3.5", |
79 |
| - "@commitlint/config-conventional": "^8.3.4", |
80 |
| - "@webpack-contrib/defaults": "^5.1.1", |
81 |
| - "@webpack-contrib/eslint-config-webpack": "^3.0.0", |
82 |
| - "babel-eslint": "^10.0.3", |
83 |
| - "babel-jest": "^24.9.0", |
84 |
| - "commitizen": "^4.0.3", |
85 |
| - "commitlint-azure-pipelines-cli": "^1.0.3", |
86 |
| - "cross-env": "^5.2.1", |
87 |
| - "css-loader": "^3.4.2", |
88 |
| - "cz-conventional-changelog": "^3.0.2", |
89 |
| - "del": "^4.1.1", |
90 |
| - "del-cli": "^1.1.0", |
91 |
| - "es-check": "^5.1.0", |
92 |
| - "eslint": "^6.8.0", |
93 |
| - "eslint-config-prettier": "^6.9.0", |
94 |
| - "eslint-plugin-import": "^2.19.1", |
95 |
| - "eslint-plugin-prettier": "^3.1.2", |
96 |
| - "file-loader": "^4.3.0", |
97 |
| - "husky": "^3.1.0", |
98 |
| - "jest": "^24.9.0", |
99 |
| - "jest-dev-server": "^4.4.0", |
100 |
| - "jest-junit": "^10.0.0", |
101 |
| - "jest-puppeteer": "^4.4.0", |
102 |
| - "lint-staged": "^9.5.0", |
103 |
| - "memfs": "^3.0.3", |
104 |
| - "npm-run-all": "^4.1.5", |
105 |
| - "prerender-loader": "^1.3.0", |
106 |
| - "prettier": "^1.19.1", |
107 |
| - "puppeteer": "^2.0.0", |
108 |
| - "serve": "^11.3.0", |
109 |
| - "standard-version": "^7.0.1", |
110 |
| - "webpack": "^4.41.5", |
111 |
| - "webpack-cli": "^3.3.10", |
112 |
| - "webpack-dev-server": "^3.10.1" |
| 75 | + "@babel/cli": "7.8.3", |
| 76 | + "@babel/core": "7.8.3", |
| 77 | + "@babel/preset-env": "7.8.3", |
| 78 | + "@commitlint/cli": "8.3.5", |
| 79 | + "@commitlint/config-conventional": "8.3.4", |
| 80 | + "@webpack-contrib/defaults": "5.1.1", |
| 81 | + "@webpack-contrib/eslint-config-webpack": "3.0.0", |
| 82 | + "babel-eslint": "10.0.3", |
| 83 | + "babel-jest": "24.9.0", |
| 84 | + "commitizen": "4.0.3", |
| 85 | + "commitlint-azure-pipelines-cli": "1.0.3", |
| 86 | + "cross-env": "5.2.1", |
| 87 | + "css-loader": "3.4.2", |
| 88 | + "cz-conventional-changelog": "3.0.2", |
| 89 | + "del": "4.1.1", |
| 90 | + "del-cli": "1.1.0", |
| 91 | + "es-check": "5.1.0", |
| 92 | + "eslint": "6.8.0", |
| 93 | + "eslint-config-prettier": "6.9.0", |
| 94 | + "eslint-plugin-import": "2.20.0", |
| 95 | + "eslint-plugin-prettier": "3.1.2", |
| 96 | + "file-loader": "4.3.0", |
| 97 | + "husky": "3.1.0", |
| 98 | + "jest": "24.9.0", |
| 99 | + "jest-dev-server": "4.4.0", |
| 100 | + "jest-junit": "10.0.0", |
| 101 | + "jest-puppeteer": "4.4.0", |
| 102 | + "lint-staged": "9.5.0", |
| 103 | + "memfs": "3.0.4", |
| 104 | + "npm-run-all": "4.1.5", |
| 105 | + "prerender-loader": "1.3.0", |
| 106 | + "prettier": "1.19.1", |
| 107 | + "puppeteer": "2.0.0", |
| 108 | + "serve": "11.3.0", |
| 109 | + "standard-version": "7.1.0", |
| 110 | + "webpack": "4.41.5", |
| 111 | + "webpack-cli": "3.3.10", |
| 112 | + "webpack-dev-server": "3.10.1" |
113 | 113 | }
|
114 | 114 | }
|
0 commit comments