replace webpack-karma-jasmine dependecy with manual list of packages
This commit is contained in:
parent
b32c80b457
commit
cb2895e1f8
@ -18,9 +18,9 @@ module.exports = function(config) {
|
|||||||
//list of frameworks you want to use, only jasmine is installed automatically
|
//list of frameworks you want to use, only jasmine is installed automatically
|
||||||
frameworks: ['jasmine'],
|
frameworks: ['jasmine'],
|
||||||
//list of browsers to launch and capture
|
//list of browsers to launch and capture
|
||||||
browsers: ['ChromeHeadless'/*,'PhantomJS','Firefox','Edge','ChromeCanary','Opera','IE','Safari'*/],
|
browsers: ['ChromeHeadless'],
|
||||||
//list of reporters to use
|
//list of reporters to use
|
||||||
reporters: ['mocha','kjhtml'/*,'dots','progress','spec'*/],
|
reporters: ['mocha','kjhtml'],
|
||||||
|
|
||||||
client: {
|
client: {
|
||||||
jasmine:{
|
jasmine:{
|
||||||
|
|||||||
4496
package-lock.json
generated
4496
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
12
package.json
12
package.json
@ -45,6 +45,14 @@
|
|||||||
"eslint": "^5.16.0",
|
"eslint": "^5.16.0",
|
||||||
"extract-text-webpack-plugin": "^4.0.0-beta.0",
|
"extract-text-webpack-plugin": "^4.0.0-beta.0",
|
||||||
"husky": "^2.3.0",
|
"husky": "^2.3.0",
|
||||||
|
"jasmine-core": "^3.4.0",
|
||||||
|
"karma": "^4.1.0",
|
||||||
|
"karma-chrome-launcher": "^2.2.0",
|
||||||
|
"karma-cli": "^2.0.0",
|
||||||
|
"karma-jasmine": "^2.0.1",
|
||||||
|
"karma-jasmine-html-reporter": "^1.4.2",
|
||||||
|
"karma-mocha-reporter": "^2.2.5",
|
||||||
|
"karma-webpack": "^3.0.5",
|
||||||
"lint-staged": "^8.1.7",
|
"lint-staged": "^8.1.7",
|
||||||
"node-sass": "^4.12.0",
|
"node-sass": "^4.12.0",
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
@ -53,10 +61,8 @@
|
|||||||
"sass-loader": "^7.1.0",
|
"sass-loader": "^7.1.0",
|
||||||
"style-loader": "^0.23.1",
|
"style-loader": "^0.23.1",
|
||||||
"uglifyjs-webpack-plugin": "^2.1.3",
|
"uglifyjs-webpack-plugin": "^2.1.3",
|
||||||
"watch": "^1.0.2",
|
|
||||||
"webpack": "^4.32.2",
|
"webpack": "^4.32.2",
|
||||||
"webpack-cli": "^3.3.2",
|
"webpack-cli": "^3.3.2"
|
||||||
"webpack-karma-jasmine": "^3.0.6"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"flatpickr": "^4.5.7"
|
"flatpickr": "^4.5.7"
|
||||||
|
|||||||
Reference in New Issue
Block a user