1818 "@types/node-fetch" : " ^3.0.3" ,
1919 "@types/object.omit" : " ^3.0.0" ,
2020 "@types/unzipper" : " ^0.10.4" ,
21+ "@wasm-tool/wasm-pack-plugin" : " ^1.6.0" ,
22+ "babel-loader" : " ^8.2.3" ,
2123 "babel-jest" : " ^27.4.4" ,
2224 "babel-plugin-root-import" : " ^6.6.0" ,
2325 "copy-webpack-plugin" : " ^10.2.0" ,
2931 "node-fetch-commonjs" : " ^3.1.1" ,
3032 "ts-jest" : " ^27.1.1" ,
3133 "typescript" : " ^4.5.2" ,
34+ "webpack" : " ^5.65.0" ,
35+ "webpack-cli" : " ^4.9.1" ,
3236 "unzipper" : " ^0.10.11"
3337 },
3438 "dependencies" : {
3539 "@babel/code-frame" : " ^7.16.0" ,
3640 "@babel/generator" : " 7.16.0" ,
3741 "@babel/parser" : " 7.16.4" ,
3842 "@babel/plugin-syntax-typescript" : " 7.16.0" ,
39- "@wasm-tool/wasm-pack-plugin" : " ^1.6.0" ,
40- "babel-loader" : " ^8.2.3" ,
4143 "colorette" : " ^2.0.16" ,
4244 "commander" : " ^8.3.0" ,
4345 "ignore" : " ^5.1.9" ,
4446 "ora" : " ^6.0.1" ,
45- "prettier" : " ^2.5.1" ,
46- "webpack" : " ^5.65.0" ,
47- "webpack-cli" : " ^4.9.1"
47+ "prettier" : " ^2.5.1"
4848 },
4949 "scripts" : {
5050 "build:watch" : " webpack --mode development" ,
6060 "test:setup" : " node ./dist/tools/getFixtures.js" ,
6161 "cruise" : " depcruise --include-only \" ^src\" --output-type dot src | dot -T svg > dependencygraph.svg"
6262 }
63- }
63+ }
0 commit comments