diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/package.json b/package.json index c5e222c..f5b0432 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "scripts": { "dev": "vite", "build": "tsc && vite build", - "preview": "vite preview" + "preview": "vite preview", + "test": "vitest" }, "dependencies": { "ace-builds": "1.4.14", @@ -15,15 +16,18 @@ "swr": "1.2.1" }, "devDependencies": { - "slam-types": "git://github.com/jantuomi/slam-types.git#441a72c", "@types/react": "^17.0.33", "@types/react-dom": "^17.0.10", "@typescript-eslint/eslint-plugin": "5.10.2", "@typescript-eslint/parser": "5.10.2", "@vitejs/plugin-react": "^1.0.7", + "@vitest/ui": "0.2.7", "eslint": "8.8.0", "eslint-plugin-react": "7.28.0", + "puppeteer": "13.2.0", + "slam-types": "git://github.com/jantuomi/slam-types.git#441a72c", "typescript": "^4.4.4", - "vite": "^2.7.2" + "vite": "^2.7.2", + "vitest": "0.2.7" } -}
\ No newline at end of file +} |
