Merged PR 333: Add mprocs + nodemon + fix eslint tsconfig not found
This commit is contained in:
parent
3b99d0a020
commit
e19d17c325
5 changed files with 119 additions and 2 deletions
|
@ -4,10 +4,10 @@
|
|||
"version": "v1.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"d": "mprocs",
|
||||
"dev": "vite",
|
||||
"build": "tsc && vite build",
|
||||
"build:dotnet": "dotnet build ./csharp/SVGLDLibs/SVGLDLibs/SVGLDLibs.csproj",
|
||||
"preview": "vite preview",
|
||||
"linter": "eslint src",
|
||||
"test": "vitest",
|
||||
"test:ui": "vitest --ui",
|
||||
|
@ -52,6 +52,8 @@
|
|||
"eslint-plugin-react": "^7.32.2",
|
||||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
"jsdom": "^21.1.0",
|
||||
"mprocs": "^0.6.4",
|
||||
"nodemon": "^2.0.20",
|
||||
"postcss": "^8.4.21",
|
||||
"sass": "^1.58.0",
|
||||
"tailwindcss": "^3.2.4",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue