16 lines
434 B
JSON
16 lines
434 B
JSON
{
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
|
"@typescript-eslint/parser": "^6.0.0",
|
|
"eslint": "^8.44.0",
|
|
"ts-loader": "^9.4.4",
|
|
"typescript": "^5.1.6",
|
|
"webpack": "^5.88.2",
|
|
"webpack-cli": "^5.1.4"
|
|
},
|
|
"scripts": {
|
|
"build": "webpack --mode=production",
|
|
"watch": "webpack --mode=development --watch"
|
|
}
|
|
} |