File tree Expand file tree Collapse file tree 5 files changed +1564
-34
lines changed
Expand file tree Collapse file tree 5 files changed +1564
-34
lines changed Original file line number Diff line number Diff line change 99 "build:dev" : " webpack --mode development" ,
1010 "watch" : " webpack --watch --mode development" ,
1111 "dev" : " webpack serve --mode development" ,
12+ "clean" : " rm -rf node_modules/.cache dist" ,
1213 "lint" : " eslint src" ,
1314 "lint:fix" : " eslint src --fix"
1415 },
1516 "dependencies" : {
17+ "core-js" : " ^3.49.0" ,
1618 "lua-fmt" : " ^2.6.0"
1719 },
20+ "browserslist" : [
21+ " chrome 86"
22+ ],
1823 "devDependencies" : {
24+ "@babel/preset-env" : " ^7.29.2" ,
1925 "@eslint/js" : " ^9.22.0" ,
26+ "babel-loader" : " ^10.1.1" ,
2027 "css-loader" : " ^7.1.2" ,
2128 "esbuild-loader" : " ^4.4.2" ,
2229 "eslint" : " ^9.22.0" ,
2532 "html-webpack-plugin" : " ^5.6.3" ,
2633 "monaco-editor" : " ^0.55.1" ,
2734 "monaco-editor-webpack-plugin" : " ^7.1.1" ,
35+ "path-browserify" : " ^1.0.1" ,
2836 "prettier" : " ^3.5.3" ,
37+ "process" : " ^0.11.10" ,
2938 "style-loader" : " ^4.0.0" ,
30- "ts-loader" : " ^9.5.2" ,
3139 "typescript" : " ^5.8.2" ,
3240 "typescript-eslint" : " ^8.26.1" ,
3341 "webpack" : " ^5.98.0" ,
You can’t perform that action at this time.
0 commit comments