Merged PR 333: Add mprocs + nodemon + fix eslint tsconfig not found

This commit is contained in:
Eric Nguyen 2023-02-14 10:06:36 +00:00
parent 3b99d0a020
commit e19d17c325
5 changed files with 119 additions and 2 deletions

View file

@ -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",