{ "name": "slam-frontend", "version": "0.0.0", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview" }, "dependencies": { "ace-builds": "1.4.14", "react": "^17.0.2", "react-ace": "9.5.0", "react-dom": "^17.0.2", "react-select": "5.2.2", "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", "eslint": "8.8.0", "eslint-plugin-react": "7.28.0", "typescript": "^4.4.4", "vite": "^2.7.2" } }