File tree 1 file changed +8
-7
lines changed
packages/template/typescript-webpack/tmpl 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"devDependencies" : {
3
3
"@electron-forge/plugin-webpack" : " ELECTRON_FORGE/VERSION" ,
4
+ "@typescript-eslint/eslint-plugin" : " ^5.0.0" ,
5
+ "@typescript-eslint/parser" : " ^5.0.0" ,
4
6
"@vercel/webpack-asset-relocator-loader" : " 1.7.3" ,
5
7
"css-loader" : " ^6.0.0" ,
6
- "node-loader" : " ^2.0.0" ,
7
- "ts-loader" : " ^9.2.2" ,
8
- "style-loader" : " ^3.0.0" ,
9
- "typescript" : " ~4.5.4" ,
10
- "fork-ts-checker-webpack-plugin" : " ^7.2.1" ,
11
8
"eslint" : " ^8.0.1" ,
12
9
"eslint-plugin-import" : " ^2.25.0" ,
13
- "@typescript-eslint/eslint-plugin" : " ^5.0.0" ,
14
- "@typescript-eslint/parser" : " ^5.0.0"
10
+ "fork-ts-checker-webpack-plugin" : " ^7.2.1" ,
11
+ "node-loader" : " ^2.0.0" ,
12
+ "style-loader" : " ^3.0.0" ,
13
+ "ts-loader" : " ^9.2.2" ,
14
+ "ts-node" : " ^10.0.0" ,
15
+ "typescript" : " ~4.5.4"
15 16
}
16
17
}
You can’t perform that action at this time.
0 commit comments