{ "name": "imnyang-new", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build --outDir /var/static/imnyang --emptyOutDir", "build-test": "tsc -b && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" }, "dependencies": { "@emotion/react": "^11.13.0", "@emotion/styled": "^11.13.0", "@fontsource/roboto": "^5.0.14", "@mui/icons-material": "^5.16.7", "@mui/lab": "^5.0.0-alpha.173", "@mui/material": "^5.16.7", "@mui/styled-engine-sc": "^6.0.0-alpha.18", "@nextui-org/kbd": "^2.0.33", "@nextui-org/react": "^2.4.6", "@tippyjs/react": "^4.2.6", "autoprefixer": "^10.4.20", "framer-motion": "^11.3.21", "highlight.js": "^11.10.0", "postcss": "^8.4.40", "react": "^18.3.1", "react-dom": "^18.3.1", "react-draggable": "^4.4.6", "react-markdown": "^9.0.1", "react-router-dom": "^6.26.0", "rehype-highlight": "^7.0.0", "styled-components": "^6.1.12", "tailwind": "^4.0.0", "tailwindcss": "^3.4.7", "tippy.js": "^6.3.7" }, "devDependencies": { "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@typescript-eslint/eslint-plugin": "^7.15.0", "@typescript-eslint/parser": "^7.15.0", "@vitejs/plugin-react-swc": "^3.5.0", "eslint": "^8.57.0", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-refresh": "^0.4.7", "typescript": "^5.2.2", "vite": "^5.3.4" }, "trustedDependencies": [ "core-js" ] }